18 Dec, 2014

2 commits


16 Dec, 2014

1 commit


04 Dec, 2014

1 commit

  • The PCIe support in uboot would bring failures in i.MX6SX PCIe
    EP/RC validations. Disable PCIe support in uboot here.
    RootCause: The bit10(ltssm_en) of GPR12 would be set in uboot,
    thus the i.MX6SX PCIe EP would be cheated that the other i.MX6SX
    PCIe RC had been configured and trying to setup PCIe link
    directly, although the i.MX6SX RC is not properly configured
    at that time.
    PCIe can be supported in uboot, if the i.MX6SX PCIe EP/RC
    validation is not running.

    Signed-off-by: Richard Zhu
    (cherry picked from commit db79603eeb96ca2e55336fc25b0529c249247454)

    Richard Zhu
     

02 Dec, 2014

2 commits


30 Nov, 2014

2 commits


24 Nov, 2014

1 commit

  • According to RM, there is 16bytes between offset ana1 and offset ana2.
    So should add 3 int hole 'u32 reserved[3]' between ana1 and ana2.

    Also add the reserved bytes for ana2 in this patch.

    Signed-off-by: Peng Fan
    (cherry picked from commit b0fd5f272895dfb0891872c099df7eef1519f729)

    Peng Fan
     

23 Nov, 2014

1 commit


21 Nov, 2014

1 commit


16 Nov, 2014

2 commits


12 Nov, 2014

1 commit


11 Nov, 2014

2 commits


06 Nov, 2014

1 commit

  • MX6SX sabreauto board has analog video input from VADC. Add the GIS
    support for this board that video input can display on LVDS at booting.

    The environment variable "gis" must be set to "vadc" to enable the function.

    Signed-off-by: Ye.Li
    (cherry picked from commit 5f2008a6dc08f07d462a063a0642f5e54fedbd21)

    Ye.Li
     

24 Oct, 2014

3 commits


23 Oct, 2014

1 commit


22 Oct, 2014

1 commit


20 Oct, 2014

3 commits


11 Oct, 2014

1 commit


09 Oct, 2014

4 commits


08 Oct, 2014

1 commit


30 Sep, 2014

1 commit


29 Sep, 2014

1 commit


26 Sep, 2014

2 commits


25 Sep, 2014

1 commit

  • Currently, flash quad bit is set in "spi_flash_validate_params" and later
    at the end in the same api, we write 0 to status register for few flashes,
    thereby overriding the quad bit set. This fix moves the quad bit setting
    outside this api in "spi_flash_probe_slave"

    Signed-off-by: Sourav Poddar
    Reviewed-by: Jagannadha Sutradharudu Teki

    Poddar, Sourav
     

23 Sep, 2014

1 commit


18 Sep, 2014

3 commits