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)
commitf86ca5ad8f780d306e79d49ffe4f5cf1edef37b9
treea2eac09d5cb3376288fc135b1563abb1af7bbb16
parentd3eba95a7e9b6b89404a3ddb2945f03cff4effb4
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