[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN][RFC PATCH v4 02/16] xen/arm: Add CONFIG_OVERLAY_DTB
- To: Vikram Garhwal <vikram.garhwal@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Fri, 20 Jan 2023 13:41:03 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org 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
- 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=mtKChU3iccf56959COJY4jcxhHIUCtrIhSBaGsCJg+Q=; b=aYEWjJl5k4DHDw+Ui8LxeVkQPlyZzcPilFTxZ4pn6fK/Kd3XWukhd8vmahcXPafJYoRFaedR2h4kk7wko1LqWLCPzs5juRROsOdDtAz+Vr7bpQHBkw3SYtly6aMkzQaAlLVwmD8Md0EepSUWFAN/Ktlt36oTPEWuEhejyNsM7427JvPScGR2JSyAHecI+dzLiGYwhXrpeXf1pZqH/ixOe16G7+GXfkAwHDxaLnCni3xszvEQI0BKb9wSmmzpdLUleVHUt0MfQDhEUXtAQ3H4NAUa2AJ/XUvazqgjkuYOWEym/VWGpdSb1j/FCRvnSc2WLLnlgsLVUQA4pHZ0KjLG5A==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bsjh7NlFYCdpSPT9rWvWt3pWpsub3Lpcm7XBFwleY6NvlBIbczBuBeeUBtPlmsHPhsilJ/UUkVwqx1OGIlkjDnOZEuTZXD2fA5jP2Ijt2RvogRd4DlavFUN1NSJckda952nwqa1sCBuL2Hf2mqhhDKwgtP/j+KbdqGK9iuv1y3OOojznsq3xBkPqGxZ0ud4d/hRnrfkTYRc1NtqgiJLoA8/KrHjQOYBcb4T7ON+vi54PgaIwX6GByjXJvlkBgHuDA6zmIGWQMZPwgHPbJIAWW+hM23KnWI7bfEGhhn+U7zcUL45JbtuLyGfcdYTtIt/2Kpgpt3yUx30xB+ZFntymTA==
- Cc: <sstabellini@xxxxxxxxxx>, <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Fri, 20 Jan 2023 12:41:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi Vikram,
On 07/12/2022 07:15, Vikram Garhwal 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 <vikram.garhwal@xxxxxxx>
> ---
> xen/arch/arm/Kconfig | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/xen/arch/arm/Kconfig b/xen/arch/arm/Kconfig
> index 1fe5faf847..ae2ebf1697 100644
> --- a/xen/arch/arm/Kconfig
> +++ b/xen/arch/arm/Kconfig
> @@ -52,6 +52,11 @@ 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.
help text should be indented by a tab and 2 spaces.
> +
> config HVM
> def_bool y
>
> --
> 2.17.1
>
>
~Michal
|