Re: [PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-27 Thread Ilias Apalodimas
On Wed, 27 Dec 2023 at 17:09, Raymond Mao wrote: > > Hi Ilias, > > On Wed, 27 Dec 2023 at 09:58, Ilias Apalodimas > wrote: >> >> On Wed, 27 Dec 2023 at 16:50, Raymond Mao wrote: >> > >> > Hi Ilias, >> > >> > On Wed, 27 Dec 2023 at 05:17, Ilias Apalodimas >> > wrote: >> >> >> >> >> >> [...] >>

Re: [PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-27 Thread Raymond Mao
Hi Ilias, On Wed, 27 Dec 2023 at 09:58, Ilias Apalodimas wrote: > On Wed, 27 Dec 2023 at 16:50, Raymond Mao wrote: > > > > Hi Ilias, > > > > On Wed, 27 Dec 2023 at 05:17, Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> > >> > >> [...] > >> > >> > - * @chksum: checksum for the enti

Re: [PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-27 Thread Ilias Apalodimas
On Wed, 27 Dec 2023 at 16:50, Raymond Mao wrote: > > Hi Ilias, > > On Wed, 27 Dec 2023 at 05:17, Ilias Apalodimas > wrote: >> >> >> [...] >> >> > - * @chksum: checksum for the entire bloblist allocated area. Since any of >> > the >> > - * blobs can be altered after being created, this checksu

Re: [PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-27 Thread Raymond Mao
Hi Ilias, On Wed, 27 Dec 2023 at 05:17, Ilias Apalodimas wrote: > > [...] > > > - * @chksum: checksum for the entire bloblist allocated area. Since any > of the > > - * blobs can be altered after being created, this checksum is only > valid > > - * when the bloblist is finalised before jumpi

Re: [PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-27 Thread Ilias Apalodimas
[...] > - * @chksum: checksum for the entire bloblist allocated area. Since any of the > - * blobs can be altered after being created, this checksum is only valid > - * when the bloblist is finalised before jumping to the next stage of boot. > - * This is the value needed to make all check

[PATCH v3 11/14] bloblist: Adjust the bloblist header

2023-12-18 Thread Raymond Mao
From: Simon Glass The v0.9 spec provides for a 24-byte header. Update the implementation to match this. This also adds an alignment field. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao Signed-off-by: Raymond Mao --- Changes in v3 - Update the bloblist header to align to FW handoff