summaryrefslogtreecommitdiff
path: root/MAKEALL
diff options
context:
space:
mode:
authorRafal Jaworowski <raj@semihalf.com>2007-07-27 14:43:59 +0200
committerRafal Jaworowski <raj@semihalf.com>2007-07-27 14:43:59 +0200
commit8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 (patch)
treec5ce1d56f002d132d527f66afc9a35adb077b56f /MAKEALL
parent1863cfb7b100ba0ee3401799457a01dc058745f8 (diff)
[ADS5121] Support for the ADS5121 board
The following MPC5121e subsystems are supported: - low-level CPU init - NOR Boot Flash (common CFI driver) - DDR SDRAM - FEC - I2C - Watchdog Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com> Signed-off-by: Jan Wrobel <wrr@semihalf.com>
Diffstat (limited to 'MAKEALL')
-rwxr-xr-xMAKEALL10
1 files changed, 9 insertions, 1 deletions
diff --git a/MAKEALL b/MAKEALL
index 127faa83a3..2a03b68708 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -44,6 +44,14 @@ LIST_5xxx=" \
"
#########################################################################
+## MPC512x Systems
+#########################################################################
+
+LIST_512x=" \
+ ads5121 \
+"
+
+#########################################################################
## MPC8xx Systems
#########################################################################
LIST_8xx=" \
@@ -365,7 +373,7 @@ do
microblaze| \
mips|mips_el| \
nios|nios2| \
- ppc|5xx|5xxx|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
+ ppc|5xx|5xxx|512x|8xx|8220|824x|8260|83xx|85xx|86xx|4xx|7xx|74xx| \
x86|I486)
for target in `eval echo '$LIST_'${arg}`
do