Re: [PATCH] powerpc: Xilinx: add 440 platform support

5 messages, 3 authors, 2008-07-03 · open the first message on its own page

Re: [PATCH] powerpc: Xilinx: add 440 platform support

From: Josh Boyer <hidden>
Date: 2008-07-03 13:19:32

On Tue, 1 Jul 2008 15:48:26 -0700
John Linn [off-list ref] wrote:
quoted hunk
Support for the Xilinx Virtex5 FXT 440 is being
added.

Signed-off-by: John Linn <redacted>
---
 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

RE: [PATCH] powerpc: Xilinx: add 440 platform support

From: John Linn <hidden>
Date: 2008-07-03 13:20:51

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 [off-list ref] wrote:
=
quoted
Support for the Xilinx Virtex5 FXT 440 is being
added.

Signed-off-by: John Linn <redacted>
---
 arch/powerpc/platforms/44x/Kconfig  |   25 ++++++++++++++
 arch/powerpc/platforms/44x/Makefile |    1 +
 arch/powerpc/platforms/44x/virtex.c |   60
+++++++++++++++++++++++++++++++++++
quoted
 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
quoted
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.
quoted
+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.

Re: [PATCH] powerpc: Xilinx: add 440 platform support

From: Josh Boyer <hidden>
Date: 2008-07-03 13:24:50

On Thu, 3 Jul 2008 07:20:45 -0600
John Linn [off-list ref] 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

RE: [PATCH] powerpc: Xilinx: add 440 platform support

From: John Linn <hidden>
Date: 2008-07-03 13:25:45

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 [off-list ref] wrote:
=
quoted
XILINX_VIRTEX_5_FXT is the FPGA architecture, which has a 440 and
can be
quoted
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.

Re: [PATCH] powerpc: Xilinx: add 440 platform support

From: Grant Likely <hidden>
Date: 2008-07-03 15:26:47

On Thu, Jul 03, 2008 at 09:14:48AM -0400, Josh Boyer wrote:
On Tue, 1 Jul 2008 15:48:26 -0700 John Linn [off-list ref] wrote:
quoted
+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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help