summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-10-14 19:43:55 +0000
committerwdenk <wdenk>2003-10-14 19:43:55 +0000
commit2d5b561e2bfdee8552a99b2cf93016cce2a74895 (patch)
tree33a47c8393624e338d0cc8914c773ab9613cb385 /MAKEALL
parentf72da3406bf6f1c1bce9aa03b07d070413a916af (diff)
downloadblackbird-obmc-uboot-2d5b561e2bfdee8552a99b2cf93016cce2a74895.tar.gz
blackbird-obmc-uboot-2d5b561e2bfdee8552a99b2cf93016cce2a74895.zip
* Make sure HUSH is initialized for running auto-update scripts
* Make 5200 reset command _really_ reset the board, without running any other code after it * Fix flash mapping and display on P3G4 board * Patch by Kyle Harris, 15 Jul 2003: - add support for Intel IXP425 CPU - add support for IXDP425 eval board
Diffstat (limited to 'MAKEALL')
-rw-r--r--MAKEALL9
1 files changed, 7 insertions, 2 deletions
diff --git a/MAKEALL b/MAKEALL
index 2e5c19815e..0fafb3c6cb 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -133,8 +133,10 @@ LIST_ARM9=" \
LIST_pxa="cradle csb226 innokom lubbock wepep250"
+LIST_ixp="ixdp425"
-LIST_arm="${LIST_SA} ${LIST_ARM7} ${LIST_ARM9} ${LIST_pxa}"
+
+LIST_arm="${LIST_SA} ${LIST_ARM7} ${LIST_ARM9} ${LIST_pxa} ${LIST_ixp}"
#########################################################################
## MIPS Systems
@@ -178,7 +180,10 @@ build_target() {
for arg in $@
do
case "$arg" in
- 5xx|5xxx|8xx|824x|8260|4xx|7xx|74xx|SA|ARM7|ARM9|ppc|arm|pxa|mips|I486|x86)
+ ppc|5xx|5xxx|8xx|824x|8260|4xx|7xx|74xx| \
+ arm|SA|ARM7|ARM9|pxa|ixp| \
+ mips| \
+ x86|I486)
for target in `eval echo '$LIST_'${arg}`
do
build_target ${target}
OpenPOWER on IntegriCloud