31 Jul, 2019

1 commit

  • For imx8mm/8mn, the CONFIG_CI_UDC is defined in
    include/configs/imx8m*.h, which leads to CONFIG_CI_UDC can not been
    enabled in Kconfig, and CONFIG_DM_USB_GADGET which we need selected by
    CONFIG_CI_UDC in Kconfig also can not work. So move CONFIG_CI_UDC to
    defconfig files.

    The CONFIG_USB_GADGET_DUALSPEED is selected by CONFIG_CI_UDC in Kconfig
    files too, so we don't need it to be defined in include/configs/imx8m*.h
    files.

    Signed-off-by: Sherry Sun
    Reviewed-by: Ye Li

    Sherry Sun
     

24 May, 2019

1 commit

  • Add SPL/u-boot board codes and DDR4 settings for iMX8MM DDR4 validation board.
    DDR overnight stress test is passed.

    Supported modules:
    SD/eMMC, I2C, ENET, Flexspi, UART and USB.

    Build config:
    imx8mm_ddr4_val_defconfig

    Signed-off-by: Ye Li
    (cherry picked from commit 6045484796a87a31938a19d2d8fa2ae095804586)
    (cherry picked from commit fa79b5236ac8a7debfefa8e42028e0871412aa50)

    Ye Li