]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
* Clean up CMC PU2 flash driver
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index a4e4cb88e8b0c339e00e454b6ade0fff329fa8bb..e070b0d0ee00636aab7560879de5636f065dc9c5 100644 (file)
--- a/MAKEALL
+++ b/MAKEALL
@@ -71,6 +71,14 @@ LIST_4xx="   \
        WALNUT405       XPEDITE1K                                       \
 "
 
+#########################################################################
+## MPC8220 Systems
+#########################################################################
+
+LIST_8220="    \
+       Alaska8220      Yukon8220                                       \
+"
+
 #########################################################################
 ## MPC824x Systems
 #########################################################################
@@ -101,7 +109,7 @@ LIST_8260=" \
 
 LIST_85xx="    \
        MPC8540ADS      MPC8541CDS      MPC8555CDS      MPC8560ADS      \
-       sbc8560         stxgp3          \
+       sbc8540         sbc8560         stxgp3                          \
 "
 
 #########################################################################
@@ -194,6 +202,12 @@ LIST_nios="        \
        DK1S10 DK1S10_standard_32 DK1S10_mtx_ldk_20                     \
 "
 
+#########################################################################
+## Nios-II Systems
+#########################################################################
+
+LIST_nios2="PCI5441 PK1C20"
+
 #########################################################################
 ## MicroBlaze Systems
 #########################################################################
@@ -222,11 +236,11 @@ build_target() {
 for arg in $@
 do
        case "$arg" in
-       ppc|5xx|5xxx|8xx|824x|8260|85xx|4xx|7xx|74xx| \
+       ppc|5xx|5xxx|8xx|8220|824x|8260|85xx|4xx|7xx|74xx| \
        arm|SA|ARM7|ARM9|pxa|ixp| \
        microblaze| \
        mips| \
-       nios| \
+       nios|nios2| \
        x86|I486)
                        for target in `eval echo '$LIST_'${arg}`
                        do