public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-staging][PATCH 0/3] RedfishClientPkg: Add feature drivers
@ 2023-03-01 14:09 Nickle Wang
  0 siblings, 0 replies; only message in thread
From: Nickle Wang @ 2023-03-01 14:09 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Igor Kulchytskyy, Nick Ramirez

Add BIOS feature driver version 1.2.0 and Computer System feature 
driver version 1.17.0. Move the function of handling 
"@Redfish.Settings" to RedfishFeatureUtilityLib because it is called
multiple times in different feature drivers. The missing of FreePool()
calls are fixed together.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>
Cc: Nick Ramirez <nramirez@nvidia.com>

Nickle Wang (3):
  RedfishClientPkg: RedfishFeatureUtilityLib
  RedfishClientPkg: Add BIOS feature driver v1.2.0
  RedfishClientPkg: Add ComputerSystem feature driver v1.17.0

 .../src/Bios/Bios.V1_2_0/Bios.V1_2_0.c        | 1341 +++++++-------
 .../Features/Bios/v1_2_0/Common/BiosCommon.c  |  863 +++++++++
 .../Features/Bios/v1_2_0/Common/BiosCommon.h  |   31 +
 .../Features/Bios/v1_2_0/Dxe/BiosDxe.c        |  823 +++++++++
 .../Features/Bios/v1_2_0/Dxe/BiosDxe.inf      |   55 +
 .../v1_17_0/Common/ComputerSystemCommon.c     | 1636 +++++++++++++++++
 .../v1_17_0/Common/ComputerSystemCommon.h     |   29 +
 .../v1_17_0/Dxe/ComputerSystemDxe.c           |  677 +++++++
 .../v1_17_0/Dxe/ComputerSystemDxe.inf         |   53 +
 .../Library/RedfishFeatureUtilityLib.h        |  260 +--
 .../RedfishFeatureUtilityLib.c                | 1118 ++++++-----
 11 files changed, 5608 insertions(+), 1278 deletions(-)
 create mode 100644 RedfishClientPkg/Features/Bios/v1_2_0/Common/BiosCommon.c
 create mode 100644 RedfishClientPkg/Features/Bios/v1_2_0/Common/BiosCommon.h
 create mode 100644 RedfishClientPkg/Features/Bios/v1_2_0/Dxe/BiosDxe.c
 create mode 100644 RedfishClientPkg/Features/Bios/v1_2_0/Dxe/BiosDxe.inf
 create mode 100644 RedfishClientPkg/Features/ComputerSystem/v1_17_0/Common/ComputerSystemCommon.c
 create mode 100644 RedfishClientPkg/Features/ComputerSystem/v1_17_0/Common/ComputerSystemCommon.h
 create mode 100644 RedfishClientPkg/Features/ComputerSystem/v1_17_0/Dxe/ComputerSystemDxe.c
 create mode 100644 RedfishClientPkg/Features/ComputerSystem/v1_17_0/Dxe/ComputerSystemDxe.inf

-- 
2.39.2.windows.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-01 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-01 14:09 [edk2-staging][PATCH 0/3] RedfishClientPkg: Add feature drivers Nickle Wang

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