Re: [PATCH v2 09/18] bloblist: Checksum the entire bloblist

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:52, 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 > Signed-off-by: Raymond Mao > --- > common/bloblist.c | 9

[PATCH v2 09/18] bloblist: Checksum the entire bloblist

2023-11-27 Thread Raymond Mao
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 Signed-off-by: Raymond Mao --- common/bloblist.c | 9 + test/bloblist.c | 10 -- 2 files changed, 9