summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@googlemail.com>2009-01-27 18:19:12 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-01-28 21:39:15 +0100
commitf904cdbb68167c647887f19929ad295dbaac8862 (patch)
treeab4ec3fc8bd8fdaf080a8447ae3770ab06febf49 /MAKEALL
parentd5254f149da9e6cd649d887b042ce577ef3ba78d (diff)
downloadblackbird-obmc-uboot-f904cdbb68167c647887f19929ad295dbaac8862.tar.gz
blackbird-obmc-uboot-f904cdbb68167c647887f19929ad295dbaac8862.zip
OMAP3: Add common power code, README, and BeagleBoard
Add BeagleBoard support, common power code and README. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL28
1 files changed, 18 insertions, 10 deletions
diff --git a/MAKEALL b/MAKEALL
index 65634d122a..d0a4bfb8c0 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -545,6 +545,13 @@ LIST_ARM11=" \
"
#########################################################################
+## ARM Cortex-A8 Systems
+#########################################################################
+LIST_ARM_CORTEX_A8=" \
+ omap3_beagle \
+"
+
+#########################################################################
## AT91 Systems
#########################################################################
@@ -598,15 +605,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} \
"
#########################################################################
@@ -822,7 +830,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 \
OpenPOWER on IntegriCloud