[edk2-devel] [edk2-redfish-client][PATCH 0/6] Feature driver fix and

Nickle Wang via groups.io posted 6 patches 5 months ago
Only 0 patches received!
.../RedfishConfigLangMapDxe.inf               |   1 -
.../RedfishETagDxe/RedfishETagDxe.inf         |   5 +-
.../Library/EdkIIRedfishResourceConfigLib.h   |   9 +-
.../Library/RedfishFeatureUtilityLib.h        |  81 +++++--
.../RedfishConfigLangMapDxe.h                 |   2 +-
.../RedfishETagDxe/RedfishETagDxe.h           |   4 +-
.../ConverterLib/src/RedfishCsCommon.c        |   4 +
.../Features/Bios/v1_0_9/Common/BiosCommon.c  |  13 +-
.../Features/Bios/v1_0_9/Dxe/BiosDxe.c        |   3 +-
.../v1_5_0/Common/ComputerSystemCommon.c      |  12 +-
.../v1_5_0/Dxe/ComputerSystemDxe.c            |   3 +-
.../ComputerSystemCollectionDxe.c             |   5 +-
.../Memory/V1_7_1/Common/MemoryCommon.c       |  12 +-
.../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    |   3 +-
.../MemoryCollectionDxe/MemoryCollectionDxe.c |   5 +-
.../EdkIIRedfishResourceConfigLib.c           |  18 +-
.../RedfishFeatureUtilityLib.c                | 223 +++++++++++++++++-
.../RedfishConfigLangMapDxe.c                 |  89 ++++---
.../RedfishETagDxe/RedfishETagDxe.c           |  84 +++----
19 files changed, 416 insertions(+), 160 deletions(-)
[edk2-devel] [edk2-redfish-client][PATCH 0/6] Feature driver fix and
Posted by Nickle Wang via groups.io 5 months ago
There are several bug fix and enhancement to Redfish feature driver. I
also fix typo in comments, variable and function name. A pull request
is created here for ease of review: 
https://github.com/tianocore/edk2-redfish-client/pull/60

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 (6):
  RedfishClientPkg/RedfishETagDxe: fix issue and enhancement.
  RedfishClientPkg/RedfishConfigLangMapDxe: fix issue and enhancement.
  RedfishClientPkg: feature driver enhancement.
  RedfishClientPkg/ConverterLib: fix empty attribute value issue
  RedfishClientPkg/Features: fix NULL cached handler issue.
  RedfishClientPkg/RedfishFeatureUtilityLib: add string NULL check

 .../RedfishConfigLangMapDxe.inf               |   1 -
 .../RedfishETagDxe/RedfishETagDxe.inf         |   5 +-
 .../Library/EdkIIRedfishResourceConfigLib.h   |   9 +-
 .../Library/RedfishFeatureUtilityLib.h        |  81 +++++--
 .../RedfishConfigLangMapDxe.h                 |   2 +-
 .../RedfishETagDxe/RedfishETagDxe.h           |   4 +-
 .../ConverterLib/src/RedfishCsCommon.c        |   4 +
 .../Features/Bios/v1_0_9/Common/BiosCommon.c  |  13 +-
 .../Features/Bios/v1_0_9/Dxe/BiosDxe.c        |   3 +-
 .../v1_5_0/Common/ComputerSystemCommon.c      |  12 +-
 .../v1_5_0/Dxe/ComputerSystemDxe.c            |   3 +-
 .../ComputerSystemCollectionDxe.c             |   5 +-
 .../Memory/V1_7_1/Common/MemoryCommon.c       |  12 +-
 .../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    |   3 +-
 .../MemoryCollectionDxe/MemoryCollectionDxe.c |   5 +-
 .../EdkIIRedfishResourceConfigLib.c           |  18 +-
 .../RedfishFeatureUtilityLib.c                | 223 +++++++++++++++++-
 .../RedfishConfigLangMapDxe.c                 |  89 ++++---
 .../RedfishETagDxe/RedfishETagDxe.c           |  84 +++----
 19 files changed, 416 insertions(+), 160 deletions(-)

-- 
2.17.1



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