git: 69e4b35eb35d - main - arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 11:51:55 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=69e4b35eb35d159e0472acf72661b491d730e7fc commit 69e4b35eb35d159e0472acf72661b491d730e7fc Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-02-13 10:08:11 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-02-13 11:48:53 +0000 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