On Sat, 25 Nov 2023 at 09:27, Devarsh Thakkar <devar...@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 <devar...@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 <s...@chromium.org>