Re: [U-Boot] [PATCH 0/2] at91: Fixes the crippled console output on PortuxG20.

2012-08-31 Thread Andreas Bießmann
Dear Markus Hubig, On 31.08.2012 14:36, Markus Hubig wrote: > Hello Albert, hello Andreas, > > any news if this two patches can get accepted? I'm waiting for Albert's comment. I did force Albert to accept a change albeit he had objections by sending some Ack-by before. I promised to never do thi

Re: [U-Boot] [PATCH 0/2] at91: Fixes the crippled console output on PortuxG20.

2012-08-31 Thread Markus Hubig
Hello Albert, hello Andreas, any news if this two patches can get accepted? Cheers, Markus On Thu, Aug 16, 2012 at 8:22 PM, Markus Hubig wrote: > In order to use the serial interface on the PortuxG20 we need to enable the > level converter first by setting the PC9 pin to high. The level convert

[U-Boot] [PATCH 0/2] at91: Fixes the crippled console output on PortuxG20.

2012-08-16 Thread Markus Hubig
In order to use the serial interface on the PortuxG20 we need to enable the level converter first by setting the PC9 pin to high. The level converter needs some time to settle so we have to use the mdelay() function to wait for some time. Unfortunately we have no timers available at board_early_ini