summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-19 18:01:38 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-19 18:01:38 +0200
commit978b10964c1a4b3bf97fa5198ba62b36bd173cbe (patch)
treef1dd5f48a8f7fd189d3a025dd4a0d2232cee9bb7 /Makefile
parent45a212c4d73452beac30d4e405a9657b07d7edb3 (diff)
downloadbarebox-978b10964c1a4b3bf97fa5198ba62b36bd173cbe.tar.gz
barebox-978b10964c1a4b3bf97fa5198ba62b36bd173cbe.tar.xz
Add support for high-boot on TQM5200 and TQM5200S boards.
Hint: the CPLD on the TQM5200 must be programmed with a software version supporting the high boot option! The new TQM5200S is already supporting this option. On the TQM5200 this option will be supported in configurations with MPC5200 rev B processors. To actually "high boot", set jumper X30 on the STK52xx. Patch by Martin Krause, 12 Jul 2006
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e39af35f77..4188ff638c 100644
--- a/Makefile
+++ b/Makefile
@@ -407,6 +407,7 @@ Total5200_Rev2_lowboot_config: unconfig
TQM5200_config \
TQM5200_STK100_config \
TQM5200_B_config \
+TQM5200_B_HIGHBOOT_config \
MiniFAP_config: unconfig
@ >include/config.h
@[ -z "$(findstring MiniFAP,$@)" ] || \
@@ -421,6 +422,9 @@ MiniFAP_config: unconfig
{ echo "#define CONFIG_TQM5200_B" >>include/config.h ; \
echo "... with MPC5200B processor" ; \
}
+ @[ -z "$(findstring HIGHBOOT,$@)" ] || \
+ { echo "TEXT_BASE = 0xFFF00000" >board/tqm5200/config.tmp ; \
+ }
@echo "#define CONFIG_CS_AUTOCONF">>include/config.h ;
@echo "... with automatic CS configuration" ;
@./mkconfig -a TQM5200 ppc mpc5xxx tqm5200