Skip to content

Integrate u-boot-seco-imx/qemu

GitBot requested to merge u-boot-seco-imx/qemu into kirkstone

Commit: clea-os/bsp/nxp/u-boot-seco-imx@6c4290db

[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@423af47b

[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@35a9633f

[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@fb525909

[QEMU] add seco environment

Add the SECO environment variables and header to qemu-arm.h

--

Commit: clea-os/bsp/nxp/u-boot-seco-imx@9ef03a40

[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@cd24fd31

[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

Merge request reports

Loading