]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: android: refresh AVB provenance and pin libavb reference
authorIgor Opaniuk <igor.opaniuk@gmail.com>
Mon, 27 Jul 2026 10:08:54 +0000 (12:08 +0200)
committerMattijs Korpershoek <mkorpershoek@kernel.org>
Mon, 27 Jul 2026 12:26:32 +0000 (14:26 +0200)
Note that verification is performed by the libavb copy vendored under
lib/libavb/ (AVB version 1.3.0) and which parts are U-Boot-specific, and
pin the README reference to the exact upstream commit the vendored copy
corresponds to instead of a moving master branch.

Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
doc/android/avb2.rst

index 4aca7a5c660ff3dd54e3548092a3e033852de675..178e8a2681e6b19c6e9fe419829ae52b8fe8f1da 100644 (file)
@@ -22,6 +22,11 @@ Verified Boot establishes a chain of trust from the bootloader to system images:
 
 Integrity of the bootloader (U-Boot BLOB and environment) is out of scope.
 
+Verification is performed by libavb, which is vendored under ``lib/libavb/``
+from the AOSP ``external/avb`` project (AVB version 1.3.0). Only the U-Boot
+integration in ``common/avb_verify.c`` and the platform port under
+``lib/libavb/avb_sysdeps*`` are U-Boot-specific.
+
 For additional details check [1]_.
 
 AVB using OP-TEE (optional)
@@ -135,5 +140,5 @@ partition table::
 References
 ----------
 
-.. [1] https://android.googlesource.com/platform/external/avb/+/master/README.md
+.. [1] https://android.googlesource.com/platform/external/avb/+/a1fe228b86543a21739c51352f5ce72f134fccfa/README.md
 .. [2] https://www.op-tee.org/