Re: [PATCH 2/4] efi_loader: add a function to remove memory from the EFI map

2024-11-11 Thread Ilias Apalodimas
Hi Heinrich On Mon, 11 Nov 2024 at 09:52, Heinrich Schuchardt wrote: > > On 10/25/24 13:14, Sughosh Ganu wrote: > > From: Ilias Apalodimas > > > > With upcoming changes supporting pmem nodes, we need to ommit the > > Nits: > %s/ommit/remove/ > > > pmem area rfom the EFI memory map. Add a functio

Re: [PATCH 2/4] efi_loader: add a function to remove memory from the EFI map

2024-11-10 Thread Heinrich Schuchardt
On 10/25/24 13:14, Sughosh Ganu wrote: From: Ilias Apalodimas With upcoming changes supporting pmem nodes, we need to ommit the Nits: %s/ommit/remove/ pmem area rfom the EFI memory map. Add a function to do that %s/rfom/from/ %s/that/that./ Signed-off-by: Ilias Apalodimas Signed-off-b

Re: [PATCH 2/4] efi_loader: add a function to remove memory from the EFI map

2024-10-25 Thread Ilias Apalodimas
+CC Anton On Fri, 25 Oct 2024 at 14:14, Sughosh Ganu wrote: > > From: Ilias Apalodimas > > With upcoming changes supporting pmem nodes, we need to ommit the > pmem area rfom the EFI memory map. Add a function to do that > > Signed-off-by: Ilias Apalodimas > Signed-off-by: Sughosh Ganu > --- >

[PATCH 2/4] efi_loader: add a function to remove memory from the EFI map

2024-10-25 Thread Sughosh Ganu
From: Ilias Apalodimas With upcoming changes supporting pmem nodes, we need to ommit the pmem area rfom the EFI memory map. Add a function to do that Signed-off-by: Ilias Apalodimas Signed-off-by: Sughosh Ganu --- include/efi_loader.h| 11 +--- lib/efi_loader/efi_memory.c | 51 +++