
2 Dec
2023
2 Dec
'23
10:16 p.m.
On Sat, 25 Nov 2023 at 09:27, Devarsh Thakkar devarsht@ti.com wrote:
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
V2: No change.
V3: Change spl_reserve_video to spl_reserve_video_from_ram_top which enforce framebuffer reservation from end of RAM.
V4: Split this to an independent patch with more details added in comments for API in header file.
common/spl/spl.c | 19 +++++++++++++++++++ include/spl.h | 10 ++++++++++
Reviewed-by: Simon Glass sjg@chromium.org