Re: [PATCH v2 08/18] bloblist: Change the checksum algorithm

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:52, Raymond Mao wrote: > > From: Simon Glass > > Use a sinple 8-bit checksum for bloblist, as specified by the spec > version 0.9 > > Signed-off-by: Simon Glass > Signed-off-by: Raymond Mao > --- > common/bloblist.c | 14 -- > include/bloblist.h | 5 ++--

[PATCH v2 08/18] bloblist: Change the checksum algorithm

2023-11-27 Thread Raymond Mao
From: Simon Glass Use a sinple 8-bit checksum for bloblist, as specified by the spec version 0.9 Signed-off-by: Simon Glass Signed-off-by: Raymond Mao --- common/bloblist.c | 14 -- include/bloblist.h | 5 ++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/com