11 May, 2020

30 commits


09 May, 2020

5 commits


08 May, 2020

1 commit


07 May, 2020

4 commits

  • Add the support for the snvs_security module on all 8dxl
    SoC.

    Signed-off-by: Franck LENORMAND
    (cherry picked from commit b928877399a6ca3d0ff0af5c9c136f8dee3f150d)

    Franck LENORMAND
     
  • iMX8MP has 6 fused parts in each qualification tier, with core, VPU,
    ISP, NPU or DSP fused respectively.

    The configuration tables for enabled modules:
    MIMX8ML8DVNLZAA Quad Core, VPU, NPU, ISP, DSP
    MIMX8ML7DVNLZAA Quad Core, NPU, ISP
    MIMX8ML6DVNLZAA Quad Core, VPU, ISP
    MIMX8ML5DVNLZAA Quad Core, VPU
    MIMX8ML4DVNLZAA Quad Lite
    MIMX8ML3DVNLZAA Dual Core, VPU, NPU, ISP, DSP

    Add the support in u-boot and update kernel DTS to disable nodes for
    fused modules

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan

    Ye Li
     
  • Using this way to check if OTG bus active, not depending on checking
    OTG register. Because checking OTG register only working for first
    cold boot from ROM. While doing partition reboot, SCFW will turn off
    the entire conn SS, so that way won't work.

    Signed-off-by: Ye Li
    Reviewed-by: Peng Fan

    Ye Li
     
  • According to PHY datasheet, the reset needs assert low at least 10ms,
    and wait for at least 72ms before accessing the PHY. Update the codes
    to follow the datasheet requirement and add some margin.

    Signed-off-by: Ye Li
    Reviewed-by: Fugang Duan

    Ye Li