Re: git: 09f715df7f4e - main - Add a LINT-FDT arm64 config

From: Jessica Clarke <jrtc27_at_freebsd.org>
Date: Thu, 29 Sep 2022 17:12:43 UTC
On 29 Sept 2022, at 18:07, Bjoern A. Zeeb <bz@FreeBSD.org> wrote:
> 
> 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 <andrew@FreeBSD.org>
>> AuthorDate: 2022-09-29 15:35:03 +0000
>> Commit: Andrew Turner <andrew@FreeBSD.org>
>> 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?

It’s not pushed because it doesn’t work yet.

Jess

>> 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