common: board_f: Pass frame buffer info from SPL to u-boot
authorNikhil M Jain <n-jain1@ti.com>
Tue, 18 Jul 2023 08:57:31 +0000 (14:27 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 21 Jul 2023 19:32:12 +0000 (15:32 -0400)
commit5bc610a7d9d1ea1b83aaab7ca54ef847087d7167
treebeb45ba8319ce2a6bbc5573793d21f3f34391ba6
parentccd21ee50e41305ec3d35d5dc2b40277102cfd85
common: board_f: Pass frame buffer info from SPL to u-boot

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@ti.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/board_f.c
drivers/video/video-uclass.c