diff options
| author | Tom Rini <[email protected]> | 2026-07-28 07:50:18 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-07-28 07:52:00 -0600 |
| commit | 9f934c71810e349949ce674e33099dface1ba6f4 (patch) | |
| tree | 00ad1b295fa7057c72d46d2d3ed7d91feea42067 /doc | |
| parent | 134ad3c3c0778b5badabdc24fd946a97bdf28c4b (diff) | |
| parent | e6f091a208276db72596c8f7376648856a276d97 (diff) | |
Merge tag 'u-boot-dfu-20260728' of https://git.u-boot-project.org/u-boot/custodians/u-boot-dfu
u-boot-dfu-20260728
CI: https://git.u-boot-project.org/u-boot/custodians/u-boot-dfu/-/pipelines/769
Android:
* avb: Update libavb to AOSP 1.3.0
* avb: Fix memory leak on mmc_part
* bootmeth_android: Fix memory leaks for AvbOps and verify-data
* bootmeth_android: Fix out-of-bounds access in bootconfig parsing
USB Gadget:
* cmd: ums: Set serial# on iSerial device descriptor
* dwc2: Set maxpacket_limit and endpoint capabilities to prepare for
udc core migration
* ci_udc: Fix ep type in ep_enable()
* ci_udc: Set usb request status to handle complete callback
* ci_udc: Ensure dtds are inactive before completing request
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/android/avb2.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/android/avb2.rst b/doc/android/avb2.rst index 4aca7a5c660..178e8a2681e 100644 --- a/doc/android/avb2.rst +++ b/doc/android/avb2.rst @@ -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/ |
