]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - MAKEALL
AT91SAM9263EK support
[karo-tx-uboot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index 9a2afe66fc35eec195648d295a115297d3ee69d6..edb8e1d0ee88fe34aaffd6797aaa2573908b4881 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -42,6 +42,7 @@ LIST_5xxx="           \
        fo300           \
        icecube_5100    \
        icecube_5200    \
+       inka4x0         \
        lite5200b       \
        mcc200          \
        mecp5200        \
@@ -260,6 +261,7 @@ LIST_824x="         \
        debris          \
        eXalion         \
        HIDDEN_DRAGON   \
+       linkstation_HGLAN       \
        MOUSSE          \
        MUSENKI         \
        MVBLUE          \
@@ -385,12 +387,6 @@ LIST_74xx="                \
        ZUMA            \
 "
 
-LIST_TSEC="            \
-       ${LIST_85xx}    \
-       ${LIST_86xx}    \
-       ${LIST_83xx}    \
-"
-
 LIST_7xx="             \
        BAB7xx          \
        CPCI750         \
@@ -399,6 +395,16 @@ LIST_7xx="         \
        ppmc7xx         \
 "
 
+#########################################################################
+## PowerPC groups
+#########################################################################
+
+LIST_TSEC="            \
+       ${LIST_83xx}    \
+       ${LIST_85xx}    \
+       ${LIST_86xx}    \
+"
+
 LIST_ppc="             \
        ${LIST_5xx}     \
        ${LIST_512x}    \
@@ -453,6 +459,8 @@ LIST_ARM9="                 \
        at91cap9adk             \
        at91rm9200dk            \
        at91sam9260ek           \
+       at91sam9261ek           \
+       at91sam9263ek           \
        cmc_pu2                 \
        ap920t                  \
        ap922_XA10              \
@@ -490,7 +498,6 @@ LIST_ARM9="                 \
        davinci_dvevm           \
        davinci_schmoogie       \
        davinci_sonata          \
-       pmdra                   \
 "
 
 #########################################################################
@@ -545,6 +552,9 @@ LIST_ixp="          \
        scpu            \
 "
 
+#########################################################################
+## ARM groups
+#########################################################################
 
 LIST_arm="             \
        ${LIST_SA}      \
@@ -649,8 +659,8 @@ LIST_nios2="                \
 #########################################################################
 
 LIST_microblaze="      \
-       suzaku          \
        ml401           \
+       suzaku          \
        xupv2p          \
 "
 
@@ -705,6 +715,11 @@ LIST_blackfin="            \
 ## SH Systems
 #########################################################################
 
+LIST_sh3="             \
+       mpr2            \
+       ms7720se        \
+"
+
 LIST_sh4="             \
        ms7750se        \
        ms7722se        \
@@ -713,11 +728,6 @@ LIST_sh4="         \
        r2dplus         \
 "
 
-LIST_sh3="             \
-       mpr2            \
-       ms7720se        \
-"
-
 LIST_sh="              \
        ${LIST_sh3}     \
        ${LIST_sh4}     \
@@ -727,7 +737,7 @@ LIST_sh="           \
 ## SPARC Systems
 #########################################################################
 
-LIST_sparc=""
+LIST_sparc="gr_xc3s_1500       gr_cpci_ax2000  gr_ep2s60       grsim   grsim_leon2"
 
 #-----------------------------------------------------------------------
 
@@ -755,17 +765,17 @@ build_target() {
 for arg in $@
 do
        case "$arg" in
-       arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa| \
-       avr32| \
-       sparc| \
-       blackfin| \
-       coldfire| \
-       microblaze| \
-       mips|mips_el| \
-       nios|nios2| \
-       ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
-       x86|I486|TSEC| \
-       sh|sh4|sh3 \
+       arm|SA|ARM7|ARM9|ARM10|ARM11|ixp|pxa \
+       |avr32 \
+       |blackfin \
+       |coldfire \
+       |microblaze \
+       |mips|mips_el \
+       |nios|nios2 \
+       |ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|TSEC \
+       |sh|sh3|sh4 \
+       |sparc \
+       |x86|I486 \
        )
                        for target in `eval echo '$LIST_'${arg}`
                        do