X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=MAKEALL;h=c98d03a579ed29cf3937f9c949cc6d6cdb04e407;hb=8d2effea23e938631126a7888008a0637e13b389;hp=485fb884a7fecb4dd1b0ae9a418de6f1402eff3a;hpb=de0443614af4d16675ab436665aeb11ddc9f7214;p=u-boot diff --git a/MAKEALL b/MAKEALL index 485fb884a7..c98d03a579 100755 --- a/MAKEALL +++ b/MAKEALL @@ -47,6 +47,7 @@ LIST_5xxx=" \ BC3450 \ cm5200 \ cpci5200 \ + digsy_mtc \ EVAL5200 \ fo300 \ icecube_5100 \ @@ -117,6 +118,7 @@ LIST_8xx=" \ KUP4X \ LANTEC \ lwmon \ + kmsupx4 \ MBX \ MBX860T \ mgsuvd \ @@ -197,6 +199,7 @@ LIST_4xx=" \ EXBITGEN \ fx12mm \ G2000 \ + gdppc440etx \ glacier \ haleakala \ haleakala_nand \ @@ -281,6 +284,7 @@ LIST_824x=" \ debris \ eXalion \ HIDDEN_DRAGON \ + IDS8247 \ linkstation_HGLAN \ MOUSSE \ MUSENKI \ @@ -353,6 +357,7 @@ LIST_83xx=" \ MPC837XERDB \ MVBLM7 \ sbc8349 \ + SIMPC8313_LP \ TQM834x \ " @@ -372,7 +377,9 @@ LIST_85xx=" \ MPC8555CDS \ MPC8560ADS \ MPC8568MDS \ + MPC8569MDS \ MPC8572DS \ + MPC8572DS_36BIT \ PM854 \ PM856 \ sbc8540 \ @@ -384,6 +391,8 @@ LIST_85xx=" \ TQM8540 \ TQM8541 \ TQM8548 \ + TQM8548_AG \ + TQM8548_BE \ TQM8555 \ TQM8560 \ XPEDITE5200 \ @@ -499,6 +508,7 @@ LIST_ARM9=" \ mx1ads \ mx1fs2 \ netstar \ + nmdk8815 \ omap1510inn \ omap1610h2 \ omap1610inn \ @@ -518,6 +528,7 @@ LIST_ARM9=" \ davinci_schmoogie \ davinci_sffsdr \ davinci_sonata \ + davinci_dm355evm \ " ######################################################################### @@ -531,14 +542,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 \ " ######################################################################### @@ -549,15 +574,18 @@ LIST_at91=" \ afeb9260 \ at91cap9adk \ at91rm9200dk \ + at91rm9200ek \ at91sam9260ek \ at91sam9261ek \ at91sam9263ek \ + at91sam9g20ek \ at91sam9rlek \ cmc_pu2 \ csb637 \ kb9202 \ mp2usb \ m501sk \ + pm9263 \ " ######################################################################### @@ -595,15 +623,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} \ " ######################################################################### @@ -613,6 +642,18 @@ LIST_arm=" \ LIST_mips4kc=" \ incaip \ qemu_mips \ + vct_platinum \ + vct_platinum_small \ + vct_platinum_onenand \ + vct_platinum_onenand_small \ + vct_platinumavc \ + vct_platinumavc_small \ + vct_platinumavc_onenand \ + vct_platinumavc_onenand_small \ + vct_premium \ + vct_premium_small \ + vct_premium_onenand \ + vct_premium_onenand_small \ " LIST_mips5kc=" \ @@ -659,6 +700,7 @@ LIST_mips_el=" \ LIST_I486=" \ sc520_cdp \ + sc520_eNET \ sc520_spunk \ sc520_spunk_rel \ " @@ -751,9 +793,14 @@ LIST_avr32=" \ ######################################################################### LIST_blackfin=" \ + bf518f-ezbrd \ + bf526-ezbrd \ + bf527-ezkit \ bf533-ezkit \ bf533-stamp \ bf537-stamp \ + bf538f-ezkit \ + bf548-ezkit \ bf561-ezkit \ " @@ -818,7 +865,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 \