23 Aug, 2016

1 commit

  • Update the LPDDR2 script to 1.2 rev with delay line settings changed.

    File:
    IMX6ULL_9X9_LPDDR2_400MHz_16bit_V1.2.inc
    https://nxp1.sharepoint.com/teams/123/IMX6ULL/SitePages/Documents.aspx

    Changes:
    Update Delay Line Settings based on the delay line calibration results of more boards.
    MMDC_MPRDDLCTL = 0x40403439
    MMDC_MPWRDLCTL = 0X4040342D

    Test:
    One 9x9 EVK board pass stress memtester.

    Signed-off-by: Ye Li

    Ye Li
     

12 Aug, 2016

1 commit

  • Add two build configs for i.MX6ULL 9X9 EVK. And update lpddr2 script
    for the board to version 1.0.

    DDR script:
    IMX6ULL_9X9_LPDDR2_400MHz_16bit_V1.0.inc

    Changes:
    Initial version

    Test:
    Passed memtester overnight test on 1 board.

    Signed-off-by: Ye Li

    Ye Li
     

19 Jul, 2016

1 commit

  • Add configs and board level codes for i.MX6ULL 14x14 EVK. Very similar
    board from i.MX6UL EVK. I2C, UART, USB, QSPI, SD, ENET and LCD are ok
    to work.

    The codes for i.MX6ULL 9x9 EVK is kept. We will add 9x9 build target when
    it is needed.

    The DDR3 script is using version 1.2:

    File: EVK_IMX6ULL_DDR3L_400MHz_512MB_16bit_V1.2_NewDRAM.inc

    Test: 3 boards passed memtester.

    Build target:

    mx6ull_14x14_evk_defconfig

    Signed-off-by: Ye Li

    Ye Li