Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2022 18:12:43 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        "Bjoern A. Zeeb" <bz@FreeBSD.org>
Cc:        Andrew Turner <andrew@FreeBSD.org>, "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: 09f715df7f4e - main - Add a LINT-FDT arm64 config
Message-ID:  <B43586B3-A787-48AD-A7F0-EF6D4CF54F09@freebsd.org>
In-Reply-To: <6rs4278-703q-3q20-35o-8o20q8n8r48@mnoonqbm.arg>
References:  <202209291537.28TFbJmq015612@gitrepo.freebsd.org> <6rs4278-703q-3q20-35o-8o20q8n8r48@mnoonqbm.arg>

index | next in thread | previous in thread | raw e-mail

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



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B43586B3-A787-48AD-A7F0-EF6D4CF54F09>