[U-Boot] Beagleboard: SPL hangs on serial init

2013-02-28 Thread man . huber
SPL hangs on a beagleboard during the serial initialization (line 40 of drivers/serial/ns16550.c). The reason is the non-empty shift register of TX (transmit FIFO is empty). To avoid the hangup include/configs/omap3_beagle.h has to be changed like in include/configs/igep00x0.h: diff --git a/inc

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-16 Thread Manfred Huber
I'm surprised that no one is interested in a functioning Beagleboard. Has no one tested the Beagleboard since 2012-09-19? Best regards, Manfred Huber On 2013-02-27 14:09, man.hu...@arcor.de wrote: SPL hangs on a beagleboard during the serial initialization (line 40 of drivers/serial/ns16550.c

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-19 Thread Tom Rini
On Sat, Mar 16, 2013 at 02:13:54PM +0100, Manfred Huber wrote: > I'm surprised that no one is interested in a functioning > Beagleboard. Has no one tested the Beagleboard since 2012-09-19? I don't see this problem on mine (classic and xM), which is probably part of the why. I'm inclined to accep

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-19 Thread Manfred Huber
On 2013-03-19 15:49, Tom Rini wrote: On Sat, Mar 16, 2013 at 02:13:54PM +0100, Manfred Huber wrote: I'm surprised that no one is interested in a functioning Beagleboard. Has no one tested the Beagleboard since 2012-09-19? I don't see this problem on mine (classic and xM), which is probably pa

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-19 Thread Javier Martinez Canillas
On Tue, Mar 19, 2013 at 3:49 PM, Tom Rini wrote: > On Sat, Mar 16, 2013 at 02:13:54PM +0100, Manfred Huber wrote: > >> I'm surprised that no one is interested in a functioning >> Beagleboard. Has no one tested the Beagleboard since 2012-09-19? > > I don't see this problem on mine (classic and xM),

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-19 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2013 08:05 PM, Javier Martinez Canillas wrote: > On Tue, Mar 19, 2013 at 3:49 PM, Tom Rini wrote: >> On Sat, Mar 16, 2013 at 02:13:54PM +0100, Manfred Huber wrote: >> >>> I'm surprised that no one is interested in a functioning >>> Beaglebo

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-20 Thread Manfred Huber
Am 20.03.2013 02:27, schrieb Tom Rini: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/19/2013 08:05 PM, Javier Martinez Canillas wrote: On Tue, Mar 19, 2013 at 3:49 PM, Tom Rini wrote: On Sat, Mar 16, 2013 at 02:13:54PM +0100, Manfred Huber wrote: I'm surprised that no one is intereste

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-21 Thread Javier Martinez Canillas
On Thu, Mar 21, 2013 at 12:09 AM, Manfred Huber wrote: > Am 20.03.2013 02:27, schrieb Tom Rini: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 03/19/2013 08:05 PM, Javier Martinez Canillas wrote: >>> >>> On Tue, Mar 19, 2013 at 3:49 PM, Tom Rini wrote: On Sat, Mar 16, 20

Re: [U-Boot] Beagleboard: SPL hangs on serial init

2013-03-23 Thread Manfred Huber
Hi all, probably I found the error. It should be a bug in the ROM code of the OMAP3. Depending on the Booting Sequence of the OMAP3, SPL is hanging or not. If ROM code configures UART3 before SPL starts from NAND it will lead to a hang of the SPL. If UART3 is not configured, SPL boots correctl