[U-Boot] Entry point used by SPL for uImages

2019-01-04 Thread Daniel Glöckner
Hi, is there any reason why the SPL uses the load address of a uImage as entry point instead of the entry point value from the image header if SPL_COPY_PAYLOAD_ONLY is not set? Even the very first version of the SPL that was added 7.5 years ago did it that way. The SPL_COPY_PAYLOAD_ONLY case that

Re: [U-Boot] [PATCH v4 20/21] board: Add Qualcomm Dragonboard 410C support

2016-04-04 Thread Daniel Glöckner
=apq8016-sbc.dtb\0" \ > > + "fdt_addr=0x8300\0"\ > > fdt_addr_r > > > + "ramdisk_addr=0x8400\0"\ > > ramdisk_addr_r > > These variables that the distro boot depends upon are missing/misnamed. This reminds me that I had to add scr

Re: [U-Boot] [PATCH v2 17/18] board: Add Qualcomm Dragonboard 410C support

2016-03-13 Thread Daniel Glöckner
On Sat, Mar 12, 2016 at 10:13:43PM +0100, Mateusz Kulikowski wrote: > On 12.03.2016 00:58, Daniel Glöckner wrote: > > It is also confusing to have the "add" instruction in there without an > > explanation, especially because having it at offset 4 instead of 0 defeats >

Re: [U-Boot] [PATCH v2 17/18] board: Add Qualcomm Dragonboard 410C support

2016-03-11 Thread Daniel Glöckner
enough. And dtbTool does not generate a device tree, it generates the Qualcomm device tree table containing all dtb files in the directory. I know the goal is to eventually replace Little Kernel, but how about using the device tree passed by it? We could add some code to head.S that saves x0 in sp_el