Re: [PATCH 3/5] bloblist: Tidy up the data alignment

2020-10-06 Thread Simon Glass
Hi Rasmus, On Mon, 5 Oct 2020 at 23:41, Rasmus Villemoes wrote: > > On 20/09/2020 02.49, Simon Glass wrote: > > The intention which bloblists is that each blob's data is aligned in > > memory. At present it is only the headers that are aligned. > > > > Update the code to correct this and add a li

Re: [PATCH 3/5] bloblist: Tidy up the data alignment

2020-10-05 Thread Rasmus Villemoes
On 20/09/2020 02.49, Simon Glass wrote: > The intention which bloblists is that each blob's data is aligned in > memory. At present it is only the headers that are aligned. > > Update the code to correct this and add a little more documentation. Hi Simon I haven't read this patch in detail, but

Re: [PATCH 3/5] bloblist: Tidy up the data alignment

2020-10-05 Thread Simon Glass
The intention which bloblists is that each blob's data is aligned in memory. At present it is only the headers that are aligned. Update the code to correct this and add a little more documentation. Signed-off-by: Simon Glass --- common/bloblist.c | 32 ++-- test/blo

[PATCH 3/5] bloblist: Tidy up the data alignment

2020-09-19 Thread Simon Glass
The intention which bloblists is that each blob's data is aligned in memory. At present it is only the headers that are aligned. Update the code to correct this and add a little more documentation. Signed-off-by: Simon Glass --- common/bloblist.c | 32 ++-- test/blo