Re: [PATCH 03/16] efi: memory: use the lmb API's for allocating and freeing memory

2024-09-20 Thread Ilias Apalodimas
Hi Sughosh, On Tue, 17 Sept 2024 at 15:09, Sughosh Ganu wrote: > > On Sat, 14 Sept 2024 at 20:35, Heinrich Schuchardt wrote: > > > > On 9/5/24 10:27, Sughosh Ganu wrote: > > > Use the LMB API's for allocating and freeing up memory. With this, the > > > LMB module becomes the common backend for m

Re: [PATCH 03/16] efi: memory: use the lmb API's for allocating and freeing memory

2024-09-17 Thread Sughosh Ganu
On Sat, 14 Sept 2024 at 20:35, Heinrich Schuchardt wrote: > > On 9/5/24 10:27, Sughosh Ganu wrote: > > Use the LMB API's for allocating and freeing up memory. With this, the > > LMB module becomes the common backend for managing non U-Boot image > > memory that might be requested by other modules.

Re: [PATCH 03/16] efi: memory: use the lmb API's for allocating and freeing memory

2024-09-14 Thread Heinrich Schuchardt
On 9/5/24 10:27, Sughosh Ganu wrote: Use the LMB API's for allocating and freeing up memory. With this, the LMB module becomes the common backend for managing non U-Boot image memory that might be requested by other modules. Signed-off-by: Sughosh Ganu --- lib/efi_loader/Kconfig | 1 +

[PATCH 03/16] efi: memory: use the lmb API's for allocating and freeing memory

2024-09-05 Thread Sughosh Ganu
Use the LMB API's for allocating and freeing up memory. With this, the LMB module becomes the common backend for managing non U-Boot image memory that might be requested by other modules. Signed-off-by: Sughosh Ganu --- lib/efi_loader/Kconfig | 1 + lib/efi_loader/efi_memory.c | 74 +++