Re: [PATCH v2 06/18] bloblist: Drop the flags value

2023-12-04 Thread Raymond Mao
Hi Ilias and Simon, I just realized that the latest FW Handoff spec introduced 'flags'. I will remove this patch from the series of next rev. Regards, Raymond On Mon, 4 Dec 2023 at 03:40, Ilias Apalodimas wrote: > I just noticed that's fixed in path #12 > > > On Mon, 4 Dec 2023 at 10:36, Ilias A

Re: [PATCH v2 06/18] bloblist: Drop the flags value

2023-12-04 Thread Ilias Apalodimas
I just noticed that's fixed in path #12 On Mon, 4 Dec 2023 at 10:36, Ilias Apalodimas wrote: > > On Mon, 27 Nov 2023 at 21:52, Raymond Mao wrote: > > > > From: Simon Glass > > > > There is no flags value in spec v0.9 so drop it. > > > > For now it is still present in the header, with an unders

Re: [PATCH v2 06/18] bloblist: Drop the flags value

2023-12-04 Thread Ilias Apalodimas
On Mon, 27 Nov 2023 at 21:52, Raymond Mao wrote: > > From: Simon Glass > > There is no flags value in spec v0.9 so drop it. > > For now it is still present in the header, with an underscore, so that > tests continue to pass. Why? Can't we drop it overall? Thanks /Ilias > > Signed-off-by: Simon

Re: [PATCH v2 06/18] bloblist: Drop the flags value

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:52, Raymond Mao wrote: > > From: Simon Glass > > There is no flags value in spec v0.9 so drop it. > > For now it is still present in the header, with an underscore, so that > tests continue to pass. > > Signed-off-by: Simon Glass > Signed-off-by: Raymond Mao > --- > c

[PATCH v2 06/18] bloblist: Drop the flags value

2023-11-27 Thread Raymond Mao
From: Simon Glass There is no flags value in spec v0.9 so drop it. For now it is still present in the header, with an underscore, so that tests continue to pass. Signed-off-by: Simon Glass Signed-off-by: Raymond Mao --- common/bloblist.c | 5 ++--- include/bloblist.h | 6 ++ test/blob