10 Dec, 2021

1 commit


21 Jul, 2021

1 commit


19 Jul, 2021

1 commit


23 Feb, 2021

1 commit


21 Feb, 2021

1 commit

  • Users reported LPDDR4 MR12 value is set to 0 during PHY training,
    not the value from FSP timing structure, which cause compliance test failed.
    The root cause is the CATrainOpt[0] is set to 1 in 2D FSP timing
    but not set in 1D. According to PHY training application node,
    to enable the feature both 1D and 2D need set this field to 1,
    otherwise the training result will be incorrect.
    The PHY training doc also recommends to set CATrainOpt[0] to 0 to use
    MR12 value from message block (FSP structure). So update the LPDDR4
    scripts of all mscale to clear CATrainOpt[0].

    Signed-off-by: Ye Li
    Reviewed-by: Jacky Bai
    (cherry picked from commit 2c98fb859258478e0f8bb8df980a96edff19d359)

    Ye Li
     

05 Feb, 2021

6 commits


28 Jan, 2021

1 commit


17 Jan, 2021

1 commit

  • Refine the dependency of some configs to make it
    easier to add/modify android config files.

    Test: builds.

    Change-Id: Iccb044dadc7ce1e0b839bf83e2e9157e718f286c
    Signed-off-by: Ji Luo
    (cherry picked from commit 86f4f99a367bbc0ef99d4ab2a0b4078babfbfbd2)

    Ji Luo
     

13 Jan, 2021

2 commits


08 Jan, 2021

1 commit


20 Nov, 2020

1 commit


19 Nov, 2020

3 commits


09 Nov, 2020

6 commits

  • Since iMX8MP LPDDR4 EVK uses OD for VDD_SOC, so we can set GIC clock
    to 500Mhz to align with kernel. For DDR4 EVK, uses default 400Mhz for
    ND VDD_SOC.
    Move the codes from SOC codes to board level to match with voltage
    setting.

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

    Ye Li
     
  • Because DDR4 runs at 3200MTS, this speed does not require to use overdrive
    voltage for VDD_SOC, so set VDD_SOC to nominal 0.85v on DDR4 EVK.
    The VDD_ARM was set to 0.95v to avoid timing risk from SOC to ARM when
    VDD_SOC is 0.95v, set it back to 0.85v as well.

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

    Ye Li
     
  • Add prarantheses to fix build warning as follows,
    if (!strict_strtoul(argv[1], 10, &override))
    ^~
    board/freescale/common/vid.c:976:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the if
    if (ret < 0)

    Signed-off-by: Biwen Li

    Biwen Li
     
  • Read PFE ESBC header flash with spi_flash_read API
    - logs as follows,
    Net: SF: Detected s25fs512s with page size 256 Bytes, erase size 256
    KiB, total 64 MiB
    "Synchronous Abort" handler, esr 0x96000210
    elr: 000000008206db44 lr : 0000000082004ea0 (reloc)
    elr: 00000000b7ba6b44 lr : 00000000b7b3dea0
    x0 : 00000000b79407e8 x1 : 0000000040640000
    x2 : 0000000000000050 x3 : 0000000000000000
    x4 : 000000000000000a x5 : 0000000000000050
    x6 : 0000000000000366 x7 : 00000000b7942308
    x8 : 00000000b76407c0 x9 : 0000000000000008
    x10: 0000000000000044 x11: 00000000b7634d1c
    x12: 000000000000004f x13: 0000000000000044
    x14: 00000000b7634d98 x15: 00000000b76407c0
    x16: 0000000000000000 x17: 0000000000000000
    x18: 00000000b7636dd8 x19: 0000000000000000
    x20: 00000000b79407d0 x21: 00000000b79407e8
    x22: 0000000040640000 x23: 00000000b7634e58
    x24: 0000000000000000 x25: 0000000003800000
    x26: 00000000b7bdd000 x27: 0000000000000000
    x28: 0000000000000000 x29: 00000000b7634d10

    Code: d2800003 eb03005f 54000101 d65f03c0 (f8636826)
    Resetting CPU ...

    Signed-off-by: Biwen Li

    Biwen Li
     
  • Make sure are RGMII internal delay modes are covered.

    Signed-off-by: Madalin Bucur

    Madalin Bucur
     
  • Signed-off-by: Madalin Bucur

    Madalin Bucur
     

06 Nov, 2020

1 commit

  • Use a dedicated defconfig for LCDIF splash screen to resolve conflict.
    Update board codes to add relevant configs and control mux for LCDIF pins.

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

    Ye Li
     

05 Nov, 2020

1 commit


03 Nov, 2020

1 commit


30 Oct, 2020

3 commits


29 Oct, 2020

2 commits


19 Oct, 2020

6 commits