]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
remove MVS1 board
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 38911edae6df08381ffcb377cdf70c36c89dbd29..e807063333a8a17ace6abc9809d41f3902616616 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -42,11 +42,13 @@ LIST_5xxx="         \
        fo300           \
        icecube_5100    \
        icecube_5200    \
+       inka4x0         \
        lite5200b       \
        mcc200          \
        mecp5200        \
        motionpro       \
        munices         \
+       MVBC_P          \
        o2dnt           \
        pf5200          \
        PM520           \
@@ -112,7 +114,6 @@ LIST_8xx="          \
        MHPC            \
        MPC86xADS       \
        MPC885ADS       \
-       MVS1            \
        NETPHONE        \
        NETTA           \
        NETTA2          \
@@ -207,6 +208,8 @@ LIST_4xx="          \
        MIP405T         \
        ML2             \
        ml300           \
+       ml507           \
+       ml507_flash     \
        ocotea          \
        OCRTC           \
        ORSG            \
@@ -218,7 +221,9 @@ LIST_4xx="          \
        PMC405          \
        PMC440          \
        PPChameleonEVB  \
+       quad100hd       \
        rainier         \
+       redwood         \
        sbc405          \
        sc3             \
        sequoia         \
@@ -305,6 +310,7 @@ LIST_8260="         \
        TQM8260_AC      \
        TQM8260_AD      \
        TQM8260_AE      \
+       TQM8272         \
        ZPC1900         \
 "
 
@@ -328,6 +334,7 @@ LIST_83xx="         \
        MPC8360ERDK_66  \
        MPC837XEMDS     \
        MPC837XERDB     \
+       MVBLM7          \
        sbc8349         \
        TQM834x         \
 "
@@ -352,10 +359,12 @@ LIST_85xx="               \
        sbc8540         \
        sbc8548         \
        sbc8560         \
+       socrates        \
        stxgp3          \
        stxssa          \
        TQM8540         \
        TQM8541         \
+       TQM8548         \
        TQM8555         \
        TQM8560         \
 "
@@ -455,10 +464,6 @@ LIST_ARM7="                \
 #########################################################################
 
 LIST_ARM9="                    \
-       at91cap9adk             \
-       at91rm9200dk            \
-       at91sam9260ek           \
-       cmc_pu2                 \
        ap920t                  \
        ap922_XA10              \
        ap926ejs                \
@@ -469,11 +474,7 @@ LIST_ARM9="                        \
        cp926ejs                \
        cp946es                 \
        cp966                   \
-       csb637                  \
-       kb9202                  \
        lpd7a400                \
-       m501sk                  \
-       mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
        netstar                 \
@@ -494,6 +495,7 @@ LIST_ARM9="                 \
        voiceblue               \
        davinci_dvevm           \
        davinci_schmoogie       \
+       davinci_sffsdr          \
        davinci_sonata          \
 "
 
@@ -517,12 +519,29 @@ LIST_ARM11="              \
        mx31ads         \
 "
 
+#########################################################################
+## AT91 Systems
+#########################################################################
+
+LIST_at91="            \
+       at91cap9adk     \
+       at91rm9200dk    \
+       at91sam9260ek   \
+       at91sam9261ek   \
+       at91sam9263ek   \
+       at91sam9rlek    \
+       cmc_pu2         \
+       csb637          \
+       kb9202          \
+       mp2usb          \
+       m501sk          \
+"
+
 #########################################################################
 ## Xscale Systems
 #########################################################################
 
 LIST_pxa="             \
-       adsvix          \
        cerf250         \
        cradle          \
        csb226          \
@@ -559,6 +578,7 @@ LIST_arm="          \
        ${LIST_ARM9}    \
        ${LIST_ARM10}   \
        ${LIST_ARM11}   \
+       ${LIST_at91}    \
        ${LIST_pxa}     \
        ${LIST_ixp}     \
 "
@@ -673,13 +693,15 @@ LIST_coldfire="                   \
        M52277EVB               \
        M5235EVB                \
        M5249EVB                \
-       M5253EVB                \
+       M5253DEMO               \
+       M5253EVBE               \
        M5271EVB                \
        M5272C3                 \
        M5275EVB                \
        M5282EVB                \
        M5329AFEE               \
        M5373EVB                \
+       M54451EVB               \
        M54455EVB               \
        M5475AFE                \
        M5485AFE                \
@@ -694,7 +716,11 @@ LIST_avr32="               \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atstk1006       \
        atngw100        \
+       favr-32-ezkit   \
+       hammerhead      \
+       mimc200         \
 "
 
 #########################################################################
@@ -720,9 +746,10 @@ LIST_sh3="         \
 LIST_sh4="             \
        ms7750se        \
        ms7722se        \
-       Migo-R          \
+       Migo          \
        r7780mp         \
        r2dplus         \
+       sh7763rdp       \
 "
 
 LIST_sh="              \
@@ -762,7 +789,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 \