Skip to content
Snippets Groups Projects
Commit eb052cbb authored by Sughosh Ganu's avatar Sughosh Ganu Committed by Tom Rini
Browse files

lmb: add and reserve memory above ram_top


U-Boot does not use memory above ram_top. However, this memory does
need to get registered as part of the memory map, so that subsystems
like EFI pass it on to the operating system as part of the EFI memory
map. Add memory above ram_top and reserve it with the LMB_NOOVERWRITE
flag so that it does not get allocated or re-used.

Signed-off-by: default avatarSughosh Ganu <sughosh.ganu@linaro.org>
Suggested-by: default avatarMark Kettenis <kettenis@openbsd.org>
parent 3c6896ad
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment