Re: [PATCH v3 08/14] bloblist: Checksum the entire bloblist

2023-12-27 Thread Raymond Mao
Hi Ilias, On Wed, 27 Dec 2023 at 04:57, Ilias Apalodimas wrote: > Hi Raymond, > > On Mon, 18 Dec 2023 at 20:20, Raymond Mao wrote: > > > > From: Simon Glass > > > > Spec v0.9 specifies that the entire bloblist area is checksummed, > > including unused portions. Update the code to follow this.

Re: [PATCH v3 08/14] bloblist: Checksum the entire bloblist

2023-12-27 Thread Ilias Apalodimas
Hi Raymond, On Mon, 18 Dec 2023 at 20:20, Raymond Mao wrote: > > From: Simon Glass > > Spec v0.9 specifies that the entire bloblist area is checksummed, > including unused portions. Update the code to follow this. > > Signed-off-by: Simon Glass > Co-developed-by: Raymond Mao > Signed-off-by: R