Re: [PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-09-09 Thread Andrii Chepurnyi
view, this is more like dm_test_part problem, but not bcb or avb patches. Andrii. On 03.09.22 04:55, Tom Rini wrote: > On Mon, Aug 01, 2022 at 11:07:15AM +0300, Andrii Chepurnyi wrote: > >> From: Andrii Chepurnyi >> >> From: Andrii Chepurnyi >> >> Original

[PATCH v1 0/1] virtio-blk support for xen board

2023-10-03 Thread Andrii Chepurnyi
block backend. Andrii Chepurnyi (1): board: xen: introduce virtio-blk support board/xen/xenguest_arm64/xenguest_arm64.c | 108 +- configs/xenguest_arm64_virtio_defconfig | 63 + doc/board/xen/xenguest_arm64.rst | 2 + include/configs/xenguest_arm64.h

[PATCH v1 1/1] board: xen: introduce virtio-blk support

2023-10-03 Thread Andrii Chepurnyi
should be below 4GB address space. Signed-off-by: Andrii Chepurnyi --- board/xen/xenguest_arm64/xenguest_arm64.c | 108 +- configs/xenguest_arm64_virtio_defconfig | 63 + doc/board/xen/xenguest_arm64.rst | 2 + include/configs/xenguest_arm64.h

[PATCH v2 0/2] Support various block interfaces for avb and bcb

2022-04-18 Thread Andrii Chepurnyi
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

[PATCH v2 1/2] cmd: bcb: introduce optional interface parameter to bcb

2022-04-18 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v2 2/2] cmd: avb: introduce optional interface parameter to avb init

2022-04-18 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, avb implementation relay on mmc block devices. The interface parameter will give the ability to use avb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

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

2022-04-08 Thread Andrii Chepurnyi
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

[PATCH v1 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-04-08 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v1 2/3] cmd: avb: introduce optional interface parameter to avb init

2022-04-08 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, avb implementation relay on mmc block devices. The interface parameter will give the ability to use avb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v1 3/3] cmd: avb: remove warning during avb build

2022-04-08 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Remove warning during avb build: cmd/avb.c:247:8: warning: unused variable ‘extra_args’ [-Wunused-variable] 247 | char *extra_args; |^~ cmd/avb.c:246:8: warning: unused variable ‘cmdline’ [-Wunused-variable] 246 | char

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

2022-07-20 Thread Andrii Chepurnyi
interface. 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

[PATCH v3 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-07-20 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v3 2/3] cmd: avb: introduce optional interface parameter to avb init

2022-07-20 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, avb implementation relay on mmc block devices. The interface parameter will give the ability to use avb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v3 3/3] cmd: avb: remove mmc naming from generic block code

2022-07-20 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Part of avb code uses mmc notation, but in fact it uses generic block functions. Signed-off-by: Andrii Chepurnyi --- common/avb_verify.c | 52 ++-- include/avb_verify.h | 13 +-- 2 files changed

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

2022-08-01 Thread Andrii Chepurnyi
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

[PATCH v4 1/3] cmd: bcb: introduce optional interface parameter to bcb

2022-08-01 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, bcb implementation relay on mmc block devices. The interface parameter will give the ability to use bcb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v4 2/3] cmd: avb: introduce optional interface parameter to avb init

2022-08-01 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Originally, avb implementation relay on mmc block devices. The interface parameter will give the ability to use avb with various block devices by choosing the exact interface type. By default (if no interface parameter is provided) mmc interface

[PATCH v4 3/3] cmd: avb: remove mmc naming from generic block code

2022-08-01 Thread Andrii Chepurnyi
From: Andrii Chepurnyi From: Andrii Chepurnyi Part of avb code uses mmc notation, but in fact it uses generic block functions. Reviewed-by: Igor Opaniuk Signed-off-by: Andrii Chepurnyi --- common/avb_verify.c | 52 ++-- include/avb_verify.h | 13