[PATCH v4 1/8] spl: Enforce framebuffer reservation from end of RAM

Simon Glass sjg at chromium.org
Sat Dec 2 22:16:29 CET 2023


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


More information about the U-Boot mailing list