
9 May
2013
9 May
'13
9:36 p.m.
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.
--
Tom