]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
* Patches by Richard Woodruff, 01 Oct 2004:
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 77d94876326c23f34eae7cec955eb5fbc0f182ee..a8d5bd9c3272278bb5e72c2585e042e8b75eca99 100644 (file)
--- a/MAKEALL
+++ b/MAKEALL
@@ -157,6 +157,11 @@ LIST_ARM9="        \
        versatile                                                       \
 "
 
+#########################################################################
+## ARM11 Systems
+#########################################################################
+LIST_ARM11="omap2420h4"
+
 #########################################################################
 ## Xscale Systems
 #########################################################################
@@ -170,7 +175,11 @@ LIST_pxa=" \
 LIST_ixp="ixdp425"
 
 
-LIST_arm="${LIST_SA} ${LIST_ARM7} ${LIST_ARM9} ${LIST_pxa} ${LIST_ixp}"
+LIST_arm="     \
+       ${LIST_SA}                                                      \
+       ${LIST_ARM7} ${LIST_ARM9} ${LIST_ARM11}                         \
+       ${LIST_pxa} ${LIST_ixp}                                         \
+"
 
 #########################################################################
 ## MIPS Systems
@@ -180,9 +189,9 @@ LIST_mips4kc="incaip"
 
 LIST_mips5kc="purple"
 
-LIST_au1x00="dbau1000 dbau1100 dbau1500"
+LIST_au1xx0="dbau1000 dbau1100 dbau1500 dbau1550 dbau1550_el"
 
-LIST_mips="${LIST_mips4kc} ${LIST_mips5kc} ${LIST_au1x00}"
+LIST_mips="${LIST_mips4kc} ${LIST_mips5kc} ${LIST_au1xx0}"
 
 #########################################################################
 ## i386 Systems
@@ -238,7 +247,7 @@ for arg in $@
 do
        case "$arg" in
        ppc|5xx|5xxx|8xx|8220|824x|8260|85xx|4xx|7xx|74xx| \
-       arm|SA|ARM7|ARM9|pxa|ixp| \
+       arm|SA|ARM7|ARM9|ARM11|pxa|ixp| \
        microblaze| \
        mips| \
        nios|nios2| \