Re: [edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

2021-12-15 Thread Nhi Pham via groups.io
Hi Sami, On 16/12/2021 00:06, Sami Mujawar wrote: Hi Nhi, These patches do not cleanly apply. I guess you would need to run uncrustify for these patches. Can you check, please? Sure, will fix all coding style issues found by uncrustify and change to use FixedPcdGetPtr() instead of PcdGetP

Re: [edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

2021-12-15 Thread Sami Mujawar
Hi Nhi, These patches do not cleanly apply. I guess you would need to run uncrustify for these patches. Can you check, please? Regards, Sami Mujawar On 01/12/2021 04:10 AM, Nhi Pham via groups.io wrote: This patchset leverages the OemUpdateSmbiosInfo API functions from OemMiscLib for upda

Re: [edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

2021-12-15 Thread Rebecca Cran
For the series: Reviewed-by: Rebecca Cran -- Rebecca Cran On 11/30/21 9:10 PM, Nhi Pham via groups.io wrote: This patchset leverages the OemUpdateSmbiosInfo API functions from OemMiscLib for updating some HII string fields in the SMBIOS Type 1/2/4 because they may be updated dynamically du

Re: [edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

2021-12-15 Thread Ard Biesheuvel
On Wed, 1 Dec 2021 at 05:12, Nhi Pham via groups.io wrote: > > This patchset leverages the OemUpdateSmbiosInfo API functions from > OemMiscLib for updating some HII string fields in the SMBIOS Type 1/2/4 > because they may be updated dynamically during UEFI booting with the > data being passed fro

[edk2-devel] [PATCH 0/3] ArmPkg/SMBIOS: Update HII string settings for SMBIOS

2021-11-30 Thread Nhi Pham via groups.io
This patchset leverages the OemUpdateSmbiosInfo API functions from OemMiscLib for updating some HII string fields in the SMBIOS Type 1/2/4 because they may be updated dynamically during UEFI booting with the data being passed from the pre-UEFI firmware. Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: R