[U-Boot] [PATCH 1/2] imx8: Jump from alias to OCRAM address at SPL init

2019-10-14 Thread sbabic
> When running SPL on iMX8, the A core starts at address 0 > which is a alias to OCRAM 0x10. > 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

Re: [U-Boot] [PATCH 1/2] imx8: Jump from alias to OCRAM address at SPL init

2019-07-12 Thread Oleksandr Suvorov
On Fri, 12 Jul 2019 at 12:34, Ye Li wrote: > > When running SPL on iMX8, the A core starts at address 0 > which is a alias to OCRAM 0x10. > 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

[U-Boot] [PATCH 1/2] imx8: Jump from alias to OCRAM address at SPL init

2019-07-12 Thread Ye Li
When running SPL on iMX8, the A core starts at address 0 which is a alias to OCRAM 0x10. 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