Hi Tom, Here is a PR for next with the following:
Android: * avb: Make the AVB root key source pluggable * avb: Add OP-TEE root key digest provider * avb: Add board-specific root key provider * avb: Update docs for root key source CI: * https://git.u-boot-project.org/u-boot/custodians/u-boot-dfu/-/pipelines/1016 Thanks, Mattijs The following changes since commit 36c377b9859ffb53eb1e39ea31e8d96d1e0fe1e5: Prepare v2026.10-rc2 (2026-08-10 16:43:34 -0600) are available in the Git repository at: https://git.u-boot-project.org/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20260819 for you to fetch changes up to c22d53af6344a6313042f70d6e55448e1562dd80: doc: android: document the AVB root key source (2026-08-12 09:44:24 +0200) ---------------------------------------------------------------- u-boot-dfu-next-20260819 Android: * avb: Make the AVB root key source pluggable * avb: Add OP-TEE root key digest provider * avb: Add board-specific root key provider * avb: Update docs for root key source ---------------------------------------------------------------- Igor Opaniuk (4): avb: make the AVB root key source pluggable avb: add OP-TEE root key digest provider avb: add board-specific root key provider doc: android: document the AVB root key source common/Kconfig | 50 ++++++++++++++++++++++++++++++++++++ common/avb_verify.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++++--- doc/android/avb2.rst | 37 +++++++++++++++++++++++++++ include/avb_verify.h | 19 ++++++++++++++ 4 files changed, 175 insertions(+), 3 deletions(-)
