On Thu, 4 Jul 2024 at 08:38, Sughosh Ganu <sughosh.g...@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.g...@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 <s...@chromium.org> This is definitely moving EFI in the right direction...using the existing U-Boot memory stuff rather than inventing its own.