From 69e4b35eb35d159e0472acf72661b491d730e7fc Mon Sep 17 00:00:00 2001 From: Andrew Turner Date: Tue, 13 Feb 2024 10:08:11 +0000 Subject: [PATCH] arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES This ensures they are build tested. Sponsored by: Arm Ltd --- sys/arm/conf/NOTES | 8 ++++++++ 1 file changed, 8 insertions(+) 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