Re: [XEN][RFC PATCH v2 03/12] libfdt: Keep fdt functions after init for CONFIG_OVERLAY_DTB.

2021-12-22 Thread Julien Grall
Hi Vikram, On 09/11/2021 08:02, Vikram Garhwal wrote: This is done to access fdt library function which are required for adding device tree overlay nodes for dynamic programming of nodes. Signed-off-by: Vikram Garhwal --- xen/common/libfdt/Makefile | 3 +++ 1 file changed, 3 insertions(+)

Re: [XEN][RFC PATCH v2 03/12] libfdt: Keep fdt functions after init for CONFIG_OVERLAY_DTB.

2021-11-09 Thread Jan Beulich
On 09.11.2021 08:02, Vikram Garhwal wrote: > This is done to access fdt library function which are required for adding > device > tree overlay nodes for dynamic programming of nodes. > > Signed-off-by: Vikram Garhwal > --- > xen/common/libfdt/Makefile | 3 +++ > 1 file changed, 3 insertions(+)

[XEN][RFC PATCH v2 03/12] libfdt: Keep fdt functions after init for CONFIG_OVERLAY_DTB.

2021-11-08 Thread Vikram Garhwal
This is done to access fdt library function which are required for adding device tree overlay nodes for dynamic programming of nodes. Signed-off-by: Vikram Garhwal --- xen/common/libfdt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xen/common/libfdt/Makefile b/xen/common/libfdt