vbe: Add Kconfig options for VPL
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:23:13 +0000 (18:23 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:03:59 +0000 (11:03 -0400)
commit4218456b3fac98966a320c3f2db36d543a32ec17
treeaa451fe1cefff92e5f40eb11408954cc6ae26c3a
parente45d22655aed0c81fa5890f47c1647c6e95bedb6
vbe: Add Kconfig options for VPL

Enable the various features needed in VPL, by adding Kconfig options.

Update the defconfig for sandbox_vpl so that the build for each phase
includes what is needed. Drop LZMA for now and make sure partition support
is omitted in SPL, since it is not needed.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig
boot/vbe_simple_os.c
common/spl/Kconfig.vpl
configs/sandbox_vpl_defconfig
test/py/tests/test_event_dump.py