[U-Boot-Users] [PATCH 1/3] ported to Aztek Networks, Inc. cta5000s, mpc8250 based

Jim Black jblack547 at gmail.com
Fri May 16 00:25:40 CEST 2008


---
 CREDITS     |    4 ++++
 MAINTAINERS |    4 ++++
 MAKEALL     |    1 +
 Makefile    |    3 +++
 4 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/CREDITS b/CREDITS
index e84ef38..c594f89 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: Port to Aztek Networks cta5000s
+
 N: Raphael Bossek
 E: raphael.bossek at solutions4linux.de
 D: 8xxrom-0.3.0
diff --git a/MAINTAINERS b/MAINTAINERS
index ac7572c..3f58036 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
diff --git a/MAKEALL b/MAKEALL
index 37b4334..f63e17c 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 6548f8e..abef70a 100644
--- a/Makefile
+++ b/Makefile
@@ -1720,6 +1720,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