Re: [PATCH 12/14] bloblist: Reduce bloblist header size

2023-08-02 Thread Simon Glass
Handley > > ; Jose Marinho ; Simon > > Glass ; Bin Meng ; Nikhil M Jain > ja...@ti.com> > > Subject: [PATCH 12/14] bloblist: Reduce bloblist header size > > > > The v0.9 spec provides for a 16-byte header with fewer fields. Update the > > implementation

RE: [PATCH 12/14] bloblist: Reduce bloblist header size

2023-08-02 Thread Jose Marinho
> -Original Message- > From: Simon Glass > Sent: Tuesday, July 25, 2023 10:36 PM > To: U-Boot Mailing List > Cc: Ilias Apalodimas ; Tom Rini > ; Julius Werner ; Dan Handley > ; Jose Marinho ; Simon > Glass ; Bin Meng ; Nikhil M Jain ja...@ti.com> > S

[PATCH 12/14] bloblist: Reduce bloblist header size

2023-07-25 Thread Simon Glass
The v0.9 spec provides for a 16-byte header with fewer fields. Update the implementation to match this. This also adds an alignment field. Signed-off-by: Simon Glass --- include/bloblist.h | 26 +- test/bloblist.c| 6 +++--- 2 files changed, 16 insertions(+), 16 de