commit | fa0ddab6b51515aec30f92f0973515699ef83dd8 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Tue Oct 15 21:07:06 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 15 13:45:29 2024 -0600 |
tree | 5ed747bc69249ce83b10ba3557f60f980eceb31b | |
parent | bafdac0b6890a3167a40675aa9b09458e99027f3 [diff] |
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>