mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
arm: Add EARLY_PRINTF and SOCDEV_PA/VA to NOTES
This ensures they are build tested. Sponsored by: Arm Ltd
This commit is contained in:
parent
a9fc9d6d15
commit
69e4b35eb3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user