Re: [PATCH v2 03/15] xen/dt: Add BOOTMOD_MICROCODE

2025-06-06 Thread Orzel, Michal
On 05/06/2025 21:47, Alejandro Vallejo wrote: > In preparation for x86 to start using bootmodule instead of boot_module > > Signed-off-by: Alejandro Vallejo Reviewed-by: Michal Orzel ~Michal

[PATCH v2 03/15] xen/dt: Add BOOTMOD_MICROCODE

2025-06-05 Thread Alejandro Vallejo
In preparation for x86 to start using bootmodule instead of boot_module Signed-off-by: Alejandro Vallejo --- v2: * Added microcode detection in early probing --- xen/common/device-tree/bootfdt.c | 2 ++ xen/common/device-tree/bootinfo.c | 1 + xen/include/xen/bootfdt.h | 1 + 3 files