All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] at91: Fixes the crippled console output on PortuxG20.
@ 2012-08-16 18:22 Markus Hubig
  2012-08-16 18:22 ` [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence Markus Hubig
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Markus Hubig @ 2012-08-16 18:22 UTC (permalink / raw)
  To: u-boot

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_init_f() so we
enable the serial output early within board_postclk_init().

Unfortunately the board_postclk_init() function was not called in the
init_sequence of arch/arm/lib/board.c so the first patch will added it there.

--- 
Markus Hubig (2):
  arm: Adds board_postclk_init to the init_sequence.
  Fixes the crippled console output on PortuxG20.

 arch/arm/lib/board.c               |    3 +++
 board/taskit/stamp9g20/stamp9g20.c |   21 +++++++++++++++++----
 include/configs/stamp9g20.h        |    1 +
 3 files changed, 21 insertions(+), 4 deletions(-)

-- 
1.7.7

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-09-04 20:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-16 18:22 [U-Boot] [PATCH 0/2] at91: Fixes the crippled console output on PortuxG20 Markus Hubig
2012-08-16 18:22 ` [U-Boot] [PATCH 1/2] arm: Adds board_postclk_init to the init_sequence Markus Hubig
2012-09-04 19:17   ` Andreas Bießmann
2012-09-04 19:34     ` Albert ARIBAUD
2012-09-04 19:35       ` Andreas Bießmann
2012-09-04 20:01         ` Albert ARIBAUD
2012-09-04 20:08   ` Andreas Bießmann
2012-08-16 18:22 ` [U-Boot] [PATCH 2/2] Fixes the crippled console output on PortuxG20 Markus Hubig
2012-09-04 20:10   ` Andreas Bießmann
2012-08-31 12:36 ` [U-Boot] [PATCH 0/2] at91: " Markus Hubig
2012-08-31 13:25   ` Andreas Bießmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.