
Hi,
On Fri, 09 Feb 2024 20:20:38 +0100, Igor Opaniuk wrote:
This is the first patch series for incoming major improvements for AVB implementation, that include:
- Simplify and add more context for debug/error prints where it's needed.
- Move SPDX license identifiers to the first line, so it conforms to license placement rule.
- Use mmc_switch_part() only for eMMC.
- Rework do_avb_verify_part, take into account device lock state for setting correct androidboot.verifiedbootstate.
- Adjust AVB documentation, sync usage info with the one cmd/avb.c.
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu)
[1/7] common: avb_verify: don't call mmc_switch_part for SD https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/dbde93c12616bd6... [2/7] avb: move SPDX license identifiers to the first line https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/bf7d47b42745689... [3/7] common: avb_verify: rework error/debug prints https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/bdcc8f8c8fd3dfb... [4/7] cmd: avb: rework prints https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/055462005fcc48a... [5/7] common: avb_verify: add str_avb_io_error/str_avb_slot_error https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/63736ddd4fc3577... [6/7] cmd: avb: rework do_avb_verify_part https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/07caf5febcfcfb5... [7/7] doc: android: avb: sync usage details https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/85af871dcca7e9c...
-- Mattijs