From: "Nickle Wang" <nicklew@nvidia.com>
To: <devel@edk2.groups.io>
Cc: Abner Chang <abner.chang@amd.com>,
Igor Kulchytskyy <igork@ami.com>,
"Nick Ramirez" <nramirez@nvidia.com>
Subject: [edk2-staging][PATCH 0/3] Add new interfaces to Redfish protocol
Date: Wed, 7 Dec 2022 22:06:40 +0800 [thread overview]
Message-ID: <20221207140640.72-1-nicklew@nvidia.com> (raw)
Introduce two new iterfaces to Redfish Platform Config Protocol:
- GetAttribute() returns attribute details from HII question.
- GetDefaultValue() returns default value of attribute.
They are used to generate BIOS attribute registry.
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 (3):
edk2-staging/RedfishPkg: Add interface to get question default value
edk2-staging/RedfishPkg: Introduce new interfaces to Redfish protocol
edk2-staging/RedfishPkg: Add new interfaces to Redfish library
RedfishPkg/Include/Library/HiiUtilityLib.h | 31 +-
.../Library/RedfishPlatformConfigLib.h | 44 ++
.../Protocol/EdkIIRedfishPlatformConfig.h | 105 +++
.../Library/HiiUtilityLib/HiiExpression.c | 77 +++
.../Library/HiiUtilityLib/HiiExpression.h | 23 +
.../HiiUtilityLib/HiiUtilityInternal.c | 614 +++++++++++++++++
.../RedfishPlatformConfigLib.c | 71 ++
.../RedfishPlatformConfigDxe.c | 625 ++++++++++++++----
.../RedfishPlatformConfigDxe.h | 2 +
.../RedfishPlatformConfigImpl.c | 55 +-
.../RedfishPlatformConfigImpl.h | 44 +-
11 files changed, 1548 insertions(+), 143 deletions(-)
--
2.38.1.windows.1
reply other threads:[~2022-12-07 14:06 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=20221207140640.72-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