Re: [PATCH] avb: Extend support to non-eMMC interfaces

2022-10-12 Thread Mattijs Korpershoek
On mar., oct. 11, 2022 at 13:40, Alistair Delva wrote: > On Mon, Oct 10, 2022 at 7:53 AM Mattijs Korpershoek > wrote: >> >> Hi Alistair, >> >> Thank you for your patch. >> >> On lun., sept. 26, 2022 at 22:02, Alistair Delva wrote: >> >> > From: Jiyong Park >> > >> > Previously Android AVB supp

Re: [PATCH] avb: Extend support to non-eMMC interfaces

2022-10-11 Thread Alistair Delva
On Mon, Oct 10, 2022 at 7:53 AM Mattijs Korpershoek wrote: > > Hi Alistair, > > Thank you for your patch. > > On lun., sept. 26, 2022 at 22:02, Alistair Delva wrote: > > > From: Jiyong Park > > > > Previously Android AVB supported block devices only on eMMC. This change > > eliminates the restri

Re: [PATCH] avb: Extend support to non-eMMC interfaces

2022-10-10 Thread Mattijs Korpershoek
Hi Alistair, Thank you for your patch. On lun., sept. 26, 2022 at 22:02, Alistair Delva wrote: > From: Jiyong Park > > Previously Android AVB supported block devices only on eMMC. This change > eliminates the restriction by using the generic block driver model. > > The `avb init' command is mo

Re: [PATCH] avb: Extend support to non-eMMC interfaces

2022-10-04 Thread Simon Glass
On Mon, 26 Sept 2022 at 16:02, Alistair Delva wrote: > > From: Jiyong Park > > Previously Android AVB supported block devices only on eMMC. This change > eliminates the restriction by using the generic block driver model. > > The `avb init' command is modified to accept another parameter which >

[PATCH] avb: Extend support to non-eMMC interfaces

2022-09-26 Thread Alistair Delva
From: Jiyong Park Previously Android AVB supported block devices only on eMMC. This change eliminates the restriction by using the generic block driver model. The `avb init' command is modified to accept another parameter which specifies the interface type. e.g., `avb init virtio 0' initializes