[U-Boot-Users] [PATCH 1/2] Added support for Aztek Networks cta5000s.
Jim Black
jblack547 at gmail.com
Wed May 14 18:10:42 CEST 2008
---
CREDITS | 12 ++++++++++++
MAINTAINERS | 8 ++++++++
MAKEALL | 1 +
Makefile | 3 +++
4 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/CREDITS b/CREDITS
index e84ef38..24da4b0 100644
--- a/CREDITS
+++ b/CREDITS
@@ -61,6 +61,10 @@ N: Jon Benediktsson
E: jonb at marel.is
D: Support for Marel V37 board
+N: Jim Black
+E: jblack at azteknetworks.com
+D: Support for cta5000s board
+
N: Raphael Bossek
E: raphael.bossek at solutions4linux.de
D: 8xxrom-0.3.0
@@ -188,6 +192,10 @@ N: Kirk Haderlie
E: khaderlie at vividimage.com
D: Added TFTP to 8xxrom (-> 0.3.1)
+N: Jeffrey Haemer
+E: jhaemer at azteknetworks.com
+D: Support for cta5000s board
+
N: Chris Hallinan
E: clh at net1plus.com
D: DHCP Support
@@ -326,6 +334,10 @@ E: dan at embeddedalley.com
D: FADSROM, the grandfather of all of this
D: Support for Silicon Turnkey eXpress XTc
+N: Scott Mann
+E: smann at azteknetworks.com
+D: Support for cta5000s board
+
N: Andrea "llandre" Marson
E: andrea.marson at dave-tech.it
D: Port to PPChameleonEVB board
diff --git a/MAINTAINERS b/MAINTAINERS
index ac7572c..786dfc6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -50,6 +50,10 @@ Jerry Van Baren <gerald.vanbaren at smiths-aerospace.com>
sacsng MPC8260
+Jim Black <jblack at azteknetworks.com>
+
+ cta5000s MPC8250
+
Oliver Brown <obrown at adventnetworks.com>
gw8260 MPC8260
@@ -194,6 +198,10 @@ Howard Gray <mvsensor at matrix-vision.de>
MVS1 MPC823
+Jeffrey Haemer <jhaemer at azteknetworks.com>
+
+ cta5000s MPC8250
+
Joe Hamman <joe.hamman at embeddedspecialties.com>
sbc8548 MPC8548
diff --git a/MAKEALL b/MAKEALL
index 791eabc..832ceae 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -283,6 +283,7 @@ LIST_8260=" \
cogent_mpc8260 \
CPU86 \
CPU87 \
+ cta5000s \
ep8248 \
ep8260 \
ep82xxm \
diff --git a/Makefile b/Makefile
index 6783fec..6db21c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1714,6 +1714,9 @@ Rattler_config: unconfig
@echo "#define CONFIG_MPC8248" > $(obj)include/config.h)
@$(MKCONFIG) -a Rattler ppc mpc8260 rattler
+cta5000s_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc mpc8260 cta5000s
+
RPXsuper_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc8260 rpxsuper
--
1.5.5.1
More information about the U-Boot
mailing list