aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2024-02-13 10:08:11 +0000
committerAndrew Turner <andrew@FreeBSD.org>2024-02-13 11:48:53 +0000
commit69e4b35eb35d159e0472acf72661b491d730e7fc (patch)
tree4ed0c7b8a81dcf18f508f965bc9d8040a5306f29
parenta9fc9d6d15f006feb6d7ddb036e020d5f9d19fce (diff)
downloadsrc-69e4b35eb35d159e0472acf72661b491d730e7fc.tar.gz
src-69e4b35eb35d159e0472acf72661b491d730e7fc.zip
arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES
This ensures they are build tested. Sponsored by: Arm Ltd
-rw-r--r--sys/arm/conf/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES
index 74ee03dd4764..994cf9a59b5e 100644
--- a/sys/arm/conf/NOTES
+++ b/sys/arm/conf/NOTES
@@ -56,6 +56,14 @@ device syscon
# Backlight subsystem
device backlight
+# Serial (COM) ports
+device pl011
+
+# Early printf using the pl011 uart under the Arm FVP
+options SOCDEV_PA=0x1c090000
+options SOCDEV_VA=0x1c090000
+options EARLY_PRINTF=pl011
+
# Undo options from sys/conf/NOTES that we do not want...
nooptions COMPAT_FREEBSD4