Re: [U-Boot] [PATCH v3 11/62] sandbox: Add basic SPL implementation

2016-07-14 Thread Simon Glass
On 4 July 2016 at 11:57, Simon Glass wrote: > Add an sandbox implementation for the generic SPL framework. This supports > locating and running U-Boot proper. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: None > > arch/sandbox/cpu/Makefile | 1 + > arch/sand

[U-Boot] [PATCH v3 11/62] sandbox: Add basic SPL implementation

2016-07-04 Thread Simon Glass
Add an sandbox implementation for the generic SPL framework. This supports locating and running U-Boot proper. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None arch/sandbox/cpu/Makefile | 1 + arch/sandbox/cpu/spl.c | 51 +