X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=MAKEALL;h=38911edae6df08381ffcb377cdf70c36c89dbd29;hb=4f27098e5b0736989b13cd61d7bca94b3574cf5f;hp=5f0a114f89780e36e751cffe33089d6852ecda82;hpb=caebc95be3b42e5147b5fac7672ac4b2693ef7e1;p=u-boot diff --git a/MAKEALL b/MAKEALL index 5f0a114f89..38911edae6 100755 --- a/MAKEALL +++ b/MAKEALL @@ -260,6 +260,7 @@ LIST_824x=" \ debris \ eXalion \ HIDDEN_DRAGON \ + linkstation_HGLAN \ MOUSSE \ MUSENKI \ MVBLUE \ @@ -385,12 +386,6 @@ LIST_74xx=" \ ZUMA \ " -LIST_TSEC=" \ - ${LIST_85xx} \ - ${LIST_86xx} \ - ${LIST_83xx} \ -" - LIST_7xx=" \ BAB7xx \ CPCI750 \ @@ -399,6 +394,16 @@ LIST_7xx=" \ ppmc7xx \ " +######################################################################### +## PowerPC groups +######################################################################### + +LIST_TSEC=" \ + ${LIST_83xx} \ + ${LIST_85xx} \ + ${LIST_86xx} \ +" + LIST_ppc=" \ ${LIST_5xx} \ ${LIST_512x} \ @@ -508,6 +513,8 @@ LIST_ARM11=" \ omap2420h4 \ apollon \ imx31_litekit \ + imx31_phycore \ + mx31ads \ " ######################################################################### @@ -542,6 +549,9 @@ LIST_ixp=" \ scpu \ " +######################################################################### +## ARM groups +######################################################################### LIST_arm=" \ ${LIST_SA} \ @@ -702,6 +712,11 @@ LIST_blackfin=" \ ## SH Systems ######################################################################### +LIST_sh3=" \ + mpr2 \ + ms7720se \ +" + LIST_sh4=" \ ms7750se \ ms7722se \ @@ -710,11 +725,6 @@ LIST_sh4=" \ r2dplus \ " -LIST_sh3=" \ - mpr2 \ - ms7720se \ -" - LIST_sh=" \ ${LIST_sh3} \ ${LIST_sh4} \ @@ -752,17 +762,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