
25 Mar
2011
25 Mar
'11
2:54 p.m.
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
From: Priyanka Jain Priyanka.Jain@freescale.com
Using DDR as RAMBOOT base instead of L2SRAM for SDCard and SPI Flash boot loaders because:
- P1_P2_RDB boards have soldered DDR so no need for SPD
- Also P102x has 256K L2 cache size so becomes a limiting factor for
size of image that could be loaded in SRAM mode and would require three stage boot loader (TPL).
Changes done:
- CONFIG_SYS_TEXT_BASE to 0x11000000
- CONFIG_RESET_VECTOR_ADDRESS to 0x1107fffc
Signed-off-by: Priyanka Jain Priyanka.Jain@freescale.com Signed-off-by: Poonam Aggrwal Poonam.Aggrwal@freescale.com Signed-off-by: Dipen Dudhat Dipen.Dudhat@freescale.com Signed-off-by: Kumar Gala galak@kernel.crashing.org
board/freescale/p1_p2_rdb/ddr.c | 15 +++++++++++---- board/freescale/p1_p2_rdb/tlb.c | 13 ++++--------- include/configs/P1_P2_RDB.h | 8 ++++---- 3 files changed, 19 insertions(+), 17 deletions(-)
applied to 85xx next
- k