Re: [U-Boot] [U-Boot, v4, 11/19] rockchip: mkimage: add support for rockchip nand boot image

2017-08-21 Thread Philipp Tomsich
> The Rockchip boot ROM requires a particular file format for booting from NAND: > > * It starts with 512-byte, rc4 encoded header and is aligned to nand page size > > * Then first 2KB of first stage loader (tpl) aligned to nand page size > * n empty pages > > * second 2KB of first stage loader

Re: [U-Boot] [U-Boot, v4, 11/19] rockchip: mkimage: add support for rockchip nand boot image

2017-08-18 Thread Philipp Tomsich
> The Rockchip boot ROM requires a particular file format for booting from NAND: > > * It starts with 512-byte, rc4 encoded header and is aligned to nand page size > > * Then first 2KB of first stage loader (tpl) aligned to nand page size > * n empty pages > > * second 2KB of first stage loader

Re: [U-Boot] [U-Boot, v4, 11/19] rockchip: mkimage: add support for rockchip nand boot image

2017-08-18 Thread Philipp Tomsich
On Thu, 17 Aug 2017, Paweł Jarosz wrote: The Rockchip boot ROM requires a particular file format for booting from NAND: * It starts with 512-byte, rc4 encoded header and is aligned to nand page size * Then first 2KB of first stage loader (tpl) aligned to nand page size * n empty pages *