On Thu, 29 Sep 2022, Andrew Turner wrote:
The branch main has been updated by andrew:
URL:
https://cgit.FreeBSD.org/src/commit/?id=09f715df7f4e947816f24614c12b9064e70a6118
commit 09f715df7f4e947816f24614c12b9064e70a6118
Author: Andrew Turner <[email protected]>
AuthorDate: 2022-09-29 15:35:03 +0000
Commit: Andrew Turner <[email protected]>
CommitDate: 2022-09-29 15:35:03 +0000
Add a LINT-FDT arm64 config
To ensure a kernel with only FDT builds add a LINT file with ACPI
disabled.
Can we do the opposite as well or will ACPI on ARM cease to exist again?
Sponsored by: The FreeBSD Foundation
---
sys/arm64/conf/LINT-FDT | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sys/arm64/conf/LINT-FDT b/sys/arm64/conf/LINT-FDT
new file mode 100644
index 000000000000..9d99958fdee1
--- /dev/null
+++ b/sys/arm64/conf/LINT-FDT
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+include "../../conf/NOTES"
+include NOTES
+nodevice acpi
--
Bjoern A. Zeeb r15:7