aboutsummaryrefslogtreecommitdiffstats
path: root/docs/misc/arm/early-printk.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/misc/arm/early-printk.txt')
-rw-r--r--docs/misc/arm/early-printk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/misc/arm/early-printk.txt b/docs/misc/arm/early-printk.txt
index fbc32087d8..14317519ff 100644
--- a/docs/misc/arm/early-printk.txt
+++ b/docs/misc/arm/early-printk.txt
@@ -13,6 +13,9 @@ where mach is the name of the machine:
- exynos5250: printk with the second UART
- midway: printk with the pl011 on Calxeda Midway processors
- fastmodel: printk on ARM Fastmodel software emulators
+ - omap5432: printk with UART3 on TI OMAP5432 processors
+ - sun6i: printk with 8250 on Allwinner A31 processors
+ - sun7i: printk with 8250 on Allwinner A20 processors
The base address and baud rate is hardcoded in xen/arch/arm/Rules.mk,
see there when adding support for new machines.