Skip to content

Integrate meta-seco-imx/u-boot-seco-imx/seco_lf_v2021.04-gm_spl

Commit: edgehog/layers/seco/meta-seco-imx@a805cc64

Integrate u-boot-seco-imx/seco_lf_v2021.04-gm_spl

--

Commit: edgehog/bsp/nxp/u-boot-seco-imx@cf704016

[i.MX8][D18] revert spl_board_boot_device to generic board implementation

MX8 SoCs, unlike MX6 SoCs, have different implementations of get_boot_device based on their type. Specifically, they are divided in the following groups:

  • MX8MQ, MX8MM
  • MX8MN, MX8MP
  • MX8ULP
  • other MX8

This implies different handling of the boot_device in spl_board_boot_device. Instead of moving the implementation to the specific board files, it is possible to handle the groups differences in the generic board implementation.

--

Commit: edgehog/bsp/nxp/u-boot-seco-imx@6d084abc

[D18] boot SPL from mmc, enable ENV autodetects

Merge request reports