[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/2] fdt: make fdt handling reusable across arch
- To: Henry Wang <Henry.Wang@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 8 Aug 2023 17:05:20 -0400
- Arc-authentication-results: i=1; mx.zohomail.com; dkim=pass header.i=apertussolutions.com; spf=pass smtp.mailfrom=dpsmith@xxxxxxxxxxxxxxxxxxxx; dmarc=pass header.from=<dpsmith@xxxxxxxxxxxxxxxxxxxx>
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1691528723; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=+KTa3ESM4PEr3LYAF4nERwcd7tDhYndVrIOZUj8bCJE=; b=JG29pazNLMBhn2hVCC9SWnTS73YCtvl5ZS+dC0IQEf24Z9StUvlTbFYoFNx2YCJwcjF95nOI/aoDHTraShXNGQ79wp1ayGdP4PNkspIh0ddMnltLxA6cpeaG+TasBQDJQVtUEm4xIiZw8PZaNH+Dh3lQXqweAlp2MeZ8MjNZhOs=
- Arc-seal: i=1; a=rsa-sha256; t=1691528723; cv=none; d=zohomail.com; s=zohoarc; b=X79NqvruxQcjF7y4zKUaPB18AMYaNHef6SWu2Uog+5qshRzGAlC4OS/VrpwDX8FP1oMgMJgUwuX26LkIexnrEi7Cq9O18VR6UIRzXAdU1o/c65Knz8Rjpsjjw+J0QMhKpjNL+z35H3jEVNLD7MVcpyYwqZpyGdQiQEqa1JzyIaQ=
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Jan Beulich <jbeulich@xxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Delivery-date: Tue, 08 Aug 2023 21:05:33 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 8/4/23 00:10, Henry Wang wrote:
Hi Daniel,
Hey Henry!
-----Original Message-----
Subject: [PATCH v2 2/2] fdt: make fdt handling reusable across arch
This refactors reusable code from Arm's bootfdt.c and device-tree.h that is
general fdt handling code. The Kconfig parameter CORE_DEVICE_TREE is
introduced for when the ability of parsing DTB files is needed by a capability
such as hyperlaunch.
Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
As said yesterday, I tested this patch and can confirm this patch will not
break any of the boards we used for our testing. So
Tested-by: Henry Wang <Henry.Wang@xxxxxxx>
Thank your for running it through your tests.
(But I saw there are some comments from Michal and Luca about this
patch so I think these comments need to be addressed)
So far the changes are style and a few mechanical. While unlikely to
cause a functional change that could break, probably best to hold off
adding your Tb for now.
v/r
dps
|