Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread James Chandler
x.de; Scott Wood; Albert ARIBAUD; Javier Martinez Canillas Subject: Re: [U-Boot] AM3517_EVM, MLO not booting Hello James, you found the same bug in the ROM code of some OMAP3 devices as I did. Look at the Patch 'Flush UART3 xmit on enable if TEMT is broken'. Try the Patch and let us kn

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread Manfred Huber
Hello James, you found the same bug in the ROM code of some OMAP3 devices as I did. Look at the Patch 'Flush UART3 xmit on enable if TEMT is broken'. Try the Patch and let us know if it works. Best regards, Manfred On 2013-04-02 00:24, James Chandler wrote: Hello, I was able to snag a BDI3

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-02 Thread Andreas Bießmann
Dear James Chandler, On 02.04.13 00:24, James Chandler wrote: > Hello, > > I was able to snag a BDI3000 and debug the issue. It turns out that the > NS16550 driver contains a while loop that waits for register or some other > value to be set during the SPL's serial_init() function. This condi

Re: [U-Boot] AM3517_EVM, MLO not booting

2013-04-01 Thread James Chandler
Hello, I was able to snag a BDI3000 and debug the issue. It turns out that the NS16550 driver contains a while loop that waits for register or some other value to be set during the SPL's serial_init() function. This condition was not being met, causing serial_init() to hang. The solution was

[U-Boot] AM3517_EVM, MLO not booting

2013-04-01 Thread James Chandler
Hello, I am new to *nix/open-source mailing lists, so please provide any feedback about my post that would make future posts cleaner or easier to respond to. I am trying to build the u-boot-arm tree/fork from denx.de (new to git so the correct terminology escapes me) for a AM3517_EV LogicPD eva