Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 02:26 PM, Javier Martinez Canillas wrote: > On Thu, Jan 10, 2013 at 6:26 PM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 01/10/2013 11:16 AM, Javier Martinez Canillas wrote: >>> On Thu, Jan 10, 2013 at 4:35

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Javier Martinez Canillas
On Thu, Jan 10, 2013 at 6:26 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/10/2013 11:16 AM, Javier Martinez Canillas wrote: >> On Thu, Jan 10, 2013 at 4:35 PM, Tom Rini wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >>> >>> On 01/10/2013 04:43 AM, Javi

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 11:16 AM, Javier Martinez Canillas wrote: > On Thu, Jan 10, 2013 at 4:35 PM, Tom Rini wrote: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 01/10/2013 04:43 AM, Javier Martinez Canillas wrote: >>> On Thu, Dec 27, 2012 at 3:25

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Javier Martinez Canillas
On Thu, Jan 10, 2013 at 4:35 PM, Tom Rini wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/10/2013 04:43 AM, Javier Martinez Canillas wrote: >> On Thu, Dec 27, 2012 at 3:25 PM, Igor Grinberg >> wrote: >>> On 12/27/12 15:36, Javier Martinez Canillas wrote: This patch adds an

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/10/2013 04:43 AM, Javier Martinez Canillas wrote: > On Thu, Dec 27, 2012 at 3:25 PM, Igor Grinberg > wrote: >> On 12/27/12 15:36, Javier Martinez Canillas wrote: >>> This patch adds an GPIO LED boot status for IGEP boards. >>> >>> The GPIO LED

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2013-01-10 Thread Javier Martinez Canillas
On Thu, Dec 27, 2012 at 3:25 PM, Igor Grinberg wrote: > On 12/27/12 15:36, Javier Martinez Canillas wrote: >> This patch adds an GPIO LED boot status for IGEP boards. >> >> The GPIO LED used is the red LED0 while the Linux kernel >> uses the green LED0 as the boot status. >> >> By using different

Re: [U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2012-12-27 Thread Igor Grinberg
On 12/27/12 15:36, Javier Martinez Canillas wrote: > This patch adds an GPIO LED boot status for IGEP boards. > > The GPIO LED used is the red LED0 while the Linux kernel > uses the green LED0 as the boot status. > > By using different GPIO LEDs, the user can know in which > step of the boot proc

[U-Boot] [PATCH v5 2/2] OMAP3: igep00x0: add boot status GPIO LED

2012-12-27 Thread Javier Martinez Canillas
This patch adds an GPIO LED boot status for IGEP boards. The GPIO LED used is the red LED0 while the Linux kernel uses the green LED0 as the boot status. By using different GPIO LEDs, the user can know in which step of the boot process the board currently is. Signed-off-by: Javier Martinez Canil