[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN][RFC PATCH v3 02/14] xen/arm: Add CONFIG_OVERLAY_DTB
- To: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Mon, 14 Mar 2022 12:42:03 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; 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=QHcdCaGd8oyPvXE0Sr7we+zDitMGndsC7EB/+CgeQgI=; b=CpTIvRPZIruheVyGsj73VFuZBVUE3XDMjVCwBXCyRUrMGTcO5DcID/1MtmzAvU4X3z5VaW7LGRIaXsIzoh3V8sEL/TxGU+WxxzQMqqbi1h/O+TCyNO1/Ys/crlhvG77T9K6QBwi8KFG2R3kG8sEqE54sJCz/GSCDyyEzOt1v/oEWxMz5x8Ahc2qvlXKgrFfsk9plqlG3VDyc14yhkGUnqdrBjoeIFaQaU5I2kuiV+iqnzZoDWzeRk2lyThGtAsMqm/kUI3+WQIy6m0HzOI82InHVJBeA8GG4f2lmfV63UgChBj5M1fUyq84KNUV+genmwaqYocmGPS/0rSqFhBKMfw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OMFJFx3ys93fJquTK3J2sNzgzRVDRj2LQLcWdLF6v9NeUG+O0cUDrr3wPPDTH2Oj6VqugMRxhlDSEPX8y8Wz4cFbO37j8sJymppn7JGtLI95PlCiY/5+qOdyT3zhRLpF2jadr8aON3kYFy0i3eMicDJlvAeiZFocP0uzCO4O5TyBjiDJe6mlB3rcgIh/quc+mkZmbaAknQpY7d8F8VeCROIzKLsYfwXT5Evd2p1Bggug8fUCSHuL/7gFp/rPxtFTX31LWdYv1YP36zapS1JVgAP/ycNaZnPtveNR0C/bCQNhfjLkHmbwl7SiOfwy3mvmCP+HqQ0WQGAnLZ645sKgnA==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, "sstabellini@xxxxxxxxxx" <sstabellini@xxxxxxxxxx>, "julien@xxxxxxx" <julien@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, "volodymyr_babchuk@xxxxxxxx" <volodymyr_babchuk@xxxxxxxx>
- Delivery-date: Mon, 14 Mar 2022 12:42:26 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHYMyVkQjjiWQv/5kKMcBJgNYO1iqy+24MA
- Thread-topic: [XEN][RFC PATCH v3 02/14] xen/arm: Add CONFIG_OVERLAY_DTB
> On 8 Mar 2022, at 19:46, Vikram Garhwal <fnu.vikram@xxxxxxxxxx> wrote:
>
> Introduce a config option where the user can enable support for
> adding/removing
> device tree nodes using a device tree binary overlay.
>
> Signed-off-by: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
> ---
> xen/arch/arm/Kconfig | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
> index ecfa6822e4..0159fbe27a 100644
> --- a/xen/arch/arm/Kconfig
> +++ b/xen/arch/arm/Kconfig
> @@ -46,6 +46,12 @@ config HAS_ITS
> bool "GICv3 ITS MSI controller support (UNSUPPORTED)" if UNSUPPORTED
> depends on GICV3 && !NEW_VGIC
>
> +config OVERLAY_DTB
> + bool "DTB overlay support (UNSUPPORTED)" if UNSUPPORTED
> + ---help---
> +
> + Dynamic addition/removal of Xen device tree nodes using a dtbo.
> +
Many recents entries in this file uses a different style from this one, using
“help” instead of
“—help—“ and omitting the blank line, I would continue to use the more recent
style if no
one object with it
Cheers,
Luca
> config HVM
> def_bool y
>
> --
> 2.17.1
>
>
|