Re: [PATCH 13/19] xen/dt: Move bootinfo functions to a new bootinfo.h

2025-06-05 Thread Alejandro Vallejo
On Sat May 31, 2025 at 3:42 AM CEST, Stefano Stabellini wrote: > On Fri, 30 May 2025, Alejandro Vallejo wrote: >> Part of an unpicking process to extract bootfdt contents independent of >> bootinfo to a separate file for x86 to take. >> >> With this, bootfdt.h can be cleanly included from x86. A l

Re: [PATCH 13/19] xen/dt: Move bootinfo functions to a new bootinfo.h

2025-05-30 Thread Stefano Stabellini
On Fri, 30 May 2025, Alejandro Vallejo wrote: > Part of an unpicking process to extract bootfdt contents independent of > bootinfo to a separate file for x86 to take. > > With this, bootfdt.h can be cleanly included from x86. A later patch > extracts the definitions so the functions may be called

[PATCH 13/19] xen/dt: Move bootinfo functions to a new bootinfo.h

2025-05-30 Thread Alejandro Vallejo
Part of an unpicking process to extract bootfdt contents independent of bootinfo to a separate file for x86 to take. With this, bootfdt.h can be cleanly included from x86. A later patch extracts the definitions so the functions may be called too. Not a functional change. Signed-off-by: Alejandro