]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2bf51d0e6fc0626fdc50b896b07a4efd06d57994
treeaa451fe1cefff92e5f40eb11408954cc6ae26c3a
parent4d8ba02d74a0b07892e3af63d4b62eb40e65a400
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