linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM: tegra: Automatic UART selection for earlyprintk
@ 2012-01-03 22:25 Stephen Warren
  2012-01-03 22:25 ` [PATCH 1/4] ARM: tegra: Introduce define DEBUG_UART_SHIFT Stephen Warren
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Stephen Warren @ 2012-01-03 22:25 UTC (permalink / raw)
  To: linux-arm-kernel

This series allows a Tegra zImage to automatically select the UART to use
for the zImage decompressor and early printk, based on information from
the bootloader. The code scans each UART, looking for one that is clocked,
is out of reset, and that the bootloader has written 'D' (for 'D'ebug) to
the scratch register.

At present, the ChromiumOS branch of U-Boot sets up UARTs in this way. If
this patch is accepted into the kernel, I'll upstream the U-Boot change to
mainline U-Boot.

This is important, since different boards use different UARTs, and it's
nice not to have to configure the kernel differently when switching
boards.

This patch series depends on patch "[PATCH V2] arm/tegra: Support Tegra30
in decompressor UART setup" for context.

Doug Anderson (2):
  ARM: tegra: Introduce define DEBUG_UART_SHIFT
  ARM: tegra: uncompress.h: Store UART address in a variable

Stephen Warren (2):
  ARM: tegra: uncompress.h: Choose a UART at runtime
  ARM: tegra: Pass uncompress.h UART selection to DEBUG_LL

 arch/arm/mach-tegra/common.c                   |   17 ++++
 arch/arm/mach-tegra/include/mach/debug-macro.S |   87 +++++++++++++++++---
 arch/arm/mach-tegra/include/mach/uncompress.h  |  108 +++++++++++++++++++++---
 3 files changed, 190 insertions(+), 22 deletions(-)

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

end of thread, other threads:[~2012-01-19  4:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-03 22:25 [PATCH 0/4] ARM: tegra: Automatic UART selection for earlyprintk Stephen Warren
2012-01-03 22:25 ` [PATCH 1/4] ARM: tegra: Introduce define DEBUG_UART_SHIFT Stephen Warren
2012-01-03 22:25 ` [PATCH 2/4] ARM: tegra: uncompress.h: Store UART address in a variable Stephen Warren
2012-01-03 22:25 ` [PATCH 3/4] ARM: tegra: uncompress.h: Choose a UART at runtime Stephen Warren
2012-01-03 22:25 ` [PATCH 4/4] ARM: tegra: Pass uncompress.h UART selection to DEBUG_LL Stephen Warren
2012-01-04 23:45 ` [PATCH 0/4] ARM: tegra: Automatic UART selection for earlyprintk Doug Anderson
2012-01-04 23:47   ` Doug Anderson
2012-01-05 22:03     ` Stephen Warren
2012-01-19  4:42 ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).