Re: [PATCH v2 12/18] bloblist: Reduce bloblist header size

2023-12-04 Thread Simon Glass
Hi, On Mon, 4 Dec 2023 at 01:39, Ilias Apalodimas wrote: > > Ah I guess this fixes my concerns on patch #6 > > On Mon, 27 Nov 2023 at 21:53, Raymond Mao wrote: > > > > From: Simon Glass > > > > The v0.9 spec provides for a 16-byte header with fewer fields. Update > > the implementation to match

Re: [PATCH v2 12/18] bloblist: Reduce bloblist header size

2023-12-04 Thread Ilias Apalodimas
Ah I guess this fixes my concerns on patch #6 On Mon, 27 Nov 2023 at 21:53, Raymond Mao wrote: > > From: Simon Glass > > The v0.9 spec provides for a 16-byte header with fewer fields. Update > the implementation to match this. > > This also adds an alignment field. > > Signed-off-by: Simon Glass

Re: [PATCH v2 12/18] bloblist: Reduce bloblist header size

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: > > From: Simon Glass > > The v0.9 spec provides for a 16-byte header with fewer fields. Update > the implementation to match this. > > This also adds an alignment field. > > Signed-off-by: Simon Glass > Signed-off-by: Raymond Mao > --- > includ

[PATCH v2 12/18] bloblist: Reduce bloblist header size

2023-11-27 Thread Raymond Mao
From: Simon Glass The v0.9 spec provides for a 16-byte header with fewer fields. Update the implementation to match this. This also adds an alignment field. Signed-off-by: Simon Glass Signed-off-by: Raymond Mao --- include/bloblist.h | 26 +- test/bloblist.c| 6 +