Re: [edk2-devel] [PATCH v3 0/3] ArmPkg: Fix several issues in OemMiscLib

2021-02-23 Thread Leif Lindholm
On Mon, Feb 22, 2021 at 21:53:50 -0700, Rebecca Cran wrote: > Update OemMiscLib with the following changes: > > o Fixed ordering of return type and EFIAPI specifier. > o Renamed 'mHiiHandle' parameter in OemUpdateSmbiosInfo to 'HiiHandle'. > o Renamed 'Offset' parameter in OemUpdateSmbiosInfo to

[edk2-devel] [PATCH v3 0/3] ArmPkg: Fix several issues in OemMiscLib

2021-02-22 Thread Rebecca Cran
Update OemMiscLib with the following changes: o Fixed ordering of return type and EFIAPI specifier. o Renamed 'mHiiHandle' parameter in OemUpdateSmbiosInfo to 'HiiHandle'. o Renamed 'Offset' parameter in OemUpdateSmbiosInfo to 'Field'. o Renamed OemGetProcessorMaxSockets to OemGetMaxProcessors. o