Re: [U-Boot] [PATCH] nitrogen6x: Fix the PAD settings for the ECSPI chipselect

2014-04-12 Thread Eric Nelson
Hi Fabio, On 04/11/2014 01:43 PM, Fabio Estevam wrote: From: Fabio Estevam ECSPI chipselect (MX6_PAD_EIM_D19__GPIO3_IO19) is used with GPIO functionality, so it does not make sense to set its pad as SPI pin. Signed-off-by: Fabio Estevam --- Eric, This is untested. board/boundary/nitrogen

Re: [U-Boot] [PATCH v3 3/5] image: add support for Android's boot image format

2014-04-12 Thread Rob Herring
On Fri, Apr 11, 2014 at 4:44 PM, Marek Vasut wrote: > On Thursday, April 10, 2014 at 09:18:05 PM, Rob Herring wrote: >> From: Sebastian Siewior >> >> This patch adds support for the Android boot-image format. The header >> file is from the Android project and got slightly alterted so the struct +

Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-12 Thread Marek Vasut
On Saturday, April 12, 2014 at 07:50:35 PM, Jagan Teki wrote: [...] > >> > diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h > >> > index 1876dbf..3d05a64 100644 > >> > --- a/include/configs/mx6slevk.h > >> > +++ b/include/configs/mx6slevk.h > >> > @@ -10,6 +10,7 @@ > >> > > >>

Re: [U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs

2014-04-12 Thread Simon Glass
Hi Akshay, On 12 April 2014 13:33, Simon Glass wrote: > On 12 April 2014 02:43, Akshay Saraswat wrote: > >> From: Rajeshwari Shinde >> >> Enable configs for GPIO CMD and Generic GPIO. >> >> Signed-off-by: Rajeshwari Shinde >> Signed-off-by: Akshay Saraswat >> > > Acked-by: Simon Glass > > T

Re: [U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs

2014-04-12 Thread Simon Glass
On 12 April 2014 02:43, Akshay Saraswat wrote: > From: Rajeshwari Shinde > > Enable configs for GPIO CMD and Generic GPIO. > > Signed-off-by: Rajeshwari Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass Tested on snow with backlight GPIOs. > --- > include/configs/exynos5-d

Re: [U-Boot] [PATCH v6 3/4] EXYNOS5: GPIO: Support GPIO Command for EXYNOS5

2014-04-12 Thread Simon Glass
On 12 April 2014 02:43, Akshay Saraswat wrote: > From: Rajeshwari Shinde > > This patch adds support for name to gpio conversion in s5p_gpio > to enable gpio command EXYNOS 5250 & 5420. > Function has been added to asm/gpio.h to decode the > input gpio name to gpio number. > > Example: SMDK5420

Re: [U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-12 Thread Simon Glass
On 12 April 2014 02:43, Akshay Saraswat wrote: > From: Rajeshwari Shinde > > This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... > This changes was done to enable cmd_gpio for EXYNOS and > cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence > getting a error during compilation

Re: [U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-12 Thread Simon Glass
On 12 April 2014 02:43, Akshay Saraswat wrote: > From: Rajeshwari Shinde > > This patch adds gpio pin numbering support for EXYNOS 5250 & 5420. > To have consistent 0..n-1 GPIO numbering the banks are divided > into different parts where ever they have holes in them. > > Signed-off-by: Leela Kri

Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-12 Thread Jagan Teki
On Sat, Apr 12, 2014 at 8:41 PM, Marek Vasut wrote: > On Saturday, April 12, 2014 at 12:30:51 PM, Jagan Teki wrote: >> On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote: >> > From: Fabio Estevam >> > >> > mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port. >> > >> > Add support for

[U-Boot] fw_(printenv/setenv) and serial console have different env variables

2014-04-12 Thread Andrei Mihut
Greetings everyone, I stumbled over something worth telling. It started as the bad crc using defaults issue when I tried to use fw_printenv on my debian iconnect box. I tought it was the fw_env.config. it wasn't. After hours of researching and compiling from source and the whole lot of trouble sh

[U-Boot] [PATCH v6 2/4] S5P: Rename GPIO definitions

2014-04-12 Thread Akshay Saraswat
From: Rajeshwari Shinde This patch rename GPIO definitions from GPIO_... to S5P_GPIO_... This changes was done to enable cmd_gpio for EXYNOS and cmd_gpio has GPIO_INPUT same as s5p_gpio driver and hence getting a error during compilation. Build tested for s5p_goni, origen, smdk5250, s5pc210_univ

[U-Boot] [PATCH v6 3/4] EXYNOS5: GPIO: Support GPIO Command for EXYNOS5

2014-04-12 Thread Akshay Saraswat
From: Rajeshwari Shinde This patch adds support for name to gpio conversion in s5p_gpio to enable gpio command EXYNOS 5250 & 5420. Function has been added to asm/gpio.h to decode the input gpio name to gpio number. Example: SMDK5420 # gpio set gpa00 Signed-off-by: Rajeshwari Shinde Signed-off-

[U-Boot] [PATCH v6 4/4] Config: Exynos5: Enable Generic GPIO and CMD configs

2014-04-12 Thread Akshay Saraswat
From: Rajeshwari Shinde Enable configs for GPIO CMD and Generic GPIO. Signed-off-by: Rajeshwari Shinde Signed-off-by: Akshay Saraswat --- include/configs/exynos5-dt.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/exynos5-dt.h b/include/configs/exynos5-dt.h index 414db

[U-Boot] [PATCH v6 1/4] EXYNOS5: Add gpio pin numbering feature

2014-04-12 Thread Akshay Saraswat
From: Rajeshwari Shinde This patch adds gpio pin numbering support for EXYNOS 5250 & 5420. To have consistent 0..n-1 GPIO numbering the banks are divided into different parts where ever they have holes in them. Signed-off-by: Leela Krishna Amudala Signed-off-by: Rajeshwari Shinde Signed-off-by

[U-Boot] [PATCH v6 0/4] Exynos5: Add GPIO numbering feature

2014-04-12 Thread Akshay Saraswat
From: Akshay Saraswat Changes in V2: - Enabled CMD_GPIO as suggested by Simon Glass and supported same for EXYNOS5. Changes in V3: - New patch added to rename S5P GPIO definitions to S5P_GPIO. - GPIO Table added to calculate the base address o

[U-Boot] State of ARMv7 PSCI support?

2014-04-12 Thread Jon Loeliger
Folks, I am curious about the state of the PSCI support on ARMv7, specifically the Cortex-A9, these days. I see that Marc Zyngier posted a 9 part patch a few months ago: [PATCH 0/9] ARMv7: add PSCI support to u-boot And I see that aspects of that series (Patch 1 Fix alignment requirements f

Re: [U-Boot] [PATCH] nitrogen6x: Fix the PAD settings for the ECSPI chipselect

2014-04-12 Thread Fabio Estevam
Hi Eric, On Sat, Apr 12, 2014 at 12:04 PM, Eric Nelson wrote: > I'll test this out ASAP, but I have to ask: what made you > look at this pin's settings. I was debugging a SPI issue on mx6sl evk, so that's why I looked at it for comparison. Regards, Fabio Estevam __

Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-12 Thread Marek Vasut
On Saturday, April 12, 2014 at 12:30:51 PM, Jagan Teki wrote: > On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote: > > From: Fabio Estevam > > > > mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port. > > > > Add support for it. > > > > Signed-off-by: Fabio Estevam > > --- > > > >

Re: [U-Boot] [PATCH] nitrogen6x: Fix the PAD settings for the ECSPI chipselect

2014-04-12 Thread Eric Nelson
Thanks Fabio, On 04/11/2014 01:43 PM, Fabio Estevam wrote: From: Fabio Estevam ECSPI chipselect (MX6_PAD_EIM_D19__GPIO3_IO19) is used with GPIO functionality, so it does not make sense to set its pad as SPI pin. You're right, although most of the SPI pad settings won't have any effect as so

Re: [U-Boot] [PATCH] mx6slevk: Add SPI NOR flash support

2014-04-12 Thread Jagan Teki
On Fri, Apr 11, 2014 at 5:09 PM, Fabio Estevam wrote: > From: Fabio Estevam > > mx6slevk has a m25p32 SPI NOR flash connected to ESCSPI port. > > Add support for it. > > Signed-off-by: Fabio Estevam > --- > arch/arm/include/asm/arch-mx6/mx6sl_pins.h | 4 > board/freescale/mx6slevk/mx6slev