]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am62x: evm: Add necessary functions to call splash screen
authorNikhil M Jain <n-jain1@ti.com>
Mon, 10 Apr 2023 08:49:12 +0000 (14:19 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2023 13:26:12 +0000 (09:26 -0400)
commit72236302e67827a9d4aa251308d162a14f6ce2d6
treeaa66aee75707a70a59501c2bbe50446233adf25a
parent852480c1f41d90cf0586f6ebf6037e95f107ce7d
board: ti: am62x: evm: Add necessary functions to call splash screen

To enable splash screen on AM62x at a53 SPL setup DRAM, set page table,
enable cache to allow copying of bmp image to frame buffer and display
it using splash_display.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
board/ti/am62x/evm.c