]> Git Repo - J-u-boot.git/blobdiff - MAKEALL
Don't tftp to unknown flash
[J-u-boot.git] / MAKEALL
diff --git a/MAKEALL b/MAKEALL
index e807063333a8a17ace6abc9809d41f3902616616..fe284b5ee23f937666421767c72e074ca5c87829 100755 (executable)
--- a/MAKEALL
+++ b/MAKEALL
@@ -346,6 +346,7 @@ LIST_83xx="         \
 
 LIST_85xx="            \
        ATUM8548        \
+       MPC8536DS       \
        MPC8540ADS      \
        MPC8540EVAL     \
        MPC8541CDS      \
@@ -354,6 +355,7 @@ LIST_85xx="         \
        MPC8555CDS      \
        MPC8560ADS      \
        MPC8568MDS      \
+       MPC8572DS       \
        PM854           \
        PM856           \
        sbc8540         \
@@ -517,6 +519,7 @@ LIST_ARM11="                \
        imx31_litekit   \
        imx31_phycore   \
        mx31ads         \
+       smdk6400        \
 "
 
 #########################################################################
@@ -738,6 +741,9 @@ LIST_blackfin="             \
 ## SH Systems
 #########################################################################
 
+LIST_sh2="             \
+       rsk7203         \
+"
 LIST_sh3="             \
        mpr2            \
        ms7720se        \
@@ -750,9 +756,12 @@ LIST_sh4="         \
        r7780mp         \
        r2dplus         \
        sh7763rdp       \
+       sh7785lcr       \
+       ap325rxa        \
 "
 
 LIST_sh="              \
+       ${LIST_sh2}     \
        ${LIST_sh3}     \
        ${LIST_sh4}     \
 "
@@ -797,7 +806,7 @@ do
        |mips|mips_el \
        |nios|nios2 \
        |ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx|TSEC \
-       |sh|sh3|sh4 \
+       |sh|sh2|sh3|sh4 \
        |sparc \
        |x86|I486 \
        )
This page took 0.02679 seconds and 4 git commands to generate.