]> Git Repo - J-u-boot.git/blobdiff - doc/develop/spl.rst
Introduce Verifying Program Loader (VPL)
[J-u-boot.git] / doc / develop / spl.rst
index 1059b2fb9c0be98f926eb85a774e88f0bb734009..aec7b562faa97969c907c6471eaba296c04717bf 100644 (file)
@@ -83,7 +83,12 @@ U-Boot Phases
 U-Boot boots through the following phases:
 
 TPL
-   Very early init, as tiny as possible. This loads SPL.
+   Very early init, as tiny as possible. This loads SPL (or VPL if enabled).
+
+VPL
+   Optional verification step, which can select one of several SPL binaries,
+   if A/B verified boot is enabled. Implementation of the VPL logic is
+   work-in-progress. For now it just boots into SPL.
 
 SPL
    Secondary program loader. Sets up SDRAM and loads U-Boot proper. It may also
This page took 0.027377 seconds and 4 git commands to generate.