u-boot/arch/sandbox
Simon Glass 8de9896aa6 sandbox: Add an image for VPL
Use binman to build an image which includes all the U-Boot phases so that
a full VBE boot can take place with just that image.bin file. Attach the
image file to mmc2 so it can be loaded.

VBE is used to load images in two phases:

   - In VPL, VBE decides which SPL image to load
   - In SPL, VBE decides which U-Boot image to load

The latter should really be determined by VPL, since it does the full
signature verification on the selected configuration. However, we have
separate configurations for SPL and U-Boot proper, so for now we keep it
simple and have SPL do its own verification. This will need to be
tidied up later.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-10-31 11:04:00 -04:00
..
cpu vbe: Support reading the next SPL phase via VBE 2022-10-31 11:03:18 -04:00
dts sandbox: Add an image for VPL 2022-10-31 11:04:00 -04:00
include/asm vbe: Support reading the next SPL phase via VBE 2022-10-31 11:03:18 -04:00
lib sandbox: Support FDT fixups 2022-10-17 21:17:13 -06:00
config.mk sandbox: Add libfuzzer integration 2022-06-23 12:58:18 -04:00
Kconfig tests: Build correct sandbox configuration on 32bit 2022-10-29 07:36:33 -06:00
Makefile sandbox: fix build failure with musl and SDL 2022-02-09 12:26:12 -07:00