]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
mpc512x: Add esd gmbh mecp5123 board support
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index e963f6103e1df68871794fed32da46786a20d5b3..f48a08e579b0f5ab7a813314550d9656b9a42490 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -47,6 +47,7 @@ LIST_5xxx="           \
        BC3450          \
        cm5200          \
        cpci5200        \
+       digsy_mtc       \
        EVAL5200        \
        fo300           \
        icecube_5100    \
@@ -76,7 +77,9 @@ LIST_5xxx="           \
 #########################################################################
 
 LIST_512x="            \
-       ads5121         \
+       aria            \
+       mecp5123        \
+       mpc5121ads      \
 "
 
 #########################################################################
@@ -117,6 +120,7 @@ LIST_8xx="          \
        KUP4X           \
        LANTEC          \
        lwmon           \
+       kmsupx4         \
        MBX             \
        MBX860T         \
        mgsuvd          \
@@ -282,6 +286,7 @@ LIST_824x="         \
        debris          \
        eXalion         \
        HIDDEN_DRAGON   \
+       IDS8247         \
        linkstation_HGLAN       \
        MOUSSE          \
        MUSENKI         \
@@ -374,6 +379,7 @@ LIST_85xx="         \
        MPC8555CDS      \
        MPC8560ADS      \
        MPC8568MDS      \
+       MPC8569MDS      \
        MPC8572DS       \
        MPC8572DS_36BIT \
        PM854           \
@@ -387,6 +393,8 @@ LIST_85xx="         \
        TQM8540         \
        TQM8541         \
        TQM8548         \
+       TQM8548_AG      \
+       TQM8548_BE      \
        TQM8555         \
        TQM8560         \
        XPEDITE5200     \
@@ -502,6 +510,7 @@ LIST_ARM9="                 \
        mx1ads                  \
        mx1fs2                  \
        netstar                 \
+       nmdk8815                \
        omap1510inn             \
        omap1610h2              \
        omap1610inn             \
@@ -521,6 +530,7 @@ LIST_ARM9="                 \
        davinci_schmoogie       \
        davinci_sffsdr          \
        davinci_sonata          \
+       davinci_dm355evm        \
 "
 
 #########################################################################
@@ -534,14 +544,28 @@ LIST_ARM10="              \
 #########################################################################
 ## ARM11 Systems
 #########################################################################
-LIST_ARM11="           \
-       cp1136          \
-       omap2420h4      \
-       apollon         \
-       imx31_litekit   \
-       imx31_phycore   \
-       mx31ads         \
-       smdk6400        \
+LIST_ARM11="                   \
+       cp1136                  \
+       omap2420h4              \
+       apollon                 \
+       imx31_litekit           \
+       imx31_phycore           \
+       imx31_phycore_eet       \
+       mx31ads                 \
+       qong                    \
+       smdk6400                \
+"
+
+#########################################################################
+## ARM Cortex-A8 Systems
+#########################################################################
+LIST_ARM_CORTEX_A8="           \
+       omap3_beagle            \
+       omap3_overo             \
+       omap3_evm               \
+       omap3_pandora           \
+       omap3_zoom1             \
+       omap3_zoom2             \
 "
 
 #########################################################################
@@ -552,15 +576,18 @@ LIST_at91="               \
        afeb9260        \
        at91cap9adk     \
        at91rm9200dk    \
+       at91rm9200ek    \
        at91sam9260ek   \
        at91sam9261ek   \
        at91sam9263ek   \
+       at91sam9g20ek   \
        at91sam9rlek    \
        cmc_pu2         \
        csb637          \
        kb9202          \
        mp2usb          \
        m501sk          \
+       pm9263          \
 "
 
 #########################################################################
@@ -598,15 +625,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}             \
 "
 
 #########################################################################
@@ -767,9 +795,14 @@ LIST_avr32="               \
 #########################################################################
 
 LIST_blackfin="                \
+       bf518f-ezbrd    \
+       bf526-ezbrd     \
+       bf527-ezkit     \
        bf533-ezkit     \
        bf533-stamp     \
        bf537-stamp     \
+       bf538f-ezkit    \
+       bf548-ezkit     \
        bf561-ezkit     \
 "
 
@@ -834,7 +867,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 \