]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: Add support for generating PEX kwbimage
authorPali Rohár <pali@kernel.org>
Tue, 10 Jan 2023 22:09:15 +0000 (23:09 +0100)
committerStefan Roese <sr@denx.de>
Wed, 1 Mar 2023 05:39:17 +0000 (06:39 +0100)
commita3352ee9101edc62a428e61e9aedeb6ac180fc54
tree8d1f5dbdf1db60717e25edea104205bb85950bc1
parentd11b8d318d8ece3d0986dd966ade0a39ffc29077
arm: mvebu: Add support for generating PEX kwbimage

Add a new Kconfig option CONFIG_MVEBU_SPL_BOOT_DEVICE_PEX which instruct
make to generate kwbimage with PEX header. This image is used for booting
from PCI Express device which is in the Root Complex mode.

Support is very simple, SPL after finishes DDR training returns back to the
BootROM (via CONFIG_SPL_BOOTROM_SUPPORT option) and BootROM then start
executing U-Boot proper.

Signed-off-by: Pali Rohár <pali@kernel.org>
arch/arm/mach-mvebu/Kconfig
arch/arm/mach-mvebu/Makefile