[U-Boot] [PATCH v4 0/19] Allow images to work on sandbox

Simon Glass sjg at chromium.org
Fri May 10 02:17:03 CEST 2013


Hi Tom,

On Thu, May 9, 2013 at 12:36 PM, Tom Rini <trini at ti.com> wrote:
> On Tue, May 07, 2013 at 09:11:44AM -0700, Simon Glass wrote:
>
>> This series adjusts the image code to work with sandbox and prepares it for
>> verified boot to come later.
>>
>> The primary goal here is to get image loading to work on sandbox, which is
>> mostly a set of fairly minor changes such as using map_sysmem() instead of
>> just a cast when converting from a U-Boot address to a pointer. Since
>> common/image.c runs to over 3000 lines and half of it is FIT-related code
>> behind an #ifdef, this code is moved into a new image-fit.c file.
>>
>> Changes in v4:
>> - Bring in upstream version of fdt_first/next_subnode()
>> - Use new upstream fdt_first/next_subnode()
>
> Everything looks fine to me, barring further comments I'll pick this up
> around next Tuesday.

Thanks, The next series to hopefully improve image support is queued
up, and I will get the final one done also.

Regards,
Simon


More information about the U-Boot mailing list