aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@calxeda.com>2013-05-24 15:47:30 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-30 09:20:41 +0100
commitb339d34409a8d2c1083e2c362ef14c8fdcd81106 (patch)
tree3692aa4a23b8b89bf3cd6c5fced5825114af4c40 /docs
parent95ac742a2d1b471a5552a2d79b501aff5965efd2 (diff)
downloadxen-b339d34409a8d2c1083e2c362ef14c8fdcd81106.tar.gz
xen-b339d34409a8d2c1083e2c362ef14c8fdcd81106.tar.bz2
xen-b339d34409a8d2c1083e2c362ef14c8fdcd81106.zip
arm/early-printk: add Calxeda Midway UART support
With the help of the previous patches add a stanza to xen/arch/arm/Rules.mk to specify the UART configuration of the Calxeda Midway machine. The information has been taken from the Linux kernel's .dts file. This can be enabled by adding "CONFIG_EARLY_PRINTK=midway" to Config.mk. Signed-off-by: Andre Przywara <andre.przywara@calxeda.com> Reviewed-by: Julien Grall <julien.grall@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/misc/arm/early-printk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/misc/arm/early-printk.txt b/docs/misc/arm/early-printk.txt
index e423cc4b54..fbc32087d8 100644
--- a/docs/misc/arm/early-printk.txt
+++ b/docs/misc/arm/early-printk.txt
@@ -11,6 +11,7 @@ CONFIG_EARLY_PRINTK=mach
where mach is the name of the machine:
- vexpress: printk with pl011 for versatile express
- exynos5250: printk with the second UART
+ - midway: printk with the pl011 on Calxeda Midway processors
- fastmodel: printk on ARM Fastmodel software emulators
The base address and baud rate is hardcoded in xen/arch/arm/Rules.mk,