Integrate meta-seco-imx/u-boot-seco-imx/qemu
Commit: clea-os/layers/seco/meta-seco-imx@812dea0a
Integrate u-boot-seco-imx/qemu
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@530aa927
[QEMU][DEFCONFIG] fix defconfig for qemuarm64
- enable mmc support and sdhci
- enable early pci init so that sysdata can access sdcard early in the boot process
- configure debug uart as recommended in the qemu documentation
- set correct env size and offset (same as i.MX8)
- configure env from mmc instead of flash
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@506650e3
[QEMU] do not relocate initramfs
Do not relocate initramfs image to invalid address be7a8000 for qemuarm-imx.
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@9d1535e2
[QEMU] use correct boot command depending on arch
Use bootz (zImage) on arm32 and booti (Image) on aarch64
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@71ab708b
[QEMU] add seco environment
Add the SECO environment variables and header to qemu-arm.h
Signed-off-by: Alessandro Pecugi alessandro.pecugi@seco.com
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@9b67090d
[QEMU][DEFCONFIG] fix defconfig
- enable mmc support and sdhci
- enable early pci init so that sysdata can access sdcard early in the boot process
- configure debug uart as recommended in the qemu documentation
- set correct env size and offset (same as i.MX6)
- configure env from mmc instead of flash
--
Commit: clea-os/bsp/nxp/u-boot-seco-imx@664c695e
[KCONFIG] add SYS_EARLY_PCI_INIT to Kconfig
CONFIG_SYS_EARLY_PCI_INIT is referenced in board_r.c, but it's not defined in any Kconfig. Add it to drivers/pci/Kconfig