]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: memory: use the lmb API's for allocating and freeing memory
authorSughosh Ganu <sughosh.ganu@linaro.org>
Tue, 15 Oct 2024 15:37:06 +0000 (21:07 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 15 Oct 2024 19:45:29 +0000 (13:45 -0600)
commit22f2c9ed9f533a56bed09bd4e0e37852b6b9f3b1
tree5ed747bc69249ce83b10ba3557f60f980eceb31b
parenteb052cbb896fee6f947765b44b0d80a54b19ce1a
efi: memory: use the lmb API's for allocating and freeing memory

Use the LMB API's for allocating and freeing up memory. With this, the
LMB module becomes the common backend for managing non U-Boot image
memory that might be requested by other modules.

Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
lib/efi_loader/Kconfig
lib/efi_loader/efi_memory.c