[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: Denis Mukhin <dmkhn@xxxxxxxxx>
- From: Alejandro Vallejo <agarciav@xxxxxxx>
- Date: Thu, 10 Apr 2025 13:05:25 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=proton.me 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=7TAN7IA2M8DdftQopZKJP3lG7D4zowg6G8xdf5FOIAE=; b=RU343dnc4koTImZ+O08m80Pg7kyIs7kQeLmHcrJX6m6x6SZ4Pjfs9t4SySmmoEx4V0SAeI0zqKOryZkOWfd0qqX3+zFDN7Ha7OfeUTIdt0IG97gXk8CFgCYmz1gZCr9K059t4kbDak1nSZdNyy2W1CJGrmx2UFrsg2/+6ynAYrLi1NPQmTpckTaAyAHqBL44pcHqi2PKqcw0BEYVDkB5i+aKhsMPD80jIFCKKcWxlx0dCia/o3nrau0n5b0/uJvCwrDtUbxklyGkl2e0DOAf4x1jh5RuCjvEgjNmn3RX7YuTCtL4c4uFo6cSeWe5VExzZks74olvCw2Mfj8CbQ0Jsw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=aOsIVm+97c7inmwJR9keJbWcg2EzNN25y7vBR2qMcQiisiITd6dtb1PVy3PATOoymR9V5sc9RMyWr257WvxQc6ECyV4AV0xHmkZC+WJJizpNq73rxcRtFNjQvlAY0ngeXrvKGK1amMGbwE9ZqAp7FIoH6C03YPOOmEgopg8cArzOEShugOF/cG3xwpnzq+Le6sTMyoP6Rej46HbcReFZQe60n3X4624EEDeG7OB9+B1mMSCyHj23BFORh7YwugFKoXdslhgN6GcgHH8yvYLWwpqnwKfajhmaiPzSh3eVI/szgyP7I5ZSMvjob4fcfF5mVqdRulsab9mjIhSzCKLR8w==
- Cc: <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "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>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 10 Apr 2025 12:13:17 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On Wed Apr 9, 2025 at 7:57 PM BST, Denis Mukhin wrote:
> On Tuesday, April 8th, 2025 at 9:07 AM, Alejandro Vallejo <agarciav@xxxxxxx>
> 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
>
> Reviewed-by: Denis Mukhin <dmukhin@xxxxxxxx>
Thanks
Cheers,
Alejandro
|