
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 v2: - Removed patch #3 as not actual for mainline
Andrii Chepurnyi (2): cmd: bcb: introduce optional interface parameter to bcb cmd: avb: introduce optional interface parameter to avb init
cmd/avb.c | 13 ++++----- 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(+), 75 deletions(-)