Integrate u-boot-seco-imx/seco/lf_v2021.04/develop_c61_ym
[iMX8][C61] add overlays file name definition
--
[iMX8][C61] fix names and includes
-
We use BOOT_DEV_ID_SD for the uSD device id representing the only uSD slot on SBC boards like C61; in this case we can also define SCFG_BOOT_DEV_ID_SD_EXT and SCFG_ROOT_DEV_ID_SD_EXT with value "0", despite never use them.
-
Replace inclusion of imx_env.h with seco_common.h
--
[iMX8][C61][DTS] move ethernet phy flags to correct phy node
in order to use internal delays for rgmii-id (1Gb/s), we need to provide internal delays inside the phy node. We also provide ethernet connector leds configuration.
--
[iMX8][C61][DEFCONFIG] enable TI DP83867 ethernet phy dm driver
we need to enable generic TI PHY support and specific support for DP83867. before: u-boot=> mdio list FEC0: 9 - Generic PHY <--> ethernet@30be0000 after: u-boot=> mdio list FEC0: 9 - TI DP83867 <--> ethernet@30be0000
--
[iMX8][C61][SPL] remove redundant definition of spl_board_boot_device()
--
[iMX8M][C61] add C61 board-specific header file
--
[iMX8][C61] C61 wdog support
--
[iMX8][C61][DEFCONFIG] add C61 defconfig file
--
[iMX8][C61] update usdhc_devno definition for C61
--
[iMX8][SPL] select correct SPL boot devices for iMX8MM
--
[iMX8][C61] addition of C61 platform-specific files
--
[iMX8][C61] add C61 to iMX8M Kconfig, create C61 board folder
--
[iMX8][C61][DTS] Add devicetree files for C61 board (iMX8MM)