Re: [U-Boot] [PATCH v2 2/4] rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399

2017-03-25 Thread Simon Glass
On 15 March 2017 at 05:08, Philipp Tomsich wrote: > The RK3399 boot code (running as AArch64) poses a bit of a challenge > for SPL image generation: > * The BootROM will start execution right after the 4-byte header (at >the odd instruction word loaded into SRAM at 0xff8c2004, with the >'

[U-Boot] [PATCH v2 2/4] rockchip: mkimage: pad the header to 8-bytes (using a 'nop') for RK3399

2017-03-15 Thread Philipp Tomsich
The RK3399 boot code (running as AArch64) poses a bit of a challenge for SPL image generation: * The BootROM will start execution right after the 4-byte header (at the odd instruction word loaded into SRAM at 0xff8c2004, with the 'RK33' boot magic residing at 0xff8c2000). * The default padd