public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [edk2-redfish-client][PATCH 0/6] Feature driver fix and
@ 2023-11-23 14:33 Nickle Wang via groups.io
  0 siblings, 0 replies; only message in thread
From: Nickle Wang via groups.io @ 2023-11-23 14:33 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Igor Kulchytskyy, Nick Ramirez

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/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



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

only message in thread, other threads:[~2023-11-23 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 14:33 [edk2-devel] [edk2-redfish-client][PATCH 0/6] Feature driver fix and Nickle Wang via groups.io

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