[edk2-devel] [PATCH 0/1] Add EDK2 Redfish JSON C Structure stuff into the build

Abner Chang abner.chang at hpe.com
Sat Aug 14 03:05:01 UTC 2021


This commit adds below Redfish JSON C Structure stuff into the build,
- edk2 Redfish JSON to C Structure libraries
- edk2 Redfish JSON to C Structure DXE drivers

There are three relevant commits to this one those were not sent for the review
because those are script auto-generated files and too many.
(+18000 files).

1. Redfish JSON schema to C structure source files
https://github.com/changab/edk2-staging/commit/5658ed31ccc9384894a240d5e3c9e06fc785f2cc

2. RedfishClientPkg/Converter: EDK2 Redfish JSON schema to C structure DXE drivers
https://github.com/changab/edk2-staging/commit/8e8497a28947834fa68b62902584f2a1a1fa0205

3.Add EDK2 Redfish JSON C Structure stuff into build
https://github.com/tianocore/edk2-staging/commit/1203c8b185e9071d0bc6222e7d9bf4f5cce9da6b

Above drivers/librares are not all required to be built, only the certain
instances need to be pull in the build process according to the platform demands.

On edk2 Redfish client implementation, only the Redfish schema which referred in
the HII form requires the corresponding EDK2 Redfish JSON C Structure
drivers/libraries to build. This is described in the item #10 in EDK2 Redfish
Client implementation guide at the below link.
https://github.com/tianocore/edk2-staging/blob/edk2-redfish-client/RedfishClientPkg/Readme.md

We also propose to create another Github repo under tianocore for the entire
RedfishClinetPkg. With this we won't add overheads to the regular edk2 repo
because the tons of files.

Signed-off-by: Abner Chang <abner.chang at hpe.com>
Cc: Nickle Wang <nickle.wang at hpe.com>
Cc: Liming Gao <gaoliming at byosoft.com.cn>

Abner Chang (1):
  RedfishClientPkg: Add EDK2 Redfish JSON C Structure stuff into build

 .../RedfishClientComponents.dsc.inc           |    4 +
 RedfishClientPkg/RedfishClientDefines.dsc.inc |    7 +
 RedfishClientPkg/RedfishClientLibs.dsc.inc    |    3 +
 .../RedfishJsonStructureDxe.dsc.inc           | 2347 +++++++++++++++++
 .../RedfishJsonStructureLib.dsc.inc           | 2346 ++++++++++++++++
 5 files changed, 4707 insertions(+)
 create mode 100644 RedfishClientPkg/RedfishJsonStructureDxe.dsc.inc
 create mode 100644 RedfishClientPkg/RedfishJsonStructureLib.dsc.inc

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#79303): https://edk2.groups.io/g/devel/message/79303
Mute This Topic: https://groups.io/mt/84878823/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-





More information about the edk2-devel-archive mailing list