mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
8de9896aa6
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> |
||
---|---|---|
.. | ||
include | ||
cros-ec-keyboard.dtsi | ||
Makefile | ||
other.dts | ||
overlay0.dts | ||
overlay1.dts | ||
sandbox.dts | ||
sandbox.dtsi | ||
sandbox64.dts | ||
sandbox_pmic.dtsi | ||
sandbox_vpl.dtsi | ||
test.dts |