[U-Boot] [PATCH 8/8] APM82xxx: Add top level common file changes

tmarri at apm.com tmarri at apm.com
Thu Aug 26 23:06:20 CEST 2010


From: Tirumala Marri <tmarri at apm.com>

Add bluestone board name  to the board.cfg.
Change Makefile to include bluestone board support.
Modified MAINTAINERS file to include board maintainers name.
Modified to include blouestone entry in the MAKEALL file.

Signed-off-by: Tirumala R Marri <tmarri at apm.com>
---
 MAINTAINERS |    3 +++
 MAKEALL     |    1 +
 Makefile    |    7 +++++++
 boards.cfg  |    1 +
 4 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4b91b0f..263c00b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -253,6 +253,9 @@ Feng Kan <fkan at amcc.com>
 
 	redwood			PPC4xx
 
+Tirumala Marri<tmarri at apm.com>
+	bluestone	APM82XXX
+
 Brad Kemp <Brad.Kemp at seranoa.com>
 
 	ppmc8260	MPC8260
diff --git a/MAKEALL b/MAKEALL
index b34ae33..02d5c17 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -191,6 +191,7 @@ LIST_4xx="		\
 	ASH405		\
 	bamboo		\
 	bamboo_nand	\
+	bluestone	\
 	bubinga		\
 	CANBT		\
 	canyonlands	\
diff --git a/Makefile b/Makefile
index 4f1cb1b..8cd5bd3 100644
--- a/Makefile
+++ b/Makefile
@@ -926,6 +926,13 @@ bamboo_nand_config:	unconfig
 	@echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
 	@$(MKCONFIG) -n $@ -a bamboo powerpc ppc4xx bamboo amcc
 
+# Maui Bluestone board images
+bluestone_config:   unconfig
+	@mkdir -p $(obj)include
+	@echo "#define CONFIG_$$(echo $(subst ,,$(@:_config=)) | \
+		tr '[:lower:]' '[:upper:]')" >$(obj)include/config.h
+	@$(MKCONFIG) -n $@ -a bluestone powerpc ppc4xx bluestone amcc
+
 # Arches, Canyonlands & Glacier use different U-Boot images
 arches_config \
 canyonlands_config \
diff --git a/boards.cfg b/boards.cfg
index 69c6897..48001d3 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -196,6 +196,7 @@ redwood		powerpc	ppc4xx		-		amcc
 taihu		powerpc	ppc4xx		-		amcc
 taishan		powerpc	ppc4xx		-		amcc
 yucca		powerpc	ppc4xx		-		amcc
+bluestone 	powerpc ppc4xx		-		amcc
 AP1000		powerpc	ppc4xx		ap1000		amirix
 CRAYL1		powerpc	ppc4xx		L1		cray
 ADCIOP		powerpc	ppc4xx		adciop		esd
-- 
1.6.1.rc3



More information about the U-Boot mailing list