commit | 7eec884c0ddc13e090c9a8b3d5dd58398582fbf3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 30 00:56:52 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 02 09:58:13 2022 -0400 |
tree | a2eac09d5cb3376288fc135b1563abb1af7bbb16 | |
parent | 52b3d65b5d70ae26e50335f5eebd9c540bc44eca [diff] |
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>