Re: [XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB

2023-05-09 Thread Michal Orzel
On 04/05/2023 06:11, Henry Wang wrote: > > > Hi Vikram, > >> -Original Message----- >> Subject: [XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB >> >> Introduce a config option where the user can enable support for >> adding/removing >&

RE: [XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB

2023-05-03 Thread Henry Wang
Hi Vikram, > -Original Message- > Subject: [XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB > > Introduce a config option where the user can enable support for > adding/removing > device tree nodes using a device tree binary overlay. May I please also suggest

[XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB

2023-05-02 Thread Vikram Garhwal
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 --- SUPPORT.md | 6 ++ xen/arch/arm/Kconfig | 5 + 2 files changed, 11 insertions(+) diff --git a/SUPPORT.md