aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAnthony PERARD <anthony.perard@citrix.com>2013-04-28 20:56:40 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-05-13 12:00:01 +0100
commit2a18ebbf8b0c4beda1ab94d073359e8e660b8561 (patch)
treed97ac8ebcc9e57156e5675b5f491a8b49190cc56 /docs
parent4b8ff0d86982d45d5d0c28d5481125a0fc49bc15 (diff)
downloadxen-2a18ebbf8b0c4beda1ab94d073359e8e660b8561.tar.gz
xen-2a18ebbf8b0c4beda1ab94d073359e8e660b8561.tar.bz2
xen-2a18ebbf8b0c4beda1ab94d073359e8e660b8561.zip
xen/arm: Add Exynos 4210 UART support for early printk
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Signed-off-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 4065811e82..d5cae85ddb 100644
--- a/docs/misc/arm/early-printk.txt
+++ b/docs/misc/arm/early-printk.txt
@@ -10,5 +10,6 @@ option should not be enable for Xens that are intended to be portable.
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
By default early printk is disabled.