public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Support various block interfaces for avb and bcb
@ 2022-04-08 12:43 Andrii Chepurnyi
  2022-04-08 12:43 ` [PATCH v1 1/3] cmd: bcb: introduce optional interface parameter to bcb Andrii Chepurnyi
                   ` (13 more replies)
  0 siblings, 14 replies; 22+ messages in thread
From: Andrii Chepurnyi @ 2022-04-08 12:43 UTC (permalink / raw)
  To: u-boot; +Cc: igor.opaniuk, gary.bisson, Andrii Chepurnyi

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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-09-09 13:12 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-08 12:43 [PATCH v1 0/3] Support various block interfaces for avb and bcb Andrii Chepurnyi
2022-04-08 12:43 ` [PATCH v1 1/3] cmd: bcb: introduce optional interface parameter to bcb Andrii Chepurnyi
2022-04-08 12:43 ` [PATCH v1 2/3] cmd: avb: introduce optional interface parameter to avb init Andrii Chepurnyi
2022-04-08 12:43 ` [PATCH v1 3/3] cmd: avb: remove warning during avb build Andrii Chepurnyi
2022-04-19  6:46 ` [PATCH v2 0/2] Support various block interfaces for avb and bcb Andrii Chepurnyi
2022-04-19  6:46 ` [PATCH v2 1/2] cmd: bcb: introduce optional interface parameter to bcb Andrii Chepurnyi
2022-05-04 15:48   ` Igor Opaniuk
2022-04-19  6:46 ` [PATCH v2 2/2] cmd: avb: introduce optional interface parameter to avb init Andrii Chepurnyi
2022-05-04 20:40   ` Igor Opaniuk
2022-07-20 14:59 ` [PATCH v3 0/3] Support various block interfaces for avb and bcb Andrii Chepurnyi
2022-07-20 14:59 ` [PATCH v3 1/3] cmd: bcb: introduce optional interface parameter to bcb Andrii Chepurnyi
2022-07-29 15:36   ` Igor Opaniuk
2022-07-20 14:59 ` [PATCH v3 2/3] cmd: avb: introduce optional interface parameter to avb init Andrii Chepurnyi
2022-07-29 15:38   ` Igor Opaniuk
2022-07-20 14:59 ` [PATCH v3 3/3] cmd: avb: remove mmc naming from generic block code Andrii Chepurnyi
2022-07-29 15:35   ` Igor Opaniuk
2022-08-01  8:07 ` [PATCH v4 0/3] Support various block interfaces for avb and bcb Andrii Chepurnyi
2022-08-01  8:07 ` [PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb Andrii Chepurnyi
2022-09-03  1:55   ` Tom Rini
2022-09-09 13:11     ` Andrii Chepurnyi
2022-08-01  8:07 ` [PATCH v4 2/3] cmd: avb: introduce optional interface parameter to avb init Andrii Chepurnyi
2022-08-01  8:07 ` [PATCH v4 3/3] cmd: avb: remove mmc naming from generic block code Andrii Chepurnyi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox