Re: [edk2-devel] [PATCH v2 2/3] ArmPkg: Rename some functions and parameters in OemMiscLib

2021-02-22 Thread Rebecca Cran
On 2/22/21 5:35 AM, Leif Lindholm wrote: On Sun, Feb 21, 2021 at 16:04:31 -0700, Rebecca Cran wrote: On 2/21/21 2:21 PM, Leif Lindholm wrote: On Sat, Feb 20, 2021 at 20:28:59 -0700, Rebecca Cran wrote: (Adding necessary patch context back in - please don't strip out until absolutely certain

Re: [edk2-devel] [PATCH v2 2/3] ArmPkg: Rename some functions and parameters in OemMiscLib

2021-02-22 Thread Leif Lindholm
On Sun, Feb 21, 2021 at 16:04:31 -0700, Rebecca Cran wrote: > On 2/21/21 2:21 PM, Leif Lindholm wrote: > > On Sat, Feb 20, 2021 at 20:28:59 -0700, Rebecca Cran wrote: (Adding necessary patch context back in - please don't strip out until absolutely certain it is irrelevant to conversation.) diff

Re: [edk2-devel] [PATCH v2 2/3] ArmPkg: Rename some functions and parameters in OemMiscLib

2021-02-21 Thread Rebecca Cran
On 2/21/21 2:21 PM, Leif Lindholm wrote: On Sat, Feb 20, 2021 at 20:28:59 -0700, Rebecca Cran wrote: -UINT8 -GetChassisType ( - VOID - ) -{ - EFI_STATUS Status; - UINT8 ChassisType; - - Status = OemGetChassisType (); - if (EFI_ERROR (Status))

Re: [edk2-devel] [PATCH v2 2/3] ArmPkg: Rename some functions and parameters in OemMiscLib

2021-02-21 Thread Leif Lindholm
On Sat, Feb 20, 2021 at 20:28:59 -0700, Rebecca Cran wrote: > o Rename 'Offset' parameter in OemUpdateSmbiosInfo to 'Field'. > o Rename OemGetProcessorMaxSockets to OemGetMaxProcessors. > o Rename OemIsSocketPresent to OemIsProcessorPresent. > o Update Universal/Smbios to follow the changes to

[edk2-devel] [PATCH v2 2/3] ArmPkg: Rename some functions and parameters in OemMiscLib

2021-02-20 Thread Rebecca Cran
o Rename 'Offset' parameter in OemUpdateSmbiosInfo to 'Field'. o Rename OemGetProcessorMaxSockets to OemGetMaxProcessors. o Rename OemIsSocketPresent to OemIsProcessorPresent. o Update Universal/Smbios to follow the changes to OemMiscLib. Signed-off-by: Rebecca Cran ---