
Hi Nikhil,
Thanks for the series.
On 11/05/23 15:29, Nikhil M Jain wrote:
This patch series aims at updating SPL splashscreen framework for AM62x.
Good to put highlights of what this series tries to cover : e.g. : Switch to blob-list to transfer fb info from SPL to u-boot proper compilation bug fixes Any new features e.t.c.
Regards Devarsh
Nikhil M Jain (8): common: spl: spl: Update stack pointer address arch: arm: mach-k3: common: Return a pointer after setting page table board: ti: am62x: evm: Update function calls for splash screen include: video: Reserve video using blob common: board_f: Pass frame buffer info from SPL to u-boot drivers: video: Kconfig: Add config remove video common: spl: spl: Remove video driver configs: am62x_evm_a53: Add bloblist address
arch/arm/mach-k3/am625_init.c | 1 + arch/arm/mach-k3/common.c | 2 ++ board/ti/am62x/evm.c | 46 +++++++++++++-------------------- common/board_f.c | 13 +++++++++- common/spl/spl.c | 3 ++- configs/am62x_evm_a53_defconfig | 1 + drivers/video/Kconfig | 12 +++++++++ drivers/video/video-uclass.c | 24 +++++++++++++++++ include/video.h | 9 +++++++ 9 files changed, 81 insertions(+), 30 deletions(-)