public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [edk2-redfish-client][PATCH 0/4] Introduce Redfish boot option drivers
@ 2024-01-04  5:09 Nickle Wang via groups.io
  0 siblings, 0 replies; only message in thread
From: Nickle Wang via groups.io @ 2024-01-04  5:09 UTC (permalink / raw)
  To: devel; +Cc: Abner Chang, Igor Kulchytskyy, Nick Ramirez

Introduction Redfish boot option collection and boot option drivers to 
support Redfish resource at /redfish/v1/Systems/SYSTEM_ID/BootOptions.

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 (4):
  RedfishClientPkg: add ETag to Redfish resource check function
  RedfishClientPkg/ConverterLib: fix GCC build error
  RedfishClientPkg/Features: introduce boot option collection
  RedfishClientPkg/Features: introduce boot option

 .../RedfishClientComponents.dsc.inc           |    6 +-
 RedfishClientPkg/RedfishClientLibs.dsc.inc    |    2 +
 .../BootOption/v1_0_4/Dxe/BootOptionDxe.inf   |   56 +
 .../BootOptionCollectionDxe.inf               |   60 +
 .../v1_0_4/Common/BootOptionCommon.h          |   33 +
 .../BootOptionCollectionDxe.h                 |   33 +
 .../Include/RedfishResourceCommon.h           |    4 +-
 .../BootOption.V1_0_4/BootOption.V1_0_4.c     | 1005 ++++++++---------
 .../BootOptionCollection.c                    |  496 ++++----
 .../Features/Bios/v1_0_9/Common/BiosCommon.c  |   15 +-
 .../Features/Bios/v1_0_9/Dxe/BiosDxe.c        |   12 +-
 .../v1_0_4/Common/BootOptionCommon.c          |  799 +++++++++++++
 .../BootOption/v1_0_4/Dxe/BootOptionDxe.c     |  701 ++++++++++++
 .../BootOptionCollectionDxe.c                 |  858 ++++++++++++++
 .../v1_5_0/Common/ComputerSystemCommon.c      |   15 +-
 .../v1_5_0/Dxe/ComputerSystemDxe.c            |   12 +-
 .../Memory/V1_7_1/Common/MemoryCommon.c       |   15 +-
 .../Features/Memory/V1_7_1/Dxe/MemoryDxe.c    |   12 +-
 .../RedfishFeatureUtilityLib.c                |    4 +-
 RedfishClientPkg/RedfishClient.fdf.inc        |    6 +-
 20 files changed, 3379 insertions(+), 765 deletions(-)
 create mode 100644 RedfishClientPkg/Features/BootOption/v1_0_4/Dxe/BootOptionDxe.inf
 create mode 100644 RedfishClientPkg/Features/BootOptionCollection/BootOptionCollectionDxe.inf
 create mode 100644 RedfishClientPkg/Features/BootOption/v1_0_4/Common/BootOptionCommon.h
 create mode 100644 RedfishClientPkg/Features/BootOptionCollection/BootOptionCollectionDxe.h
 create mode 100644 RedfishClientPkg/Features/BootOption/v1_0_4/Common/BootOptionCommon.c
 create mode 100644 RedfishClientPkg/Features/BootOption/v1_0_4/Dxe/BootOptionDxe.c
 create mode 100644 RedfishClientPkg/Features/BootOptionCollection/BootOptionCollectionDxe.c

-- 
2.34.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#113131): https://edk2.groups.io/g/devel/message/113131
Mute This Topic: https://groups.io/mt/103517649/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:[~2024-01-04  5:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-04  5:09 [edk2-devel] [edk2-redfish-client][PATCH 0/4] Introduce Redfish boot option drivers 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