09 Aug, 2019

2 commits

  • When CI_UDC DM driver is enabled in SPL, it must enable EHCI host. Then when
    building SPL DM USB host, the usb_hub.c requires to enable SPL ENV.
    The imx8qxp fspi config save ENV in MMC due to fspi can't write when running with M4.
    But MMC driver is not enabled in fspi SPL, so the build was broken.
    Fix the issue by adding CONFIG_SPL_ENV_IS_NOWHERE to all defconfig with SPL ENV
    is enabled.

    Signed-off-by: Ye Li

    Ye Li
     
  • Enable the configs of usb2 so that both usb2 and usb3 gadget
    drivers are now supported on imx8 plaform. And add
    CONFIG_USB_PORT_AUTO to support usb port autodetect function
    for SDP/fastboot.

    Signed-off-by: Sherry Sun

    Sherry Sun
     

28 Jun, 2019

1 commit


24 May, 2019

4 commits