git: b889b90adb1c - main - arm64: Add EARLY_PRINTF and SOCDEV_PA to NOTES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 11:51:53 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=b889b90adb1cb3ba36a769576ee595e6e86dd84b commit b889b90adb1cb3ba36a769576ee595e6e86dd84b Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-01-08 17:25:02 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-02-13 11:48:53 +0000 arm64: Add EARLY_PRINTF and SOCDEV_PA to NOTES This ensures they are build tested. Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D43364 --- sys/arm64/conf/NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES index 031b5f9567b5..48cd2647df70 100644 --- a/sys/arm64/conf/NOTES +++ b/sys/arm64/conf/NOTES @@ -121,6 +121,10 @@ device uart_ns8250 # ns8250-type UART driver device uart_snps device pl011 +# Early printf using the pl011 uart under the Arm FVP +options SOCDEV_PA=0x1c090000 +options EARLY_PRINTF=pl011 + # USB support device aw_usbphy # Allwinner USB PHY device dwcotg # DWC OTG controller