]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: e820: use the lmb API for adding RAM memory
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:13 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:30 +0000 (13:45 -0600)
commitad33ce2e6c13799cddd1ef6997b624fc4f049809
treee557de077dc2271618a81a0f39b60aa8ecdf5529
parent9ec406555714b0dd1edba151b071cb17e6dcbcb0
x86: e820: use the lmb API for adding RAM memory

The EFI_CONVENTIONAL_MEMORY type is now being managed through the LMB
module. Add a separate function, lmb_arch_add_memory() to add the RAM
memory to the LMB memory map. The efi_add_known_memory() function is
now used for adding any other memory type to the EFI memory map.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
arch/x86/lib/e820.c
lib/Kconfig