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

Andrii Chepurnyi andrii.chepurnyi82 at gmail.com
Fri Apr 8 14:43:00 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.

Andrii Chepurnyi (3):
  cmd: bcb: introduce optional interface parameter to bcb
  cmd: avb: introduce optional interface parameter to avb init
  cmd: avb: remove warning during avb build

 cmd/avb.c            | 15 ++++------
 cmd/bcb.c            | 65 ++++++++++++++++++++++----------------------
 common/avb_verify.c  | 28 +++++++------------
 doc/android/avb2.rst |  2 +-
 doc/android/bcb.rst  | 33 ++++++++++++----------
 include/avb_verify.h | 11 +++++++-
 6 files changed, 77 insertions(+), 77 deletions(-)

-- 
2.25.1



More information about the U-Boot mailing list