Re: [edk2-devel] [PATCH v2 08/17] Silicon/Qemu: Update ARM_CORE_INFO initializer for MPIDR field change

2022-05-24 Thread Graeme Gregory
On Thu, Dec 16, 2021 at 03:07:51PM -0700, Rebecca Cran wrote: > The ARM_CORE_INFO struct has been updated so the MPIDR is now a single > field instead of separate cluster/core fields. Update the initializer. > > Signed-off-by: Rebecca Cran Looks sane to me Reviewed-by: Graeme Gregory > --- >

[edk2-devel] [PATCH v2 08/17] Silicon/Qemu: Update ARM_CORE_INFO initializer for MPIDR field change

2021-12-16 Thread Rebecca Cran
The ARM_CORE_INFO struct has been updated so the MPIDR is now a single field instead of separate cluster/core fields. Update the initializer. Signed-off-by: Rebecca Cran --- Silicon/Qemu/SbsaQemu/Library/SbsaQemuLib/SbsaQemuLib.c | 8 1 file changed, 4 insertions(+), 4 deletions(-)