u-boot-brain/arch/arm/include/asm/arch-imx8
Ye Li 9a2738581a imx8: Jump from alias to OCRAM address at SPL init
When running SPL on iMX8, the A core starts at address 0
which is a alias to OCRAM 0x100000.
The alias only map first 96KB of OCRAM, so this require the
SPL size can't beyond 96KB. But when using SPL DM, the size increase
significantly and may exceed 96KB.
So to fix the problem, we will change SPL linker address to OCRAM
address 0x100000. And then jump to the absolute address not the PC relative
address for entering OCRAM.

Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2019-10-13 22:49:12 +02:00
..
sci misc: imx8: add more scfw api 2019-10-08 16:36:36 +02:00
boot0.h imx8: Jump from alias to OCRAM address at SPL init 2019-10-13 22:49:12 +02:00
clock.h imx8: add dummy clock 2018-10-22 12:59:01 +02:00
gpio.h gpio: mxc_gpio: add support for i.MX8 2018-10-22 12:59:01 +02:00
image.h imx8: support parsing i.MX8 Container file 2019-10-08 16:35:58 +02:00
imx8-pins.h imx8: imx8-pins: add i.MX8QM 2019-04-25 17:03:25 +02:00
imx-regs.h imx: define ARCH_MXC for i.MX8/8M/7ULP 2019-06-11 10:43:00 +02:00
iomux.h imx8: add iomux configuration api 2018-10-22 12:59:01 +02:00
power-domain.h power: Add power domain driver for i.MX8 2018-10-22 12:59:01 +02:00
sys_proto.h imx8: save args passed from ATF 2019-10-08 16:35:59 +02:00