u-boot/test/boot
Simon Glass ae0bf2214b vbe: Add a test for VBE device tree fixups
When a FIT includes some OS requests, U-Boot should process these and add
the requested info to corresponding subnodes of the /chosen node. Add a
pytest for this, which sets up the FIT, runs bootm and then uses a C
unit test to check that everything looks OK.

The test needs to run on sandbox_flattree since we don't support
device tree fixups on sandbox (live tree) yet. So enable BOOTMETH_VBE and
disable bootflow_system(), since EFI is not supported on
sandbox_flattree.

Add a link to the initial documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-10-17 21:17:13 -06:00
..
bootdev.c bootstd: Add tests for bootstd including all uclasses 2022-04-25 10:00:04 -04:00
bootflow.c vbe: Add a test for VBE device tree fixups 2022-10-17 21:17:13 -06:00
bootmeth.c dm: treewide: Use uclass_first_device_err when accessing one device 2022-10-17 21:17:12 -06:00
bootstd_common.c test: Move common FIT code into a separate fit_util file 2022-10-17 21:17:13 -06:00
bootstd_common.h bootstd: Move VBE setup into a shared function 2022-10-17 21:17:13 -06:00
Makefile vbe: Add a test for VBE device tree fixups 2022-10-17 21:17:13 -06:00
vbe_fixup.c vbe: Add a test for VBE device tree fixups 2022-10-17 21:17:13 -06:00
vbe_simple.c bootstd: Move VBE setup into a shared function 2022-10-17 21:17:13 -06:00