]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
bootm: Reduce the unnecessary memmove
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index a1a49f7ff9ce53994e9c3d2904bf7431fc89606e..f8c912becaaa6ea9e30796cc5fdc8a5740d0d475 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -197,6 +197,7 @@ LIST_4xx="          \
        EXBITGEN        \
        fx12mm          \
        G2000           \
+       gdppc440etx     \
        glacier         \
        haleakala       \
        haleakala_nand  \
@@ -374,6 +375,7 @@ LIST_85xx="         \
        MPC8560ADS      \
        MPC8568MDS      \
        MPC8572DS       \
+       MPC8572DS_36BIT \
        PM854           \
        PM856           \
        sbc8540         \
@@ -385,6 +387,8 @@ LIST_85xx="         \
        TQM8540         \
        TQM8541         \
        TQM8548         \
+       TQM8548_AG      \
+       TQM8548_BE      \
        TQM8555         \
        TQM8560         \
        XPEDITE5200     \
@@ -500,6 +504,7 @@ LIST_ARM9="                 \
        mx1ads                  \
        mx1fs2                  \
        netstar                 \
+       nmdk8815                \
        omap1510inn             \
        omap1610h2              \
        omap1610inn             \
@@ -539,9 +544,21 @@ LIST_ARM11="               \
        imx31_litekit   \
        imx31_phycore   \
        mx31ads         \
+       qong            \
        smdk6400        \
 "
 
+#########################################################################
+## ARM Cortex-A8 Systems
+#########################################################################
+LIST_ARM_CORTEX_A8="           \
+       omap3_beagle            \
+       omap3_overo             \
+       omap3_evm               \
+       omap3_pandora           \
+       omap3_zoom1             \
+"
+
 #########################################################################
 ## AT91 Systems
 #########################################################################
@@ -596,15 +613,16 @@ LIST_ixp="                \
 ## ARM groups
 #########################################################################
 
-LIST_arm="             \
-       ${LIST_SA}      \
-       ${LIST_ARM7}    \
-       ${LIST_ARM9}    \
-       ${LIST_ARM10}   \
-       ${LIST_ARM11}   \
-       ${LIST_at91}    \
-       ${LIST_pxa}     \
-       ${LIST_ixp}     \
+LIST_arm="                     \
+       ${LIST_SA}              \
+       ${LIST_ARM7}            \
+       ${LIST_ARM9}            \
+       ${LIST_ARM10}           \
+       ${LIST_ARM11}           \
+       ${LIST_ARM_CORTEX_A8}   \
+       ${LIST_at91}            \
+       ${LIST_pxa}             \
+       ${LIST_ixp}             \
 "
 
 #########################################################################
@@ -614,6 +632,18 @@ LIST_arm="         \
 LIST_mips4kc="         \
        incaip          \
        qemu_mips       \
+       vct_platinum    \
+       vct_platinum_small      \
+       vct_platinum_onenand    \
+       vct_platinum_onenand_small      \
+       vct_platinumavc \
+       vct_platinumavc_small   \
+       vct_platinumavc_onenand \
+       vct_platinumavc_onenand_small   \
+       vct_premium     \
+       vct_premium_small       \
+       vct_premium_onenand     \
+       vct_premium_onenand_small       \
 "
 
 LIST_mips5kc="         \
@@ -660,6 +690,7 @@ LIST_mips_el="                      \
 
 LIST_I486="            \
        sc520_cdp       \
+       sc520_eNET      \
        sc520_spunk     \
        sc520_spunk_rel \
 "
@@ -819,7 +850,7 @@ build_target() {
 for arg in $@
 do
        case "$arg" in
-       arm|SA|ARM7|ARM9|ARM10|ARM11|at91|ixp|pxa \
+       arm|SA|ARM7|ARM9|ARM10|ARM11|ARM_CORTEX_A8|at91|ixp|pxa \
        |avr32 \
        |blackfin \
        |coldfire \