On 05/06/2025 21:48, 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 functional change. > > Signed-off-by: Alejandro Vallejo <agarc...@amd.com> > --- > v2: > * Remove the u32 identifiers in the device_tree_get_u32() implementation I don't understand the reasoning behind changing u32->uint32_t only for one function in this patch while leaving others unmodified. Also what about u64? Either don't change any or change all. > * Fix an existing const-stripping case. These points should be mentioned in the commit msg. ~Michal
- [PATCH v2 03/15] xen/dt: Add BOOTMOD_MICROCODE Alejandro Vallejo
- Re: [PATCH v2 03/15] xen/dt: Add BOOTMOD_MICROCODE Orzel, Michal
- [PATCH v2 04/15] x86: Preinitialise all modules to be o... Alejandro Vallejo
- [PATCH v2 02/15] arm/gnttab: Break links between asm/gr... Alejandro Vallejo
- Re: [PATCH v2 02/15] arm/gnttab: Break links betwe... Jan Beulich
- Re: [PATCH v2 02/15] arm/gnttab: Break links b... Alejandro Vallejo
- Re: [PATCH v2 02/15] arm/gnttab: Break lin... Jan Beulich
- Re: [PATCH v2 02/15] arm/gnttab: Break... Alejandro Vallejo
- Re: [PATCH v2 02/15] arm/gnttab: ... Jan Beulich
- [PATCH v2 08/15] xen/dt: Move bootfdt functions to xen/... Alejandro Vallejo
- Re: [PATCH v2 08/15] xen/dt: Move bootfdt function... Orzel, Michal
- Re: [PATCH v2 08/15] xen/dt: Move bootfdt func... Alejandro Vallejo
- Re: [PATCH v2 08/15] xen/dt: Move bootfdt ... Stefano Stabellini
- Re: [PATCH v2 08/15] xen/dt: Move boot... Alejandro Vallejo
- Re: [PATCH v2 08/15] xen/dt: Move... Stefano Stabellini
- [PATCH v2 05/15] x86: Replace boot_module with bootmodu... Alejandro Vallejo
- [PATCH v2 06/15] xen: Refactor kernel_info to have a he... Alejandro Vallejo
- [PATCH v2 01/15] xen: Clean up asm-generic/device.h Alejandro Vallejo
- Re: [PATCH v2 01/15] xen: Clean up asm-generic/dev... Jan Beulich
- Re: [PATCH v2 01/15] xen: Clean up asm-generic... Alejandro Vallejo
- Re: [PATCH v2 01/15] xen: Clean up asm-gen... Jan Beulich