[edk2-devel] [edk2-redfish-client][PATCH 0/4] Introduce Redfish boot option drivers

Nickle Wang via groups.io posted 4 patches 3 months, 4 weeks ago
Only 0 patches received!
.../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
[edk2-devel] [edk2-redfish-client][PATCH 0/4] Introduce Redfish boot option drivers
Posted by Nickle Wang via groups.io 3 months, 4 weeks ago
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/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-