diff options
| author | Niklaus Giger <niklausgiger@gmx.ch> | 2008-01-10 18:50:33 +0100 | 
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2008-01-10 19:06:54 +0100 | 
| commit | 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed (patch) | |
| tree | 2a5d2f294650884ad21d89749c0efc5cf3d52c60 /include | |
| parent | 6d8184b00c0d1d7090e4a2f514e310d98a394f8d (diff) | |
| download | olio-uboot-2014.01-4d332dbeb08f5863d1ea69d91a00c5499d3a87ed.tar.xz olio-uboot-2014.01-4d332dbeb08f5863d1ea69d91a00c5499d3a87ed.zip | |
ppc4xx: Make Sequoia boot vxWorks
vxWorks expects in
TLB 0 a entry for the Machine Check interrupt
TLB 1 a entry for the RAM
TLB 2 a entry for the EBC
TLB 3 a entry for the boot flash
After changing the baudrate to 9600 I had no problems to boot the
vxWorks image as distributed by WindRiver (Revision 2.0/1 from
June 18, 2007)
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sequoia.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index 8929134b5..056c2889b 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -61,6 +61,7 @@  #define CFG_MONITOR_LEN		(384 * 1024)	/* Reserve 384 kB for Monitor	*/  #define CFG_MALLOC_LEN		(256 * 1024)	/* Reserve 256 kB for malloc()	*/ +#define CFG_TLB_FOR_BOOT_FLASH	0x0003  #define CFG_BOOT_BASE_ADDR	0xf0000000  #define CFG_SDRAM_BASE		0x00000000	/* _must_ be 0		*/  #define CFG_FLASH_BASE		0xfc000000	/* start of FLASH	*/ |