Re: [edk2-devel] [PATCH v2 0/6] ArmPkg/SMBIOS fixes and improvements

2022-09-07 Thread Nhi Pham via groups.io
Thanks, Sami. I will check and submit the patch for edk2-platforms to fix it. Nhi On 9/7/2022 5:49 PM, Sami Mujawar wrote: Hi Nhi, I was building this patch series and realised that merging this patch series will break the SbsaQemu platform builds. Would you be submitting a patch to update S

Re: [edk2-devel] [PATCH v2 0/6] ArmPkg/SMBIOS fixes and improvements

2022-09-07 Thread Sami Mujawar
Hi Nhi, I was building this patch series and realised that merging this patch series will break the SbsaQemu platform builds. Would you be submitting a patch to update SbsaQemu platform to match this series, please? Also, can you check if this patch breaks any other platform. Regards, Sami Mu

Re: [edk2-devel] [PATCH v2 0/6] ArmPkg/SMBIOS fixes and improvements

2022-09-05 Thread Ard Biesheuvel
On Wed, 24 Aug 2022 at 18:51, Nhi Pham wrote: > > This patchset is to update the ArmPkg/SMBIOS for fixes and improvements. > > Changes since v1: > + Change PartNumber to ProcessorVersion [Sami] > > Minh Nguyen (5): > ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLib > ArmP

[edk2-devel] [PATCH v2 0/6] ArmPkg/SMBIOS fixes and improvements

2022-08-24 Thread Nhi Pham via groups.io
This patchset is to update the ArmPkg/SMBIOS for fixes and improvements. Changes since v1: + Change PartNumber to ProcessorVersion [Sami] Minh Nguyen (5): ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLib ArmPkg: Correct return value of "SMCCC_ARCH_SOC_ID" Function ID cal