[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 04/16] kconfig: introduce option to independently enable libfdt
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Thu, 10 Apr 2025 13:04:46 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=suse.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ko1fDwGe7shXzAv+xWTpfeAIVL+V3a6TLVr8WOultI0=; b=aMddur72hqTLc/Y/hT3bmVFr9T2ZyBYf5FQyXoVEZ32WnUwdWCUgtOl6BSdm3Ns0lWWmbd9CaFWTsoHVX1dz97G7ICUxL6qSYLsNCQxbH/7F8nkYp+imOrS8wLJ2+7X4lSzzrC0CD+WGwYLVaSCWGwcgolihqWx8aMCIUI0fAoBhLkRpehzl/mRzNiphve+XPygvxA932IoTHAJYsnp+1YU0QflFxxYzwi8hpCjN3oRvnZ58Cvx7PPHluu5XwGQm49xXi20JeZ6FAQSOqccBZdUAgrcOsbRa/JQFhfB/6tGcmodSJjk9OFyIdKhfCQiBJaP8fYAuKWsSboCZzMykPA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Fx58lBJAe7Wi5f7x3/r3RXAHJSRknF73rRGaVnhVWTx+gvT+na+QHPWWHO87eySye4u4VqdeRDBT7wu/6lBU0iItO25HBooRJ1Y9+5ThfwB9hhxuekgqKTu9q00SDcaaPmDwFFchR4SpsgIuVgGzNIt2Tz3MAm41Dk9fEfLvHVdsj+ZH6Y7usLmnHaj8fCNBM+1O+45+p2v0m9fsqan4RQaBn8p0lsDIs5TVvk01Nz5PQJBwO0oaIgSp5NQwsxCXxEeXJWAnxAdKSUb+cU3pKyRNUn5oahprQUZlWfLpMDdRj6uOpdV2lJO9+gENrGIo3sghUS/zbFlZN56i045hjQ==
- Cc: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, Jason Andryuk <jason.andryuk@xxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, "Stefano Stabellini" <sstabellini@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 10 Apr 2025 12:05:07 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Thu Apr 10, 2025 at 10:04 AM BST, Jan Beulich wrote:
> On 08.04.2025 18:07, Alejandro Vallejo wrote:
>> From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
>>
>> Currently, the inclusion of libfdt is controlled by the
>> CONFIG_HAS_DEVICE_TREE
>> kconfig flag. This flag also changes behavior in a few places, such as boot
>> module processing for XSM. To support the ability to include libfdt without
>> changing these behaviors, introduce CONFIG_LIBFDT. The inclusion of
>> libfdt is then moved under CONFIG_LIBFDT.
>>
>> Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
>> Signed-off-by: Jason Andryuk <jason.andryuk@xxxxxxx>
>
> Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
Thanks
>
> Looks independent of earlier patches, and hence may be possible to go in right
> away?
>
> Jan
Yes, it's independent of those.
Cheers,
Alejandro
|