commit | 9e0db626f1c03faee7798f883068b98fac41861c | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Mon Mar 17 14:03:58 2025 +0530 |
committer | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Mar 26 13:28:08 2025 +0200 |
tree | dd59bde3001d351d14827aefb621af0b8cdc68fe | |
parent | 4bd6206d45ea5591d8420f3a966c090af5778366 [diff] |
efi_loader: allow for removal of memory from the EFI map With upcoming changes supporting pmem nodes, we need to remove the pmem area from the EFI memory map. Rename efi_add_memory_map_pg() to efi_update_memory_map(), and allow removing memory from the EFI memory map. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>