]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am62x: evm: OSPI support for splash screen
authorNikhil M Jain <n-jain1@ti.com>
Thu, 20 Apr 2023 12:11:11 +0000 (17:41 +0530)
committerAnatolij Gustschin <agust@denx.de>
Mon, 24 Apr 2023 19:37:45 +0000 (21:37 +0200)
commit53ae978af51df7926ffa2e2cd0ab2b5196a66ec8
tree633a7f9385de744bf3cecd429810ebddd3c470c1
parent25127ea38841e28b6e9eae37d40e5aa26eab50ef
board: ti: am62x: evm: OSPI support for splash screen

Add ospi boot media support to load splash image from OSPI memory,
add offset to read image from ospi and necessary flags defininig type
of storage and storage device.

Use CONFIG_IS_ENBALED to use the splash locations at SPL and u-boot
proper.

Signed-off-by: Nikhil M Jain <n-jain1@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
board/ti/am62x/evm.c