mbox series

[GIT,PULL] Please pull u-boot-dfu-20240215

Message ID 87v86pyen2.fsf@baylibre.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-dfu-20240215 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240215

Message

Mattijs Korpershoek Feb. 15, 2024, 2:40 p.m. UTC
Hi Tom,

Here are some developments for master including:

- Fix avb_verify command with SD cards
- Add u-boot-dfu maintainer tree for AB/AVB
- Avb: report verified boot state based on lock state
- Misc avb refactors improve code quality

The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/19653

Thanks,
Mattijs

The following changes since commit 37345abb97ef0dd9c50a03b2a72617612dcae585:

  Prepare v2024.04-rc2 (2024-02-13 18:16:57 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240215

for you to fetch changes up to e2f6270f2da844d598555702d3af4f2e3fae3f9f:

  doc: android: avb: sync usage details (2024-02-15 10:38:34 +0100)

----------------------------------------------------------------
u-boot-dfu-20240215

- Fix avb_verify command with SD cards
- Add u-boot-dfu maintainer tree for AB/AVB
- Avb: report verified boot state based on lock state
- Misc avb refactors improve code quality

----------------------------------------------------------------
Igor Opaniuk (8):
      MAINTAINERS: add custodian tree info for AVB/AB
      common: avb_verify: don't call mmc_switch_part for SD
      avb: move SPDX license identifiers to the first line
      common: avb_verify: rework error/debug prints
      cmd: avb: rework prints
      common: avb_verify: add str_avb_io_error/str_avb_slot_error
      cmd: avb: rework do_avb_verify_part
      doc: android: avb: sync usage details

 MAINTAINERS                            |   2 +
 cmd/avb.c                              | 173 +++++++++++++++++----------------
 common/avb_verify.c                    |  89 +++++++++++++----
 doc/android/avb2.rst                   |  16 ++-
 include/avb_verify.h                   |   7 +-
 test/py/tests/test_android/test_avb.py |   3 +-
 6 files changed, 180 insertions(+), 110 deletions(-)

Comments

Tom Rini Feb. 15, 2024, 5:17 p.m. UTC | #1
On Thu, Feb 15, 2024 at 03:40:33PM +0100, Mattijs Korpershoek wrote:

> Hi Tom,
> 
> Here are some developments for master including:
> 
> - Fix avb_verify command with SD cards
> - Add u-boot-dfu maintainer tree for AB/AVB
> - Avb: report verified boot state based on lock state
> - Misc avb refactors improve code quality
> 
> The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/19653
> 
> Thanks,
> Mattijs
> 
> The following changes since commit 37345abb97ef0dd9c50a03b2a72617612dcae585:
> 
>   Prepare v2024.04-rc2 (2024-02-13 18:16:57 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20240215
> 
> for you to fetch changes up to e2f6270f2da844d598555702d3af4f2e3fae3f9f:
> 
>   doc: android: avb: sync usage details (2024-02-15 10:38:34 +0100)
> 

Applied to u-boot/master, thanks!