]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
Fix OneNAND erase command
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 5f1be83fbe0cf20ea39cb6c29219e2b75487075a..8241f456b57369b9ce1d300cd7905810414e07fb 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -165,6 +165,8 @@ LIST_4xx="          \
        bamboo_nand     \
        bubinga         \
        CANBT           \
+       canyonlands     \
+       canyonlands_nand \
        CMS700          \
        CPCI2DP         \
        CPCI405         \
@@ -178,10 +180,12 @@ LIST_4xx="                \
        DASA_SIM        \
        DP405           \
        DU405           \
+       DU440           \
        ebony           \
        ERIC            \
        EXBITGEN        \
        G2000           \
+       glacier         \
        haleakala       \
        haleakala_nand  \
        hcu4            \
@@ -197,6 +201,7 @@ LIST_4xx="          \
        luan            \
        lwmon5          \
        makalu          \
+       mcu25           \
        METROBOX        \
        MIP405          \
        MIP405T         \
@@ -255,6 +260,7 @@ LIST_824x="         \
        debris          \
        eXalion         \
        HIDDEN_DRAGON   \
+       linkstation_HGLAN       \
        MOUSSE          \
        MUSENKI         \
        MVBLUE          \
@@ -445,7 +451,9 @@ LIST_ARM7="         \
 #########################################################################
 
 LIST_ARM9="                    \
+       at91cap9adk             \
        at91rm9200dk            \
+       at91sam9260ek           \
        cmc_pu2                 \
        ap920t                  \
        ap922_XA10              \
@@ -457,7 +465,10 @@ LIST_ARM9="                        \
        cp926ejs                \
        cp946es                 \
        cp966                   \
+       csb637                  \
+       kb9202                  \
        lpd7a400                \
+       m501sk                  \
        mp2usb                  \
        mx1ads                  \
        mx1fs2                  \
@@ -465,6 +476,7 @@ LIST_ARM9="                 \
        omap1510inn             \
        omap1610h2              \
        omap1610inn             \
+       omap5912osk             \
        omap730p2               \
        sbc2410x                \
        scb9328                 \
@@ -496,6 +508,8 @@ LIST_ARM11="                \
        cp1136          \
        omap2420h4      \
        apollon         \
+       imx31_litekit   \
+       imx31_phycore   \
 "
 
 #########################################################################
@@ -520,6 +534,10 @@ LIST_pxa="         \
 "
 
 LIST_ixp="             \
+       actux1          \
+       actux2          \
+       actux3          \
+       actux4          \
        ixdp425         \
        ixdpg425        \
        pdnb3           \
@@ -543,6 +561,7 @@ LIST_arm="          \
 
 LIST_mips4kc="         \
        incaip          \
+       qemu_mips       \
 "
 
 LIST_mips5kc="         \
@@ -629,8 +648,8 @@ LIST_nios2="                \
 #########################################################################
 
 LIST_microblaze="      \
-       suzaku          \
        ml401           \
+       suzaku          \
        xupv2p          \
 "
 
@@ -649,13 +668,13 @@ LIST_coldfire="                   \
        M5253EVB                \
        M5271EVB                \
        M5272C3                 \
+       M5275EVB                \
        M5282EVB                \
        M5329AFEE               \
        M5373EVB                \
        M54455EVB               \
        M5475AFE                \
        M5485AFE                \
-       r5200                   \
        TASREG                  \
 "
 
@@ -667,6 +686,7 @@ LIST_avr32="                \
        atstk1002       \
        atstk1003       \
        atstk1004       \
+       atngw100        \
 "
 
 #########################################################################
@@ -687,9 +707,13 @@ LIST_blackfin="            \
 LIST_sh4="             \
        ms7750se        \
        ms7722se        \
+       Migo-R          \
+       r7780mp         \
+       r2dplus         \
 "
 
 LIST_sh3="             \
+       mpr2            \
        ms7720se        \
 "
 
@@ -698,6 +722,12 @@ LIST_sh="          \
        ${LIST_sh4}     \
 "
 
+#########################################################################
+## SPARC Systems
+#########################################################################
+
+LIST_sparc="gr_xc3s_1500       gr_cpci_ax2000  gr_ep2s60       grsim   grsim_leon2"
+
 #-----------------------------------------------------------------------
 
 #----- for now, just run PPC by default -----
@@ -714,7 +744,7 @@ build_target() {
        ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
                                | tee ${LOG_DIR}/$target.ERR
 
-       ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+       ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
                                | tee -a ${LOG_DIR}/$target.MAKELOG
 }
 
@@ -726,6 +756,7 @@ do
        case "$arg" in
        arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa| \
        avr32| \
+       sparc| \
        blackfin| \
        coldfire| \
        microblaze| \