[RFC PATCH v2 45/48] efi_memory: do not add RAM memory to the memory map
Simon Glass
sjg at chromium.org
Sat Jul 13 17:15:19 CEST 2024
On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu <sughosh.ganu at linaro.org> wrote:
>
> The EFI_CONVENTIONAL_MEMORY type, which is the usable RAM memory is
> now being managed by the LMB module. Remove the addition of this
> memory type to the EFI memory map. This memory now gets added to the
> EFI memory map as part of the LMB memory map update event handler.
>
> Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org>
> ---
> Changes since V1: New patch
>
> include/efi_loader.h | 12 +++---
> lib/efi_loader/efi_memory.c | 75 +++----------------------------------
> 2 files changed, 12 insertions(+), 75 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
This is definitely moving EFI in the right direction...using the
existing U-Boot memory stuff rather than inventing its own.
More information about the U-Boot
mailing list