* [U-Boot] Adding EP2500 MCF5282 board [PATCH]
@ 2010-01-19 20:49 Michael Durrant
2010-01-20 18:33 ` [U-Boot] Adding EP2500 MCF5282 board [PATCH] -- resent in git format Michael Durrant
0 siblings, 1 reply; 2+ messages in thread
From: Michael Durrant @ 2010-01-19 20:49 UTC (permalink / raw)
To: u-boot
Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
This patch set created against u-boot-2009.11 release
Mercury-EP2500.patch
- added Mercury EP2500 board support
CREDITS.patch
--
Michael Durrant
mdurrant at arcturusnetworks.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CREDITS.patch
Type: application/octet-stream
Size: 565 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100119/be29a1b2/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mercury-EP2500.patch
Type: application/octet-stream
Size: 22964 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20100119/be29a1b2/attachment-0001.obj
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot] Adding EP2500 MCF5282 board [PATCH] -- resent in git format
2010-01-19 20:49 [U-Boot] Adding EP2500 MCF5282 board [PATCH] Michael Durrant
@ 2010-01-20 18:33 ` Michael Durrant
0 siblings, 0 replies; 2+ messages in thread
From: Michael Durrant @ 2010-01-20 18:33 UTC (permalink / raw)
To: u-boot
Mercury-EP2500.patch
- added Mercury's EP2500 board uses the mcf5282 processor
CREDITS.patch
Signed-off-by: David Wu <davidwu@arcturusnetworks.com>
Signed-off-by: Michael Durrant <mdurrant@arcturusnetworks.com>
---
CREDITS | 5 +++++
Makefile | 3 +++
cpu/mcf52x2/cpu_init.c | 11 +++++++++++
3 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/CREDITS b/CREDITS
index 2471029..043ba6e 100644
--- a/CREDITS
+++ b/CREDITS
@@ -511,6 +511,11 @@ N: Martin Winistoerfer
E: martinwinistoerfer at gmx.ch
D: Port to MPC555/556 microcontrollers and support for cmi board
+N: David Wu
+E: support at arcturusnetworks.com
+D: Mercury Security EP2500
+W: http://www.arcturusnetworks.com
+
N: Ming-Len Wu
E: minglen_wu at techware.com.tw
D: Motorola MX1ADS board support
diff --git a/Makefile b/Makefile
index 1ab197b..9de721b 100644
--- a/Makefile
+++ b/Makefile
@@ -2062,6 +2062,9 @@ EB+MCF-EV123_internal_config : unconfig
@echo "TEXT_BASE = 0xF0000000"|tee
$(obj)board/BuS/EB+MCF-EV123/textbase.mk
@$(MKCONFIG) EB+MCF-EV123 m68k mcf52x2 EB+MCF-EV123 BuS
+EP2500_config: unconfig
+ @$(MKCONFIG) $(@:_config=) m68k mcf52x2 ep2500 Mercury
+
idmr_config : unconfig
@$(MKCONFIG) $(@:_config=) m68k mcf52x2 idmr
diff --git a/cpu/mcf52x2/cpu_init.c b/cpu/mcf52x2/cpu_init.c
index 7cea655..5b06930 100644
--- a/cpu/mcf52x2/cpu_init.c
+++ b/cpu/mcf52x2/cpu_init.c
@@ -5,6 +5,8 @@
* MCF5282 additionals
* (C) Copyright 2005
* BuS Elektronik GmbH & Co. KG <esw@bus-elektronik.de>
+ * (c) Copyright 2010
+ * Arcturus Networks Inc. <www.arcturusnetworks.com>
*
* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew at freescale.com)
@@ -582,6 +584,12 @@ void cpu_init_f(void)
#ifdef CONFIG_SYS_PTCPAR
MCFGPIO_PTCPAR = CONFIG_SYS_PTCPAR;
#endif
+#if defined(CONFIG_SYS_PORTTC)
+ MCFGPIO_PORTTC = CONFIG_SYS_PORTTC;
+#endif
+#if defined(CONFIG_SYS_DDRTC)
+ MCFGPIO_DDRTC = CONFIG_SYS_DDRTC;
+#endif
#ifdef CONFIG_SYS_PTDPAR
MCFGPIO_PTDPAR = CONFIG_SYS_PTDPAR;
#endif
@@ -589,6 +597,9 @@ void cpu_init_f(void)
MCFGPIO_PUAPAR = CONFIG_SYS_PUAPAR;
#endif
+#if defined(CONFIG_SYS_DDRD)
+ MCFGPIO_DDRD = CONFIG_SYS_DDRD;
+#endif
#ifdef CONFIG_SYS_DDRUA
MCFGPIO_DDRUA = CONFIG_SYS_DDRUA;
#endif
-- 1.4.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-01-20 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 20:49 [U-Boot] Adding EP2500 MCF5282 board [PATCH] Michael Durrant
2010-01-20 18:33 ` [U-Boot] Adding EP2500 MCF5282 board [PATCH] -- resent in git format Michael Durrant
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.