summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-08-12 00:28:57 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-09-03 22:40:46 +0200
commit23b3ae0fe8e4ed9fde2fdc73daeaa5392953d11f (patch)
tree2e425af27c59464b4c46affcfab3099b34216ee9 /MAKEALL
parent9ecefbfe26acff51cfb670b6716e0f68bfc90db4 (diff)
downloadtalos-obmc-uboot-23b3ae0fe8e4ed9fde2fdc73daeaa5392953d11f.tar.gz
talos-obmc-uboot-23b3ae0fe8e4ed9fde2fdc73daeaa5392953d11f.zip
integrator: convert to new build system
This deletes the integrator split_by_variant.sh script and defines a number of unique board types for the core modules that are meaningful to support for the Integrator AP/CP, i.e. the ones that did not just say "unsupported core module" in split_by_variant.sh. If more core modules need to be supported they are easy to add. We delete all the old cruft in Makefile and MAKEALL that was working around the old way of building boards. We create a unique config file per board to satisfy the build system, but they are just oneliners that include the existing integratorap.h and integratorcp.h configs. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL22
1 files changed, 0 insertions, 22 deletions
diff --git a/MAKEALL b/MAKEALL
index 0cb51f7861..26685fbfcc 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -301,14 +301,11 @@ LIST_SA="$(boards_by_cpu sa1100)"
#########################################################################
LIST_ARM7=" \
- ap7 \
- ap720t \
armadillo \
B2 \
ep7312 \
evb4510 \
impa7 \
- integratorap \
lpc2292sodimm \
modnet50 \
SMN42 \
@@ -320,17 +317,7 @@ LIST_ARM7=" \
LIST_ARM9=" \
a320evb \
- ap920t \
- ap922_XA10 \
- ap926ejs \
- ap946es \
- ap966 \
aspenite \
- cp920t \
- cp922_XA10 \
- cp926ejs \
- cp946es \
- cp966 \
da830evm \
da850evm \
edb9301 \
@@ -389,18 +376,9 @@ LIST_ARM9=" \
"
#########################################################################
-## ARM10 Systems
-#########################################################################
-LIST_ARM10=" \
- integratorcp \
- cp1026 \
-"
-
-#########################################################################
## ARM11 Systems
#########################################################################
LIST_ARM11=" \
- cp1136 \
omap2420h4 \
apollon \
imx31_litekit \
OpenPOWER on IntegriCloud