All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support
@ 2013-05-24 10:42 Andre Przywara
  2013-05-24 10:42 ` [PATCH 1/4] arm/early-printk: calculate baud rate divisor from user provided value Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Andre Przywara @ 2013-05-24 10:42 UTC (permalink / raw)
  To: stefano.stabellini, Ian.Campbell; +Cc: Andre Przywara, xen-devel

The current early-printk support for ARM is rather hard-coded, making
it hard to add machines or tweak settings.
This series slightly moves some code to gather UART settings in
xen/arch/arm/Rules.mk instead of the actual .c files. Also it allows
two different machines with different settings to share the same
driver, which the last patch exploits to add support the Calxeda
Midway hardware.

This haven't been extensively tested, but I looked at the generated
assembly and did some quick checks on Versatile Express.

Signed-off-by: Andre Przywara <andre.przywara@calxeda.com>

Andre Przywara (4):
  arm/early-printk: calculate baud rate divisor from user provided
    value
  arm/early-printk: allow skipping of UART init
  arm/early-printk: move UART base address to Rules.mk
  arm/early-printk: add Calxeda Midway UART support

 xen/arch/arm/Rules.mk                   | 13 +++++++++++++
 xen/arch/arm/arm32/debug-exynos4210.inc |  6 ++----
 xen/arch/arm/arm32/debug-pl011.inc      |  6 ++----
 xen/arch/arm/arm32/head.S               |  2 ++
 xen/arch/arm/arm64/debug-pl011.inc      |  6 ++----
 xen/arch/arm/arm64/head.S               |  2 ++
 6 files changed, 23 insertions(+), 12 deletions(-)

-- 
1.7.12.1

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

end of thread, other threads:[~2013-05-24 12:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 10:42 [PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support Andre Przywara
2013-05-24 10:42 ` [PATCH 1/4] arm/early-printk: calculate baud rate divisor from user provided value Andre Przywara
2013-05-24 12:15   ` Julien Grall
2013-05-24 10:42 ` [PATCH 2/4] arm/early-printk: allow skipping of UART init Andre Przywara
2013-05-24 12:30   ` Julien Grall
2013-05-24 10:42 ` [PATCH 3/4] arm/early-printk: move UART base address to Rules.mk Andre Przywara
2013-05-24 12:36   ` Julien Grall
2013-05-24 12:51     ` Julien Grall
2013-05-24 10:42 ` [PATCH 4/4] arm/early-printk: add Calxeda Midway UART support Andre Przywara
2013-05-24 12:38   ` Julien Grall
2013-05-24 12:40 ` [PATCH 0/4] ARM/early-printk: Improve reusability and add Calxeda support Julien Grall

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.