Re: [PATCH v2 11/18] bloblist: Reduce blob-header size

2023-12-02 Thread Simon Glass
On Mon, 27 Nov 2023 at 12:53, Raymond Mao wrote: > > From: Simon Glass > > The v0.9 spec provides for an 8-byte header for each blob, with fewer > fields. > The blob start address should be aligned to the alignment specified > by the bloblist header. > Update the implementation to match this. >

[PATCH v2 11/18] bloblist: Reduce blob-header size

2023-11-27 Thread Raymond Mao
From: Simon Glass The v0.9 spec provides for an 8-byte header for each blob, with fewer fields. The blob start address should be aligned to the alignment specified by the bloblist header. Update the implementation to match this. Signed-off-by: Simon Glass Co-developed-by: Raymond Mao