summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstroese <stroese>2003-05-23 11:41:44 +0000
committerstroese <stroese>2003-05-23 11:41:44 +0000
commit549826eaa05d627e4267012f74e4980bfac5526b (patch)
treeffeac1d46ba55ecc6e5ac81bff12a25bd1aa9103
parent1d49b1f36520616e00dcf8f22daee5a6896ca91c (diff)
- ASH405 board added (PPC405EP based).
- BUBINGA405EP added (PPC405EP based). - CPCI405AB added (PPC405GP based). - PMC405 added (PPC405GP based).
-rw-r--r--MAKEALL13
-rw-r--r--Makefile14
2 files changed, 19 insertions, 8 deletions
diff --git a/MAKEALL b/MAKEALL
index 3e84b968bb..9d08b50b54 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -44,12 +44,13 @@ LIST_8xx=" \
#########################################################################
LIST_4xx=" \
- ADCIOP AR405 CANBT CPCI405 \
- CPCI4052 CPCI440 CPCIISER4 CRAYL1 \
- DASA_SIM DU405 EBONY ERIC \
- MIP405 ML2 OCRTC ORSG \
- PCI405 PIP405 W7OLMC W7OLMG \
- WALNUT405 \
+ ADCIOP AR405 ASH405 BUBINGA405EP \
+ CANBT CPCI405 CPCI4052 CPCI405AB \
+ CPCI440 CPCIISER4 CRAYL1 DASA_SIM \
+ DU405 EBONY ERIC MIP405 \
+ ML2 OCRTC ORSG PCI405 \
+ PIP405 PMC405 W7OLMC W7OLMG \
+ WALNUT405 \
"
#########################################################################
diff --git a/Makefile b/Makefile
index 6ad82562e3..3e66bf0b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -403,11 +403,18 @@ ADCIOP_config: unconfig
AR405_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx ar405 esd
+ASH405_config: unconfig
+ @./mkconfig $(@:_config=) ppc ppc4xx ash405 esd
+
+BUBINGA405EP_config:unconfig
+ @./mkconfig $(@:_config=) ppc ppc4xx bubinga405ep
+
CANBT_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx canbt esd
-CPCI405_config \
-CPCI4052_config: unconfig
+CPCI405_config \
+CPCI4052_config \
+CPCI405AB_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx cpci405 esd
@echo "BOARD_REVISION = $(@:_config=)" >>include/config.mk
@@ -448,6 +455,9 @@ PCI405_config: unconfig
PIP405_config:unconfig
@./mkconfig $(@:_config=) ppc ppc4xx pip405 mpl
+PMC405_config: unconfig
+ @./mkconfig $(@:_config=) ppc ppc4xx pmc405 esd
+
W7OLMC_config \
W7OLMG_config: unconfig
@./mkconfig $(@:_config=) ppc ppc4xx w7o