summaryrefslogtreecommitdiffstats
path: root/MAKEALL
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-07-10 23:48:41 +0000
committerwdenk <wdenk>2004-07-10 23:48:41 +0000
commit857cad37a41c431582a74be56f858ee0476cd0d9 (patch)
treead20b07944687e5996418e91111a6cef5b2e319e /MAKEALL
parentfabd46acff08edd9f945340338caa07bb0534e64 (diff)
downloadbarebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.gz
barebox-857cad37a41c431582a74be56f858ee0476cd0d9.tar.xz
Patches by Yasushi Shoji, 29 Jun 2004:
- add empty include/asm-microblaze/processor.h - add to CREDITS and MAINTAINERS - add gd initialization - add MicroBlaze and SUZAKU board to MAKEALL script - add reset support for SUZAKU - add flush_cache() for MicroBlaze - add CFG_FLASH_SIZE to include/configs/suzaku.h since we have fixed size flash memory on SUZAKU
Diffstat (limited to 'MAKEALL')
-rw-r--r--MAKEALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAKEALL b/MAKEALL
index fa8e89e708..ac7d23a060 100644
--- a/MAKEALL
+++ b/MAKEALL
@@ -187,6 +187,12 @@ LIST_nios=" \
DK1S10 DK1S10_standard_32 DK1S10_mtx_ldk_20 \
"
+#########################################################################
+## MicroBlaze Systems
+#########################################################################
+
+LIST_microblaze="suzaku"
+
#-----------------------------------------------------------------------
#----- for now, just run PPC by default -----
@@ -211,6 +217,7 @@ do
case "$arg" in
ppc|5xx|5xxx|8xx|824x|8260|85xx|4xx|7xx|74xx| \
arm|SA|ARM7|ARM9|pxa|ixp| \
+ microblaze| \
mips| \
nios| \
x86|I486)