
Hi,
On Wed, 08 Jan 2025 15:38:40 +0100, Mattijs Korpershoek wrote:
Android Verified Boot (AVB) [1] protects Android systems by providing a root of trust in the vbmeta partition.
On unlocked devices, system developers might want to disable the root of trust to reflash only some partitions.
This is officially supported in the Android bootflow [2] but is not properly implemented in the Android bootmeth. For development purposes
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)
[1/2] bootstd: android: Add missing NULL in the avb partition list https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/ae58cd7b3920717... [2/2] bootstd: android: Allow boot with AVB failures when unlocked https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/6745cbed6edc06f...
-- Mattijs