Re: [U-Boot] [PATCH v2 09/18] tools: kwbimage: Fix dest addr

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: To enable secure boot, we need to jump back into the BootROM to continue the SoC's boot process instead of letting the SPL load and run the main U-Boot image. But, since the u-boot-spl.img (including the 64 byte header) is loaded by the SoC as the main image

[U-Boot] [PATCH v2 09/18] tools: kwbimage: Fix dest addr

2017-01-11 Thread Mario Six
To enable secure boot, we need to jump back into the BootROM to continue the SoC's boot process instead of letting the SPL load and run the main U-Boot image. But, since the u-boot-spl.img (including the 64 byte header) is loaded by the SoC as the main image, we need to compensate for the header l