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 Jul, 2019

1 commit

  • Add configs to support evk_imx8mm 4GB DDR board. The 4GB DDR will
    be split into two banks, one is 3GB (0x4000_0000~0xffff_0000) and
    another is 1GB(0x1_0000_0000~0x1_4000_0000).

    Test: build and boot with or without trusty.

    Change-Id: I02f6465fc5709b15fd76820edb846452d011dd56
    Signed-off-by: Ji Luo

    Ji Luo