]> git.baikalelectronics.ru Git - uboot.git/commit
Introduce Verifying Program Loader (VPL)
authorSimon Glass <sjg@chromium.org>
Sat, 30 Apr 2022 06:56:52 +0000 (00:56 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 2 May 2022 13:58:13 +0000 (09:58 -0400)
commit4f9df7058565af25cfcb8a21b6d3b29bdd98146f
treea2eac09d5cb3376288fc135b1563abb1af7bbb16
parent547a36b45933fc6725181e5526dcb682cfe1dd3c
Introduce Verifying Program Loader (VPL)

Add support for VPL, a new phase of U-Boot. This runs after TPL. It is
responsible for selecting which SPL binary to run, based on a
verified-boot process.

Signed-off-by: Simon Glass <sjg@chromium.org>
13 files changed:
Makefile
common/spl/Kconfig
common/spl/spl.c
doc/develop/spl.rst
drivers/Makefile
include/bootstage.h
include/linux/kconfig.h
include/spl.h
scripts/Kbuild.include
scripts/Makefile.autoconf
scripts/Makefile.build
scripts/Makefile.lib
scripts/Makefile.spl