Re: [PATCH v3 12/14] bloblist: Add alignment to bloblist_new()

2023-12-27 Thread Raymond Mao
Hi Ilias, On Wed, 27 Dec 2023 at 05:10, Ilias Apalodimas wrote: > On Mon, 18 Dec 2023 at 20:20, Raymond Mao wrote: > > > > From: Simon Glass > > > > Allow the alignment to be specified when creating a bloblist. > > > > Signed-off-by: Simon Glass > > Co-developed-by: Raymond Mao > > Signed-of

Re: [PATCH v3 12/14] bloblist: Add alignment to bloblist_new()

2023-12-27 Thread Ilias Apalodimas
On Mon, 18 Dec 2023 at 20:20, Raymond Mao wrote: > > From: Simon Glass > > Allow the alignment to be specified when creating a bloblist. > > Signed-off-by: Simon Glass > Co-developed-by: Raymond Mao > Signed-off-by: Raymond Mao > --- > Changes in v3 > - Keep the flag argument to align to FW ha

[PATCH v3 12/14] bloblist: Add alignment to bloblist_new()

2023-12-18 Thread Raymond Mao
From: Simon Glass Allow the alignment to be specified when creating a bloblist. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao Signed-off-by: Raymond Mao --- Changes in v3 - Keep the flag argument to align to FW handoff spec up to commit 3592349. common/bloblist.c | 5 +++-- incl