Re: [PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf

2025-05-01 Thread Simon Glass
Hi Tom, On Tue, 1 Apr 2025 at 10:50, Tom Rini wrote: > > On Wed, Apr 02, 2025 at 04:46:23AM +1300, Simon Glass wrote: > > Hi Tom, > > > > On Tue, 1 Apr 2025 at 06:42, Tom Rini wrote: > > > > > > On Wed, Mar 19, 2025 at 03:37:55PM +0100, Simon Glass wrote: > > > > > > > Using an abuf for this fun

Re: [PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf

2025-04-05 Thread Tom Rini
On Wed, Apr 02, 2025 at 04:46:23AM +1300, Simon Glass wrote: > Hi Tom, > > On Tue, 1 Apr 2025 at 06:42, Tom Rini wrote: > > > > On Wed, Mar 19, 2025 at 03:37:55PM +0100, Simon Glass wrote: > > > > > Using an abuf for this function simplifies returning the size and also > > > makes it easier to fr

Re: [PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf

2025-04-01 Thread Simon Glass
Hi Tom, On Tue, 1 Apr 2025 at 06:42, Tom Rini wrote: > > On Wed, Mar 19, 2025 at 03:37:55PM +0100, Simon Glass wrote: > > > Using an abuf for this function simplifies returning the size and also > > makes it easier to free memory afterwards. Update the API and callers. > > > > Signed-off-by: Simo

Re: [PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf

2025-03-31 Thread Tom Rini
On Wed, Mar 19, 2025 at 03:37:55PM +0100, Simon Glass wrote: > Using an abuf for this function simplifies returning the size and also > makes it easier to free memory afterwards. Update the API and callers. > > Signed-off-by: Simon Glass > --- > > boot/bootmeth-uclass.c | 19 ++

[PATCH 01/17] fs: boot: Update fs_read_alloc() to use abuf

2025-03-19 Thread Simon Glass
Using an abuf for this function simplifies returning the size and also makes it easier to free memory afterwards. Update the API and callers. Signed-off-by: Simon Glass --- boot/bootmeth-uclass.c | 19 ++- fs/fs.c| 25 +++-- include/fs.h