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

Rebecca Cran posted 3 patches 3 years, 1 month ago
Failed in applying to current master (apply log)
There is a newer version of this series
ArmPkg/Include/Library/OemMiscLib.h                                            | 32 ++++++++--------
ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c                            | 36 ++++++++----------
ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c               | 40 ++++++++++----------
ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerFunction.c | 28 +-------------
4 files changed, 52 insertions(+), 84 deletions(-)
[edk2-devel] [PATCH v2 0/3] ArmPkg: Fix several issues in OemMiscLib
Posted by Rebecca Cran 3 years, 1 month ago
Update OemMiscLib with the following changes:

o Fixed ordering of return type and EFIAPI specifier.
o Renamed 'Offset' parameter in OemUpdateSmbiosInfo to 'Field'.
o Renamed OemGetProcessorMaxSockets to OemGetMaxProcessors.
o Renamed OemIsSocketPresent to OemIsProcessorPresent.
o Updated OemGetChassisType to return MISC_CHASSIS_TYPE instead of
  EFI_STATUS, which matches other OemMiscLib functions.

Github pull request (personal build): https://github.com/tianocore/edk2/pull/1435

Changes between v1 and v2:

Split changes out into three patches.

Rebecca Cran (3):
  ArmPkg: Fix ordering of return type and EFIAPI specifier in OemMiscLib
  ArmPkg: Rename some functions and parameters in OemMiscLib
  ArmPkg: Update OemGetChassisType function to return MISC_CHASSIS_TYPE

 ArmPkg/Include/Library/OemMiscLib.h                                            | 32 ++++++++--------
 ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c                            | 36 ++++++++----------
 ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c               | 40 ++++++++++----------
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerFunction.c | 28 +-------------
 4 files changed, 52 insertions(+), 84 deletions(-)

-- 
2.26.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#71887): https://edk2.groups.io/g/devel/message/71887
Mute This Topic: https://groups.io/mt/80794226/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-