]> git.sur5r.net Git - u-boot/blobdiff - MAKEALL
ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
[u-boot] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 47e53c669553f6686994091fb722e5780b6b7282..80b6060e7a9ab84288ad40c7c2213e8ab0ff0733 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -221,6 +221,7 @@ LIST_4xx="          \
        PPChameleonEVB  \
        quad100hd       \
        rainier         \
+       redwood         \
        sbc405          \
        sc3             \
        sequoia         \
@@ -307,6 +308,7 @@ LIST_8260="         \
        TQM8260_AC      \
        TQM8260_AD      \
        TQM8260_AE      \
+       TQM8272         \
        ZPC1900         \
 "
 
@@ -330,6 +332,7 @@ LIST_83xx="         \
        MPC8360ERDK_66  \
        MPC837XEMDS     \
        MPC837XERDB     \
+       MVBLM7          \
        sbc8349         \
        TQM834x         \
 "
@@ -354,10 +357,12 @@ LIST_85xx="               \
        sbc8540         \
        sbc8548         \
        sbc8560         \
+       socrates        \
        stxgp3          \
        stxssa          \
        TQM8540         \
        TQM8541         \
+       TQM8548         \
        TQM8555         \
        TQM8560         \
 "
@@ -460,6 +465,9 @@ LIST_ARM9="                 \
        at91cap9adk             \
        at91rm9200dk            \
        at91sam9260ek           \
+       at91sam9261ek           \
+       at91sam9263ek           \
+       at91sam9rlek            \
        cmc_pu2                 \
        ap920t                  \
        ap922_XA10              \
@@ -496,6 +504,7 @@ LIST_ARM9="                 \
        voiceblue               \
        davinci_dvevm           \
        davinci_schmoogie       \
+       davinci_sffsdr          \
        davinci_sonata          \
 "
 
@@ -519,6 +528,24 @@ LIST_ARM11="               \
        mx31ads         \
 "
 
+#########################################################################
+## AT91 Systems
+#########################################################################
+
+LIST_at91="            \
+       at91cap9adk     \
+       at91rm9200dk    \
+       at91sam9260ek   \
+       at91sam9261ek   \
+       at91sam9263ek   \
+       at91sam9rlek    \
+       cmc_pu2         \
+       csb637          \
+       kb9202          \
+       mp2usb          \
+       m501sk          \
+"
+
 #########################################################################
 ## Xscale Systems
 #########################################################################
@@ -696,6 +723,7 @@ LIST_avr32="                \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atstk1006       \
        atngw100        \
 "
 
@@ -722,9 +750,10 @@ LIST_sh3="         \
 LIST_sh4="             \
        ms7750se        \
        ms7722se        \
-       Migo-R          \
+       Migo          \
        r7780mp         \
        r2dplus         \
+       sh7763rdp       \
 "
 
 LIST_sh="              \
@@ -764,7 +793,7 @@ build_target() {
 for arg in $@
 do
        case "$arg" in
-       arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \
+       arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \
        |avr32 \
        |blackfin \
        |coldfire \