[PATCH V3 0/8] Update SPL splashscreen framework for AM62x
Nikhil M Jain
n-jain1 at ti.com
Wed Jun 14 11:34:32 CEST 2023
This patch series aims at updating SPL splashscreen framework for AM62x.
This patch series depends on
https://lore.kernel.org/u-boot/20230504225829.2537050-1-sjg@chromium.org/
This series:
- Fixes compilation issues in case splash related configs are not
defined in SPL.
- Does page table setup, dram initialisation and dcache enabling in
one function call spl_enable_dcache.
- Allows passing of framebuffer from spl to u-boot, eliminating flicker.
V3:
- Fix spacing issues.
- Add Reviewed-by tag.
- Replace #if with if in patch
common: spl: spl: Remove video driver
- Add link to updated memory map.
V2:
- Update cover letter.
- Fix commit message.
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 | 41 ++++++++++++---------------------
common/board_f.c | 11 ++++++++-
common/spl/spl.c | 23 +++++++++---------
configs/am62x_evm_a53_defconfig | 1 +
drivers/video/Kconfig | 12 ++++++++++
drivers/video/video-uclass.c | 23 ++++++++++++++++++
include/video.h | 9 ++++++++
9 files changed, 85 insertions(+), 38 deletions(-)
--
2.34.1
More information about the U-Boot
mailing list