1
0
Fork 0
remarkable-uboot/arch/powerpc
Prabhakar Kushwaha 651fcf6019 powerpc:Add support of SPL non-relocation
Current SPL code base has BSS section placed after reset_vector. This means
they have to relocate to use the global variables. This put an implicit
requirement of having SPL size = Memory/2.

To avoid relocation:
	- Move bss_section within SPL range
	- Modify relocate_code()

Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2014-04-22 17:58:50 -07:00
..
cpu powerpc:Add support of SPL non-relocation 2014-04-22 17:58:50 -07:00
include/asm mpc85xx: Add support for the supplement configuration unit register 2014-04-22 17:58:49 -07:00
lib mpc85xx/t104x: Add deep sleep framework support 2014-04-22 17:58:49 -07:00
config.mk kbuild: move "checkgcc4" to PowerPC archprepare 2014-03-07 10:59:07 -05:00