]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: xea: Add support for boot image source descriptor in SPL
authorAnatolij Gustschin <agust@denx.de>
Mon, 15 Jan 2024 13:51:30 +0000 (14:51 +0100)
committerFabio Estevam <festevam@gmail.com>
Mon, 15 Jan 2024 13:55:42 +0000 (10:55 -0300)
commit662e7ef7f0e84114dd58d77ccdcfdf61d1a0df31
treed5086f0456f3500e65039b62a6e5610450ce618e
parentdecc451a854d4979d47d60d355772ab1813e50b2
arm: xea: Add support for boot image source descriptor in SPL

We load two boot image source descriptor structures from last
two sectors in the SPI NOR flash and determine the boot source
for loading the kernel/DTB images, then adjust the boot order for
loading image from eMMC boot0 or boot1 partition.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Lukasz Majewski <lukma@denx.de>
board/liebherr/xea/boot_img_scr.h [new file with mode: 0644]
board/liebherr/xea/xea.c