
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(-)