Initial checkin
[pandora-x-loader.git] / board / omap3430labrador / config.mk
1 #
2 # (C) Copyright 2006
3 # Texas Instruments, <www.ti.com>
4 #
5 # SDP3430 board uses OMAP3430 (ARM-CortexA8) cpu
6 # see http://www.ti.com/ for more information on Texas Instruments
7 #
8 # SDP3430 has 1 bank of 32MB or 128MB mDDR-SDRAM on CS0
9 # SDP3430 has 1 bank of 32MB or 00MB mDDR-SDRAM on CS1
10 # Physical Address:
11 # 8000'0000 (bank0)
12 # A000'0000 (bank1) - re-mappable below CS1
13
14 # For use if you want X-Loader to relocate from SRAM to DDR
15 #TEXT_BASE = 0x80e80000
16
17 # For XIP in 64K of SRAM or debug (GP device has it all availabe)
18 # SRAM 40200000-4020FFFF base
19 # initial stack at 0x4020fffc used in s_init (below xloader).
20 # The run time stack is (above xloader, 2k below)
21 # If any globals exist there needs to be room for them also
22 TEXT_BASE = 0x40208800