11 May, 2020

1 commit


06 May, 2020

1 commit


27 Apr, 2020

8 commits

  • Change the buffer to use the real buffer, not vring space.
    Because we are going to let M4 publish the resource table into vring
    space for kernel usage. uboot will overwrite it, so use the real shared
    buffer space 0x90400000

    Script:
    sed -i "s/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90000000/CONFIG_IMX_VSERVICE_SHARED_BUFFER=0x90400000/" configs/*

    Signed-off-by: Peng Fan
    Reviewed-by: Ye Li
    (cherry picked from commit a996d907282746a4feca5a5c03f7e5326d9c1bda)

    Peng Fan
     
  • Remove both configs to save SPL size, since we have decoupled the
    CI_UDC with EHCI driver

    Signed-off-by: Ye Li
    Acked-by: Peng Fan
    (cherry picked from commit 2b72e174551cbc25ad0d9d90136bfcb95c851951)

    Ye Li
     
  • Add a module to configure the tamper and secure violation of
    the SNVS using the SCU API.

    The module also adds some commands:
    - snvs_cfg: Configure the SNVS HP and LP registers
    - snvs_dgo_cfg: Configure the SNVS DGO bloc if present (8QXP)
    - tamper_pin_cfg: Change the configuration of the tamper pins
    - snvs_clear_status: Allow to write to LPSR and LPTDSR to clear status bits

    Signed-off-by: Franck LENORMAND
    (cherry picked from commit 75aa7f2254f0883aa14568ac32702b1ca15367e4)
    Signed-off-by: Ye Li
    (cherry picked from commit 2f3804bdfe29a3c134a1753d6fa92881ea3e2b30)

    Franck LENORMAND
     
  • Update the configs tp enable the PCIE iMX DM driver on imx8qxp and
    imx8dxl_phantom MEK board.

    Signed-off-by: Ye Li
    (cherry picked from commit 950f4cb84ee80f64abde5fb606ca1bf8719492f1)

    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
    (cherry picked from commit 1aa6e3f84c65e99de1219aa5d58d454cef1129f9)

    Sherry Sun
     
  • As the M4 use different DDR memory size in normal android/car2 and car
    image, use different defconfig for car2 to decrease DDR memory
    reservation. So memory reserved for each M4 core is 8MB in car2 and
    normal android image. it's 32MB for car image.

    Change-Id: Idf608f539cd614a154c78e3a1af28eff1da5c1f2
    Signed-off-by: Zhang Bo
    Signed-off-by: Ye Li
    (cherry picked from commit 565f2204e7925d3bd25623ff1104a54ee0f8a601)

    Ye Li
     
  • Enable the SPL SDP driver and FASTBOOT driver in iMX8QXP MEK board
    defconfigs to support running UUU

    Signed-off-by: Ye Li
    (cherry picked from commit c0e91ab4f97448a1e529a07513079f859e57df5e)

    Ye Li
     
  • Add MEK FSPI configs to enable SPL SPI and NOR support for flexspi booting

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan
    (cherry picked from commit f303f969ebb0f525c413c47519725275d00025a1)

    Ye Li