X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=MAKEALL;h=38911edae6df08381ffcb377cdf70c36c89dbd29;hb=413bf586266f86c6bdbc6c6d140f67a15af4c4f1;hp=01573da6f8caec638ab81868662e23335e8fec1e;hpb=fdeb932b1c8a3b615463995c3452d30ee0b12a33;p=platform%2Fkernel%2Fu-boot.git diff --git a/MAKEALL b/MAKEALL index 01573da..38911ed 100755 --- a/MAKEALL +++ b/MAKEALL @@ -185,6 +185,7 @@ LIST_4xx=" \ ERIC \ EXBITGEN \ G2000 \ + glacier \ haleakala \ haleakala_nand \ hcu4 \ @@ -259,6 +260,7 @@ LIST_824x=" \ debris \ eXalion \ HIDDEN_DRAGON \ + linkstation_HGLAN \ MOUSSE \ MUSENKI \ MVBLUE \ @@ -384,12 +386,6 @@ LIST_74xx=" \ ZUMA \ " -LIST_TSEC=" \ - ${LIST_85xx} \ - ${LIST_86xx} \ - ${LIST_83xx} \ -" - LIST_7xx=" \ BAB7xx \ CPCI750 \ @@ -398,6 +394,16 @@ LIST_7xx=" \ ppmc7xx \ " +######################################################################### +## PowerPC groups +######################################################################### + +LIST_TSEC=" \ + ${LIST_83xx} \ + ${LIST_85xx} \ + ${LIST_86xx} \ +" + LIST_ppc=" \ ${LIST_5xx} \ ${LIST_512x} \ @@ -451,6 +457,7 @@ LIST_ARM7=" \ LIST_ARM9=" \ at91cap9adk \ at91rm9200dk \ + at91sam9260ek \ cmc_pu2 \ ap920t \ ap922_XA10 \ @@ -462,6 +469,8 @@ LIST_ARM9=" \ cp926ejs \ cp946es \ cp966 \ + csb637 \ + kb9202 \ lpd7a400 \ m501sk \ mp2usb \ @@ -471,6 +480,7 @@ LIST_ARM9=" \ omap1510inn \ omap1610h2 \ omap1610inn \ + omap5912osk \ omap730p2 \ sbc2410x \ scb9328 \ @@ -502,6 +512,9 @@ LIST_ARM11=" \ cp1136 \ omap2420h4 \ apollon \ + imx31_litekit \ + imx31_phycore \ + mx31ads \ " ######################################################################### @@ -536,6 +549,9 @@ LIST_ixp=" \ scpu \ " +######################################################################### +## ARM groups +######################################################################### LIST_arm=" \ ${LIST_SA} \ @@ -640,8 +656,8 @@ LIST_nios2=" \ ######################################################################### LIST_microblaze=" \ - suzaku \ ml401 \ + suzaku \ xupv2p \ " @@ -660,13 +676,13 @@ LIST_coldfire=" \ M5253EVB \ M5271EVB \ M5272C3 \ + M5275EVB \ M5282EVB \ M5329AFEE \ M5373EVB \ M54455EVB \ M5475AFE \ M5485AFE \ - r5200 \ TASREG \ " @@ -696,13 +712,17 @@ LIST_blackfin=" \ ## SH Systems ######################################################################### +LIST_sh3=" \ + mpr2 \ + ms7720se \ +" + LIST_sh4=" \ ms7750se \ ms7722se \ -" - -LIST_sh3=" \ - ms7720se \ + Migo-R \ + r7780mp \ + r2dplus \ " LIST_sh=" \ @@ -710,6 +730,12 @@ LIST_sh=" \ ${LIST_sh4} \ " +######################################################################### +## SPARC Systems +######################################################################### + +LIST_sparc="gr_xc3s_1500 gr_cpci_ax2000 gr_ep2s60 grsim grsim_leon2" + #----------------------------------------------------------------------- #----- for now, just run PPC by default ----- @@ -736,16 +762,17 @@ build_target() { for arg in $@ do case "$arg" in - 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| \ - 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