public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [RestJsonStructureDxe PATCH v4 0/3] EFI REST JSON Structure Protocol
@ 2020-10-30  0:50 Abner Chang
  2020-10-30  0:50 ` [RestJsonStructureDxe PATCH v4 1/3] MdePkg/Include: Definitions of " Abner Chang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Abner Chang @ 2020-10-30  0:50 UTC (permalink / raw)
  To: devel

This is the implementation of EFI_REST_JSON_STRUCTURE_PROTOCOL,
refer to UEFI spec 2.8 Section 29.7.3 EFI REST JSON Resource to C Structure
Converter.

In v4: Address comments given by Nickle.
  - Uninstall protocol in RestJsonStructureUnload ().

In v3: Fix CI test errors,
  - Add RedfishPkg dependence in RedfishPkg.i.yaml.
  - Add ARM instrinsic libraries to RedfishPkg.dsc for ARM/AARCH64.

In v2:
  - Couple feedbacks given by Liming on patch 1/2 were addressed.
  - Cosmetics on the source code in patch 2/2.

Signed-off-by: Abner Chang <abner.chang@hpe.com>

Abner Chang (3):
  MdePkg/Include: Definitions of EFI REST JSON Structure Protocol
  RedfishPkg/RestJsonStructureDxe: EFI REST JSON Structure Protocol
  RedfishPkg: Changes on RedfishPkg for CI test

 MdePkg/Include/Protocol/RestJsonStructure.h   | 161 +++++
 MdePkg/MdePkg.dec                             |   3 +
 RedfishPkg/RedfishPkg.ci.yaml                 |   3 +-
 RedfishPkg/RedfishPkg.dsc                     |  11 +
 .../RestJsonStructureDxe.c                    | 586 ++++++++++++++++++
 .../RestJsonStructureDxe.inf                  |  39 ++
 .../RestJsonStructureInternal.h               |  33 +
 7 files changed, 835 insertions(+), 1 deletion(-)
 create mode 100644 MdePkg/Include/Protocol/RestJsonStructure.h
 create mode 100644 RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.c
 create mode 100644 RedfishPkg/RestJsonStructureDxe/RestJsonStructureDxe.inf
 create mode 100644 RedfishPkg/RestJsonStructureDxe/RestJsonStructureInternal.h

-- 
2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-11-02  3:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-30  0:50 [RestJsonStructureDxe PATCH v4 0/3] EFI REST JSON Structure Protocol Abner Chang
2020-10-30  0:50 ` [RestJsonStructureDxe PATCH v4 1/3] MdePkg/Include: Definitions of " Abner Chang
2020-10-30  0:50 ` [RestJsonStructureDxe PATCH v4 2/3] RedfishPkg/RestJsonStructureDxe: " Abner Chang
2020-11-02  3:39   ` Nickle Wang
2020-10-30  0:50 ` [RestJsonStructureDxe PATCH v4 3/3] RedfishPkg: Changes on RedfishPkg for CI test Abner Chang

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