Re: [U-Boot] [PATCH 2/2] lsxl: rework boot scripts

2014-03-14 Thread Michael Walle
Am Donnerstag, 13. März 2014, 00:42:49 schrieb Tom Rini: How much memory do these platforms have? LS-CHLv2 has 64MB and LS-XHL has 256MB. The kernel_addr and ramdisk_addr are the value which was also used in the original bootloader. OK, so we don't have to worry about relocation to

[U-Boot] [PATCH 2/2] lsxl: rework boot scripts

2014-03-12 Thread Michael Walle
Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads a kernel and a ramdisk. Make this the default boot script. This should also

Re: [U-Boot] [PATCH 2/2] lsxl: rework boot scripts

2014-03-12 Thread Tom Rini
On Wed, Mar 12, 2014 at 07:42:54PM +0100, Michael Walle wrote: Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot script bootcmd_legacy, which only loads a kernel

Re: [U-Boot] [PATCH 2/2] lsxl: rework boot scripts

2014-03-12 Thread Michael Walle
Hi Tom, Am 2014-03-12 22:32, schrieb Tom Rini: On Wed, Mar 12, 2014 at 07:42:54PM +0100, Michael Walle wrote: Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot scripts, dtb filenames were taken from vanilla kernel. Introduce new boot

Re: [U-Boot] [PATCH 2/2] lsxl: rework boot scripts

2014-03-12 Thread Tom Rini
On Wed, Mar 12, 2014 at 11:51:41PM +0100, Michael Walle wrote: Hi Tom, Am 2014-03-12 22:32, schrieb Tom Rini: On Wed, Mar 12, 2014 at 07:42:54PM +0100, Michael Walle wrote: Move addresses for kernel, ramdisk and fdt blob to own variables. Add dtb blob loading to all existing boot