diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 01:48:28 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 01:48:28 +0200 |
commit | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (patch) | |
tree | 806aadd6a2be863b9a0e4e9649858468b4641c96 /MAKEALL | |
parent | e2146b6aea0de16e55530cc5ff58fb626d9870cd (diff) | |
download | u-boot-imx-74f4304ee717d0f4b3a27e7fd4a64944749b8783.zip u-boot-imx-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.gz u-boot-imx-74f4304ee717d0f4b3a27e7fd4a64944749b8783.tar.bz2 |
Add ARM946E cpu and core module targets; remap memory to 0x00000000
Patch by Peter Pearse, 2 Feb 2005
Diffstat (limited to 'MAKEALL')
-rwxr-xr-x | MAKEALL | 32 |
1 files changed, 26 insertions, 6 deletions
@@ -160,14 +160,25 @@ LIST_SA="assabet dnp1110 gcplus lart shannon" ## ARM7 Systems ######################################################################### -LIST_ARM7="B2 ep7312 evb4510 impa7 modnet50" +LIST_ARM7=" \ + B2 ep7312 evb4510 impa7 \ + integratorap_CM720T integratorap_CM7TDMI \ + modnet50 \ +" ######################################################################### ## ARM9 Systems ######################################################################### LIST_ARM9=" \ - at91rm9200dk cmc_pu2 integratorcp integratorap \ + at91rm9200dk cmc_pu2 \ + integratorap_CM920T integratorap_CM920T_ETM \ + integratorap_CM922T_XA10 integratorap_CM926EJ_S \ + integratorap_CM940T integratorap_CM946E_S \ + integratorap_CM966E_S integratorcp_CM920T \ + integratorcp_CM920T_ETM integratorcp_CM922T_XA10 \ + integratorcp_CM926EJ_S integratorcp_CM940T \ + integratorcp_CM946E_S integratorcp_CM966E_S \ lpd7a400 mx1ads mx1fs2 omap1510inn \ omap1610h2 omap1610inn omap730p2 scb9328 \ smdk2400 smdk2410 trab VCMA9 \ @@ -175,9 +186,18 @@ LIST_ARM9=" \ " ######################################################################### +## ARM10 Systems +######################################################################### +LIST_ARM10=" \ + integratorcp_CM10220E integratorcp_CM1026EJ_S \ +" + +######################################################################### ## ARM11 Systems ######################################################################### -LIST_ARM11="omap2420h4" +LIST_ARM11=" \ + integratorcp_CM1136JF_S omap2420h4 \ +" ######################################################################### ## Xscale Systems @@ -186,7 +206,7 @@ LIST_ARM11="omap2420h4" LIST_pxa=" \ adsvix cerf250 cradle csb226 \ innokom lubbock wepep250 xaeniax \ - xm250 xsengine \ + xm250 xsengine \ " LIST_ixp="ixdp425" @@ -194,7 +214,7 @@ LIST_ixp="ixdp425" LIST_arm=" \ ${LIST_SA} \ - ${LIST_ARM7} ${LIST_ARM9} ${LIST_ARM11} \ + ${LIST_ARM7} ${LIST_ARM9} ${LIST_ARM10} ${LIST_ARM11} \ ${LIST_pxa} ${LIST_ixp} \ " @@ -276,7 +296,7 @@ for arg in $@ do case "$arg" in ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|4xx|7xx|74xx| \ - arm|SA|ARM7|ARM9|ARM11|pxa|ixp| \ + arm|SA|ARM7|ARM9|ARM10|ARM11|pxa|ixp| \ microblaze| \ mips|mips_el| \ nios|nios2| \ |