Re: [PATCH v5 09/11] bloblist: Adjust the bloblist header

2024-01-01 Thread Simon Glass
From: Simon Glass The v0.9 spec provides for a 24-byte header. Update the implementation to match this. Rename the fields of the bloblist header to align to the spec. Adds an alignment field into the bloblist header. Update the related bloblist APIs and UT testcases. Signed-off-by: Simon Glass

[PATCH v5 09/11] bloblist: Adjust the bloblist header

2023-12-29 Thread Raymond Mao
From: Simon Glass The v0.9 spec provides for a 24-byte header. Update the implementation to match this. Rename the fields of the bloblist header to align to the spec. Adds an alignment field into the bloblist header. Update the related bloblist APIs and UT testcases. Signed-off-by: Simon Glass