public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v3 0/3] ArmPkg: Fix several issues in OemMiscLib
@ 2021-02-23  4:53 Rebecca Cran
  2021-02-23  4:53 ` [PATCH v3 1/3] ArmPkg: Fix ordering of return type and EFIAPI specifier " Rebecca Cran
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rebecca Cran @ 2021-02-23  4:53 UTC (permalink / raw)
  To: devel; +Cc: Rebecca Cran, Leif Lindholm, Ard Biesheuvel

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 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 v2 and v3:

Moved the OemGetChassisType changes from 2/3 to 3/3.
Renamed the 'mHiiHandle' parameter in OemUpdateSmbiosInfo to 'HiiHandle'.

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                                            | 34 ++++++++---------
 ArmPkg/Universal/Smbios/OemMiscLibNull/OemMiscLib.c                            | 40 +++++++++-----------
 ArmPkg/Universal/Smbios/ProcessorSubClassDxe/ProcessorSubClass.c               | 40 ++++++++++----------
 ArmPkg/Universal/Smbios/SmbiosMiscDxe/Type03/MiscChassisManufacturerFunction.c | 28 +-------------
 4 files changed, 55 insertions(+), 87 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-23 12:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-23  4:53 [PATCH v3 0/3] ArmPkg: Fix several issues in OemMiscLib Rebecca Cran
2021-02-23  4:53 ` [PATCH v3 1/3] ArmPkg: Fix ordering of return type and EFIAPI specifier " Rebecca Cran
2021-02-23  4:53 ` [PATCH v3 2/3] ArmPkg: Rename some functions and parameters " Rebecca Cran
2021-02-23  4:53 ` [PATCH v3 3/3] ArmPkg: Update OemGetChassisType function to return MISC_CHASSIS_TYPE Rebecca Cran
2021-02-23 12:38 ` [PATCH v3 0/3] ArmPkg: Fix several issues in OemMiscLib Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox