Re: [PATCH v3 02/14] bloblist: Adjust API to align in powers of 2

2023-12-27 Thread Raymond Mao
Hi Ilias, On Wed, 27 Dec 2023 at 04:53, Ilias Apalodimas wrote: > Hi, > > On Mon, 18 Dec 2023 at 20:19, Raymond Mao wrote: > > > > From: Simon Glass > > > > The updated bloblist structure stores the alignment as a power-of-two > > value in its structures. Adjust the API to use this, to avoid n

Re: [PATCH v3 02/14] bloblist: Adjust API to align in powers of 2

2023-12-27 Thread Ilias Apalodimas
Hi, On Mon, 18 Dec 2023 at 20:19, Raymond Mao wrote: > > From: Simon Glass > > The updated bloblist structure stores the alignment as a power-of-two > value in its structures. Adjust the API to use this, to avoid needing to > calling ilog2(). > > Drop a stale comment while we are here. The patc

[PATCH v3 02/14] bloblist: Adjust API to align in powers of 2

2023-12-18 Thread Raymond Mao
From: Simon Glass The updated bloblist structure stores the alignment as a power-of-two value in its structures. Adjust the API to use this, to avoid needing to calling ilog2(). Drop a stale comment while we are here. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao Signed-off-by: Raym