
On Tue, May 09, 2023 at 04:01:36PM +0530, Nikhil M Jain wrote:
This patch series aims at eanbling SPL splash screen on AM62x.
Changes in V3:
- Update stackpointer after relocation.
- Return a pointer after page table setup.
- Enable dcache at SPL.
- Add method to reserve video using blob.
- Pass video buffer info from SPL to U-boot.
- Add config to remove video.
- Add bloblist address in memory map.
Nikhil M Jain (10): common: spl: spl: Update stack pointer address arch: arm: mach-k3: common: Return a pointer after setting page table arch: arm: mach-k3: am625_init: Enable Dcache in SPL board: ti: am62x: evm: Add necessary functions to call 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 before u-boot proper configs: am62x_evm_a53_defconfig: Changes in memory to support SPL splash screen board: ti: am62x: am62x: Update splashimage as per new memory map
As I applied v2 yesterday, please re-base this on top of master if these are important fixes, or next if they are cleanup that can wait. Thanks.