[PATCH V3 5/8] common: board_f: Pass frame buffer info from SPL to u-boot

Simon Glass sjg at chromium.org
Thu Jun 15 11:14:28 CEST 2023


On Wed, 14 Jun 2023 at 10:35, Nikhil M Jain <n-jain1 at ti.com> wrote:
>
> U-boot proper can use frame buffer address passed from SPL to reserve
> the memory area used by framebuffer set in SPL so that splash image
> set in SPL continues to get displayed while u-boot proper is running.
>
> Put the framebuffer address and size in a bloblist to make them
> available at u-boot proper, if in u-boot proper CONFIG_VIDEO is defined.
>
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>
> ---
> V3:
> - Clean up errors appeared in checkpatch.
>
> V2:
> - Fix commit message.
> - Revert use of #if.
>
>  common/board_f.c             | 11 ++++++++++-
>  drivers/video/video-uclass.c | 12 ++++++++++++
>  2 files changed, 22 insertions(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list