Re: [PATCH v2 20/21] sandbox: Add an SPL loader for UPL

2024-07-20 Thread Simon Glass
Hi Sean, On Thu, 18 Jul 2024 at 15:12, Sean Anderson wrote: > > On 7/13/24 03:00, Simon Glass wrote: > > Add support for loading a UPL image from SPL. This uses the simple FIT > > implementation, but also loads the full FIT just to permit more testing. > > > > Signed-off-by: Simon Glass > > ---

Re: [PATCH v2 20/21] sandbox: Add an SPL loader for UPL

2024-07-18 Thread Sean Anderson
On 7/13/24 03:00, Simon Glass wrote: Add support for loading a UPL image from SPL. This uses the simple FIT implementation, but also loads the full FIT just to permit more testing. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/cpu/spl.c | 49 +

[PATCH v2 20/21] sandbox: Add an SPL loader for UPL

2024-07-13 Thread Simon Glass
Add support for loading a UPL image from SPL. This uses the simple FIT implementation, but also loads the full FIT just to permit more testing. Signed-off-by: Simon Glass --- (no changes since v1) arch/sandbox/cpu/spl.c | 49 +- arch/sandbox/include/asm/