aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@calxeda.com>2013-05-24 15:47:28 +0200
committerIan Campbell <ian.campbell@citrix.com>2013-05-30 09:20:33 +0100
commit74025300d55262155a3bdafddf257d82dcf0f6af (patch)
tree9a52e49c5a057e975851c3b51c0a42a855a44e8e /docs
parent130645eee340608c12b632535d3f983508348ba1 (diff)
downloadxen-74025300d55262155a3bdafddf257d82dcf0f6af.tar.gz
xen-74025300d55262155a3bdafddf257d82dcf0f6af.tar.bz2
xen-74025300d55262155a3bdafddf257d82dcf0f6af.zip
arm/early-printk: move UART base address to Rules.mk
The UART memory mapped base address is currently hardcoded in the early-printk UART driver, which denies the driver to be used by two machines with a different mapping. Move this definition out to xen/arch/arm/Rules.mk, allowing easier user access and later sharing of the driver. 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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/arm/early-printk.txt b/docs/misc/arm/early-printk.txt
index 965add56b8..9220113e92 100644
--- a/docs/misc/arm/early-printk.txt
+++ b/docs/misc/arm/early-printk.txt
@@ -12,7 +12,7 @@ where mach is the name of the machine:
- vexpress: printk with pl011 for versatile express
- exynos5250: printk with the second UART
-The baud rate is hardcoded in xen/arch/arm/Rules.mk,
+The base address and baud rate is hardcoded in xen/arch/arm/Rules.mk,
see there when adding support for new machines.
If not explicitly requested with "EARLY_PRINTK_INIT_UART := y" in Rules.mk,
the code will not try to initialize the UART, so that bootloader or