During last changes to SbsaQemu platform I noticed that it says "arm-virt" as Processor Version in SMBIOS and decided to change it.
The problem is that this value is set in stone as PcdProcessorVersion is FixedAtBuild one. So first patch make it dynamic in ArmPkg and second reads MIDR and sets cpu model name. Marcin Juszkiewicz (2): ArmPkg: make PcdProcessorVersion dynamic SbsaQemu: set CPU model in SMBIOS ArmPkg/ArmPkg.dec | 2 +- .../Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 2 +- .../SbsaQemuAcpiDxe/SbsaQemuAcpiDxe.inf | 2 + .../Drivers/SbsaQemuAcpiDxe/SbsaQemuAcpiDxe.c | 50 +++++++++++++++++++ 3 files changed, 53 insertions(+), 1 deletion(-) -- 2.45.2 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119906): https://edk2.groups.io/g/devel/message/119906 Mute This Topic: https://groups.io/mt/107179080/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-