Re: [PATCH v7 04/11] xen/dt: Move bootfdt functions to xen/bootfdt.h

2025-07-21 Thread Oleksii Kurochko
On 7/15/25 6:10 PM, Alejandro Vallejo wrote: Part of an unpicking process to extract bootfdt contents independent of bootinfo to a separate file for x86 to take. Move functions required for early FDT parsing from device_tree.h and arm's setup.h onto bootfdt.h Declaration motion only. Not a fun

[PATCH v7 04/11] xen/dt: Move bootfdt functions to xen/bootfdt.h

2025-07-15 Thread Alejandro Vallejo
Part of an unpicking process to extract bootfdt contents independent of bootinfo to a separate file for x86 to take. Move functions required for early FDT parsing from device_tree.h and arm's setup.h onto bootfdt.h Declaration motion only. Not a functional change. Signed-off-by: Alejandro Vallej