public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Nickle Wang" <nicklew@nvidia.com>
To: <devel@edk2.groups.io>
Cc: Abner Chang <abner.chang@amd.com>, Igor Kulchytskyy <igork@ami.com>
Subject: [edk2-redfish-client][PATCH 0/3] Introduce HII to Redfish sample drivers
Date: Tue, 6 Jun 2023 21:38:02 +0800	[thread overview]
Message-ID: <20230606133802.4453-1-nicklew@nvidia.com> (raw)

Introduce three sample drivers to demonstrate the way of providing Redfish 
attributes in HII provider driver.

Signed-off-by: Nickle Wang <nicklew@nvidia.com>
Cc: Abner Chang <abner.chang@amd.com>
Cc: Igor Kulchytskyy <igork@ami.com>

Nickle Wang (3):
  RedfishClientPkg: Add a sample memory configuration HII driver
  RedfishClientPkg: Introduce Hii2RedfishBootDxe driver
  RedfishClientPkg: Introduce Hii2RedfishBiosDxe driver

 RedfishClientPkg/RedfishClientPkg.dec         |   4 +
 .../RedfishClientComponents.dsc.inc           |   4 +
 RedfishClientPkg/RedfishClientPkg.dsc         |  11 +
 .../Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.inf |  55 ++
 .../Hii2RedfishBootDxe/Hii2RedfishBootDxe.inf |  59 ++
 .../Hii2RedfishMemoryDxe.inf                  |  56 ++
 .../Hii2RedfishBiosDxe/Hii2RedfishBiosData.h  |  46 ++
 .../Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.h   |  44 ++
 .../Hii2RedfishBootDxe/Hii2RedfishBootData.h  |  60 ++
 .../Hii2RedfishBootDxe/Hii2RedfishBootDxe.h   |  53 ++
 .../Hii2RedfishMemoryData.h                   |  71 ++
 .../Hii2RedfishMemoryDxe.h                    |  44 ++
 .../Hii2RedfishBiosDxe/Hii2RedfishBiosVfr.vfr |  67 ++
 .../Hii2RedfishBootDxe/Hii2RedfishBootVfr.vfr |  83 +++
 .../Hii2RedfishMemoryVfr.vfr                  | 219 ++++++
 .../Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.c   | 289 ++++++++
 .../Hii2RedfishBootDxe/Hii2RedfishBootDxe.c   | 698 ++++++++++++++++++
 .../Hii2RedfishMemoryDxe.c                    | 292 ++++++++
 .../Hii2RedfishBiosDxeMap.uni                 |  20 +
 .../Hii2RedfishBiosDxeStrings.uni             |  30 +
 .../Hii2RedfishBootDxeMap.uni                 |  28 +
 .../Hii2RedfishBootDxeStrings.uni             |  41 +
 .../Hii2RedfishMemoryDxeMap.uni               |  38 +
 .../Hii2RedfishMemoryDxeStrings.uni           |  68 ++
 RedfishClientPkg/RedfishClient.fdf.inc        |   6 +-
 25 files changed, 2385 insertions(+), 1 deletion(-)
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.inf
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootDxe.inf
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryDxe.inf
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosData.h
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.h
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootData.h
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootDxe.h
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryData.h
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryDxe.h
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosVfr.vfr
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootVfr.vfr
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryVfr.vfr
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosDxe.c
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootDxe.c
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryDxe.c
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosDxeMap.uni
 create mode 100644 RedfishClientPkg/Hii2RedfishBiosDxe/Hii2RedfishBiosDxeStrings.uni
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootDxeMap.uni
 create mode 100644 RedfishClientPkg/Hii2RedfishBootDxe/Hii2RedfishBootDxeStrings.uni
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryDxeMap.uni
 create mode 100644 RedfishClientPkg/Hii2RedfishMemoryDxe/Hii2RedfishMemoryDxeStrings.uni

-- 
2.17.1


                 reply	other threads:[~2023-06-06 13:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230606133802.4453-1-nicklew@nvidia.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox