[PATCH v4 0/3] Support various block interfaces for avb and bcb

Andrii Chepurnyi andrii.chepurnyi82 at gmail.com
Mon Aug 1 10:07:14 CEST 2022


Hello.

Originally bcb and avb utilities implementation relay on mmc block devices.
This patch series adds an optional interface parameter to those utilities,
which gives the ability to use bcb and avb on various block devices.
The patch set was tested using xenguest_arm64 based board and pvblock interface.

Changes for v4:
  - Added RB to all patches

Changes for v3:
  - Added RB and ACK
  - Added patch #3 by the request

Changes for v2:
  - Removed patch #3 as not actual for mainline

Andrii Chepurnyi (3):
  cmd: bcb: introduce optional interface parameter to bcb
  cmd: avb: introduce optional interface parameter to avb init
  cmd: avb: remove mmc naming from generic block code

 cmd/avb.c            | 13 +++-----
 cmd/bcb.c            | 65 ++++++++++++++++++-------------------
 common/avb_verify.c  | 76 ++++++++++++++++++++------------------------
 doc/android/avb2.rst |  2 +-
 doc/android/bcb.rst  | 33 ++++++++++---------
 include/avb_verify.h | 24 +++++++++-----
 6 files changed, 107 insertions(+), 106 deletions(-)

-- 
2.25.1



More information about the U-Boot mailing list