public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board
@ 2013-02-04 14:36 Michal Simek
  2013-02-04 14:36 ` [U-Boot] [PATCH 2/3] arm: zynq: Add SLCR support with system reset Michal Simek
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michal Simek @ 2013-02-04 14:36 UTC (permalink / raw)
  To: u-boot

Enable DCC driver for arm zynq platform to be compiled.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
 boards.cfg             |    1 +
 include/configs/zynq.h |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/boards.cfg b/boards.cfg
index 98f7a14..1d30a18 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -296,6 +296,7 @@ snowball                     arm         armv7       snowball               st-e
 kzm9g                        arm         armv7       kzm9g               kmc            rmobile
 armadillo-800eva             arm         armv7       armadillo-800eva    atmark-techno  rmobile
 zynq                         arm         armv7       zynq                xilinx         zynq
+zynq_dcc                     arm         armv7       zynq                xilinx         zynq        zynq:ZYNQ_DCC
 socfpga_cyclone5                arm         armv7          socfpga_cyclone5    altera		    socfpga
 actux1_4_16                  arm         ixp         actux1              -              -           actux1:FLASH2X2
 actux1_4_32                  arm         ixp         actux1              -              -           actux1:FLASH2X2,RAM_32MB
diff --git a/include/configs/zynq.h b/include/configs/zynq.h
index 18fd76f..2989e72 100644
--- a/include/configs/zynq.h
+++ b/include/configs/zynq.h
@@ -58,6 +58,11 @@
 #define CONFIG_ZYNQ_GEM
 #define CONFIG_ZYNQ_GEM_BASEADDR0	0xE000B000
 
+#if defined(CONFIG_ZYNQ_DCC)
+# define CONFIG_ARM_DCC
+# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
+#endif
+
 #define CONFIG_BOOTP_SERVERIP
 #define CONFIG_BOOTP_BOOTPATH
 #define CONFIG_BOOTP_GATEWAY
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-21 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 14:36 [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board Michal Simek
2013-02-04 14:36 ` [U-Boot] [PATCH 2/3] arm: zynq: Add SLCR support with system reset Michal Simek
2013-02-04 14:36 ` [U-Boot] [PATCH 3/3] arm: zynq: Add lowlevel initialization to C Michal Simek
2013-02-21 18:16   ` Albert ARIBAUD
2013-02-21 18:15 ` [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board Albert ARIBAUD
2013-02-21 18:15 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox