xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm/early-printk: Improve reusability and add Calxeda support
@ 2013-05-24 13:47 Andre Przywara
  2013-05-24 13:47 ` [PATCH v2 1/5] arm/early-printk: calculate baud rate divisor from user provided value Andre Przywara
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Andre Przywara @ 2013-05-24 13:47 UTC (permalink / raw)
  To: stefano.stabellini, Ian.Campbell; +Cc: Andre Przywara, julien.grall, 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>

Changes from v1:
	- add documentation
	- add extra support for ARM Fastmodel software emulators

Andre Przywara (5):
  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 support for ARM Fastmodel
  arm/early-printk: add Calxeda Midway UART support

 docs/misc/arm/early-printk.txt          |  9 +++++++++
 xen/arch/arm/Rules.mk                   | 20 +++++++++++++++++++-
 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 ++
 7 files changed, 38 insertions(+), 13 deletions(-)

-- 
1.7.12.1

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

end of thread, other threads:[~2013-05-30  9:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 13:47 [PATCH v2 0/5] arm/early-printk: Improve reusability and add Calxeda support Andre Przywara
2013-05-24 13:47 ` [PATCH v2 1/5] arm/early-printk: calculate baud rate divisor from user provided value Andre Przywara
2013-05-24 14:01   ` Julien Grall
2013-05-24 13:47 ` [PATCH v2 2/5] arm/early-printk: allow skipping of UART init Andre Przywara
2013-05-24 14:02   ` Julien Grall
2013-05-24 13:47 ` [PATCH v2 3/5] arm/early-printk: move UART base address to Rules.mk Andre Przywara
2013-05-24 14:02   ` Julien Grall
2013-05-24 13:47 ` [PATCH v2 4/5] arm/early-printk: add support for ARM Fastmodel Andre Przywara
2013-05-24 14:03   ` Julien Grall
2013-05-24 13:47 ` [PATCH v2 5/5] arm/early-printk: add Calxeda Midway UART support Andre Przywara
2013-05-24 14:03   ` Julien Grall
2013-05-30  8:59 ` [PATCH v2 0/5] arm/early-printk: Improve reusability and add Calxeda support Ian Campbell
2013-05-30  9:14   ` Andre Przywara
2013-05-30  9:22     ` Ian Campbell

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).