Re: [U-Boot] [PATCH v3 11/11] imx: ventana: switch to SPL

2014-05-30 Thread Stefano Babic
Hi Tim, On 30/05/2014 06:52, Tim Harvey wrote: > On Thu, May 29, 2014 at 12:02 AM, Stefano Babic wrote: >> Hi Tim, >> >> I cannot build with this version. A setup for a couple of pins is not >> yet replaces. >> >> In fact, I have: >> >> /* Enable Backlight */ >>imx_iomux_v3_setup_

Re: [U-Boot] [PATCH v3 11/11] imx: ventana: switch to SPL

2014-05-30 Thread Tim Harvey
On Thu, May 29, 2014 at 12:02 AM, Stefano Babic wrote: > Hi Tim, > > I cannot build with this version. A setup for a couple of pins is not > yet replaces. > > In fact, I have: > > /* Enable Backlight */ >imx_iomux_v3_setup_pad(MX6_PAD_SD1_CMD__GPIO1_IO18 | > > and it should be: > >

Re: [U-Boot] [PATCH v3 11/11] imx: ventana: switch to SPL

2014-05-30 Thread Stefano Babic
Hi Tim, I cannot build with this version. A setup for a couple of pins is not yet replaces. In fact, I have: /* Enable Backlight */ imx_iomux_v3_setup_pad(MX6_PAD_SD1_CMD__GPIO1_IO18 | and it should be: SETUP_IOMUX_PAD(PAD_SD1_CMD__GPIO1_IO18 | The same some lines later:

[U-Boot] [PATCH v3 11/11] imx: ventana: switch to SPL

2014-05-07 Thread Tim Harvey
Switch to an SPL image. The SPL for Ventana does the following: - setup i2c and read the factory programmed EEPROM to obtain DRAM config and model for board-specific calibration data - configure DRAM per CPU/size/layout/devices/calibration - load u-boot.img from NAND and jump to it This allo