Re: [XEN][PATCH v6 16/19] xen/arm: Implement device tree node addition functionalities

2023-06-01 Thread Vikram Garhwal
Hi Michal, On 5/10/23 3:18 AM, Michal Orzel wrote: On 03/05/2023 01:36, Vikram Garhwal wrote: Update sysctl XEN_SYSCTL_dt_overlay to enable support for dtbo nodes addition using device tree overlay. xl dt-overlay add file.dtbo: Each time overlay nodes are added using .dtbo, a new fdt(mem

Re: [XEN][PATCH v6 16/19] xen/arm: Implement device tree node addition functionalities

2023-05-10 Thread Michal Orzel
On 03/05/2023 01:36, Vikram Garhwal wrote: > Update sysctl XEN_SYSCTL_dt_overlay to enable support for dtbo nodes addition > using device tree overlay. > > xl dt-overlay add file.dtbo: > Each time overlay nodes are added using .dtbo, a new fdt(memcpy of > device_tree_flattened) is creat

[XEN][PATCH v6 16/19] xen/arm: Implement device tree node addition functionalities

2023-05-02 Thread Vikram Garhwal
Update sysctl XEN_SYSCTL_dt_overlay to enable support for dtbo nodes addition using device tree overlay. xl dt-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