Re: [XEN][RFC PATCH v3 11/14] xen/arm: Implement device tree node addition functionalities

2022-05-18 Thread Julien Grall
Hi Vikram, On 08/03/2022 19:47, Vikram Garhwal wrote: Update sysctl XEN_SYSCTL_dt_overlay to enable support for dtbo nodes addition using device tree overlay. xl overlay add file.dtbo: Each time overlay nodes are added using .dtbo, a new fdt(memcpy of device_tree_flattened) is created

Re: [XEN][RFC PATCH v3 11/14] xen/arm: Implement device tree node addition functionalities

2022-03-15 Thread Luca Fancellu
> > +static int dt_overlay_add_node(struct dt_device_node *device_node, > + const char *parent_node_path) Const should be indented at the same level of struct > +/* > + * Adds device tree nodes under target node. > + * We use dt_host_new to unflatten the updated device_tree_fla

[XEN][RFC PATCH v3 11/14] xen/arm: Implement device tree node addition functionalities

2022-03-08 Thread Vikram Garhwal
Update sysctl XEN_SYSCTL_dt_overlay to enable support for dtbo nodes addition using device tree overlay. xl overlay add file.dtbo: Each time overlay nodes are added using .dtbo, a new fdt(memcpy of device_tree_flattened) is created and updated with overlay nodes. This updated fdt is fu