[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/15] kconfig: introduce option to independently enable libfdt
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Mon, 25 Nov 2024 10:42:05 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=apertussolutions.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=pcRWqvfZs6PV81YuTl+FNAb/lwx4e71osOa5QMHpj9c=; b=H+YNIIjQbOMpMMcCc7puv5cKmhBLDUlW6Zqq42LEKe6Gzr/yTkcqvMGo6Wo3bm5IZ0X/Q8YY+JCTnNOZbzwlpzMFzaz9qddkRNLde+Ds0RYglYMiJS6cK7T+xtsfi69AbbBWxvQVlbyUPG7rYaUNk1PitVQZlCqbdPnm6h0UoFCaz5SU1EyGf45+RL38gM0q3cVcbG/VC+1+tSaonrz3I9LQZSJE+ufet95tSzdW2DfTflMSZsQsAOBZ5RgFLHXYo5Imvi7JeYBt+qpNT2/0SAXJpCN3tWaOlxWxZanxyNnBxSm96ZC9sz8FtSSBt0jGyzSHHfCIXYb5MQ1eS4Wfdw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=UcpTBbfmn3BnMot70tfJmy7Oye+5105EQ4qzi9vU2k8TKa4nqj1fd6/xHsMdy5p8RUst1qm/HRJkTfN3cOimVkYkzKW3ANBiVDR7RaqjPgO406Ywk/wGfgOS4ZUO8GWigLhRM9D5XVIitdX7TKZx/aoXylT5shsT/8+G+QllCEgql/QZFOsWV3ZUokXkIAwtK+HE4yE55GCd/eLaPcH/m5yuaR3scxCNN7gfV3eGojMn+IQF47nnzJymMdQV7NmjOR8HRv5bUuL1euKjDJEiUYn6MWQUHNJcz8y75phGpDMX4N2UOTq9aN9DpoIc27c9Fcm2qzIDzsgwk2sTSQ4HCA==
- Cc: <christopher.w.clark@xxxxxxxxx>, <stefano.stabellini@xxxxxxx>, "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, "Julien Grall" <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>
- Delivery-date: Mon, 25 Nov 2024 15:42:26 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2024-11-23 13:20, Daniel P. Smith wrote:
Currently the inclusion of libfdt is controlled by the CONFIG_HAS_DEVICE_TREE
kconfig flag. This flag also changes behvaior in a few places, such as boot
behavior
module processing for XSM. To support the ability to include libfdt without
changing these behaviors, introduce CONFIG_LIB_DEVICE_TREE. The inclusion of
libfdt is then moved under CONFIG_LIB_DEVICE_TREE.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
|