]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Enforce framebuffer reservation from end of RAM
authorDevarsh Thakkar <devarsht@ti.com>
Tue, 5 Dec 2023 15:55:16 +0000 (21:25 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:49:17 +0000 (14:49 -0500)
commit1d3c266758570ea7d329746ae2d5b31fb12b9f61
tree1809c412742618f13b3755b86d27c8a3eab7db6a
parent52a86e69e2043fb488be67f5cfbbdeb30a02ddae
spl: Enforce framebuffer reservation from end of RAM

Add an API which enforces framebuffer reservation from end of RAM.
This is done so that next stage can directly skip this region before
carrying out further reservations.

Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/spl/spl.c
include/spl.h