* Re: [PATCH] powerpc: Xilinx: add 440 platform support [not found] <20080701224829.EC51111E8013@mail35-sin.bigfish.com> @ 2008-07-03 13:14 ` Josh Boyer 2008-07-03 13:20 ` John Linn 2008-07-03 15:26 ` Grant Likely 0 siblings, 2 replies; 5+ messages in thread From: Josh Boyer @ 2008-07-03 13:14 UTC (permalink / raw) To: John Linn; +Cc: linuxppc-dev, John Linn On Tue, 1 Jul 2008 15:48:26 -0700 John Linn <john.linn@xilinx•com> wrote: > Support for the Xilinx Virtex5 FXT 440 is being > added. > > Signed-off-by: John Linn <john.linn@xilinx•com> > --- > arch/powerpc/platforms/44x/Kconfig | 25 ++++++++++++++ > arch/powerpc/platforms/44x/Makefile | 1 + > arch/powerpc/platforms/44x/virtex.c | 60 +++++++++++++++++++++++++++++++++++ > 3 files changed, 86 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/platforms/44x/virtex.c > > diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig > index 6abe913..84eb847 100644 > --- a/arch/powerpc/platforms/44x/Kconfig > +++ b/arch/powerpc/platforms/44x/Kconfig > @@ -102,6 +102,22 @@ config YOSEMITE > # help > # This option enables support for the IBM PPC440GX evaluation board. > > +config XILINX_VIRTEX440_GENERIC_BOARD > + bool "Generic Xilinx Virtex 440 board" > + depends on 44x > + default n > + select XILINX_VIRTEX_5_FXT If this is for generic Virtex 440 board support, why is it selecting a specific Virtex 5 board? Or am I confused as to what XILINX_VIRTEX_5_FXT is? josh ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] powerpc: Xilinx: add 440 platform support 2008-07-03 13:14 ` [PATCH] powerpc: Xilinx: add 440 platform support Josh Boyer @ 2008-07-03 13:20 ` John Linn 2008-07-03 13:21 ` Josh Boyer 2008-07-03 15:26 ` Grant Likely 1 sibling, 1 reply; 5+ messages in thread From: John Linn @ 2008-07-03 13:20 UTC (permalink / raw) To: Josh Boyer; +Cc: linuxppc-dev XILINX_VIRTEX_5_FXT is the FPGA architecture, which has a 440 and can be on a number of different boards. Thanks, John > -----Original Message----- > From: Josh Boyer [mailto:jwboyer@linux•vnet.ibm.com] > Sent: Thursday, July 03, 2008 7:15 AM > To: John Linn > Cc: linuxppc-dev@ozlabs•org; grant.likely@secretlab•ca; John Linn > Subject: Re: [PATCH] powerpc: Xilinx: add 440 platform support > = > On Tue, 1 Jul 2008 15:48:26 -0700 > John Linn <john.linn@xilinx•com> wrote: > = > > Support for the Xilinx Virtex5 FXT 440 is being > > added. > > > > Signed-off-by: John Linn <john.linn@xilinx•com> > > --- > > arch/powerpc/platforms/44x/Kconfig | 25 ++++++++++++++ > > arch/powerpc/platforms/44x/Makefile | 1 + > > arch/powerpc/platforms/44x/virtex.c | 60 +++++++++++++++++++++++++++++++++++ > > 3 files changed, 86 insertions(+), 0 deletions(-) > > create mode 100644 arch/powerpc/platforms/44x/virtex.c > > > > diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig > > index 6abe913..84eb847 100644 > > --- a/arch/powerpc/platforms/44x/Kconfig > > +++ b/arch/powerpc/platforms/44x/Kconfig > > @@ -102,6 +102,22 @@ config YOSEMITE > > # help > > # This option enables support for the IBM PPC440GX evaluation board. > > > > +config XILINX_VIRTEX440_GENERIC_BOARD > > + bool "Generic Xilinx Virtex 440 board" > > + depends on 44x > > + default n > > + select XILINX_VIRTEX_5_FXT > = > If this is for generic Virtex 440 board support, why is it selecting a > specific Virtex 5 board? Or am I confused as to what > XILINX_VIRTEX_5_FXT is? > = > josh This email and any attachments are intended for the sole use of the named r= ecipient(s) and contain(s) confidential information that may be proprietary= , privileged or copyrighted under applicable law. If you are not the intend= ed recipient, do not read, copy, or forward this email message or any attac= hments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc: Xilinx: add 440 platform support 2008-07-03 13:20 ` John Linn @ 2008-07-03 13:21 ` Josh Boyer 2008-07-03 13:25 ` John Linn 0 siblings, 1 reply; 5+ messages in thread From: Josh Boyer @ 2008-07-03 13:21 UTC (permalink / raw) To: John Linn; +Cc: linuxppc-dev On Thu, 3 Jul 2008 07:20:45 -0600 John Linn <John.Linn@xilinx•com> wrote: > XILINX_VIRTEX_5_FXT is the FPGA architecture, which has a 440 and can be > on a number of different boards. Could you add that as some help text under the config option for 5_FXT? That way you don't have to answer that question over and over from stupid people like me :) josh ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] powerpc: Xilinx: add 440 platform support 2008-07-03 13:21 ` Josh Boyer @ 2008-07-03 13:25 ` John Linn 0 siblings, 0 replies; 5+ messages in thread From: John Linn @ 2008-07-03 13:25 UTC (permalink / raw) To: Josh Boyer; +Cc: linuxppc-dev Not a problem, I'll add it and respin the patch. > -----Original Message----- > From: Josh Boyer [mailto:jwboyer@linux•vnet.ibm.com] > Sent: Thursday, July 03, 2008 7:21 AM > To: John Linn > Cc: linuxppc-dev@ozlabs•org; grant.likely@secretlab•ca > Subject: Re: [PATCH] powerpc: Xilinx: add 440 platform support > = > On Thu, 3 Jul 2008 07:20:45 -0600 > John Linn <John.Linn@xilinx•com> wrote: > = > > XILINX_VIRTEX_5_FXT is the FPGA architecture, which has a 440 and can be > > on a number of different boards. > = > Could you add that as some help text under the config option for 5_FXT? > That way you don't have to answer that question over and over from > stupid people like me :) > = > josh This email and any attachments are intended for the sole use of the named r= ecipient(s) and contain(s) confidential information that may be proprietary= , privileged or copyrighted under applicable law. If you are not the intend= ed recipient, do not read, copy, or forward this email message or any attac= hments. Delete this email message and any attachments immediately. ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] powerpc: Xilinx: add 440 platform support 2008-07-03 13:14 ` [PATCH] powerpc: Xilinx: add 440 platform support Josh Boyer 2008-07-03 13:20 ` John Linn @ 2008-07-03 15:26 ` Grant Likely 1 sibling, 0 replies; 5+ messages in thread From: Grant Likely @ 2008-07-03 15:26 UTC (permalink / raw) To: Josh Boyer; +Cc: linuxppc-dev, John Linn On Thu, Jul 03, 2008 at 09:14:48AM -0400, Josh Boyer wrote: > On Tue, 1 Jul 2008 15:48:26 -0700 John Linn <john.linn@xilinx•com> wrote: > > +config XILINX_VIRTEX440_GENERIC_BOARD > > + bool "Generic Xilinx Virtex 440 board" > > + depends on 44x > > + default n > > + select XILINX_VIRTEX_5_FXT > > If this is for generic Virtex 440 board support, why is it selecting a > specific Virtex 5 board? Or am I confused as to what > XILINX_VIRTEX_5_FXT is? Virtex 5 FXT if the FPGA chip Virtex440 is a Virtex 5 with a bitstream that enables the embedded 440 processor. g. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-03 15:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080701224829.EC51111E8013@mail35-sin.bigfish.com>
2008-07-03 13:14 ` [PATCH] powerpc: Xilinx: add 440 platform support Josh Boyer
2008-07-03 13:20 ` John Linn
2008-07-03 13:21 ` Josh Boyer
2008-07-03 13:25 ` John Linn
2008-07-03 15:26 ` Grant Likely
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox