commit | 526eebd9771653f1f6327851eafece215482925d | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:13 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:30 2024 -0600 |
tree | e557de077dc2271618a81a0f39b60aa8ecdf5529 | |
parent | 0502b22ca0178b5f9a5f1d726320b136e599ca89 [diff] |
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>