From: "Wang, Yin" <yin.wang@intel.com>
To: devel@edk2.groups.io
Cc: Yin Wang <yin.wang@intel.com>
Subject: [PATCH 1/1] OvmfPkg:Fix Hii form name mismatch with EFI variable
Date: Fri, 14 Jul 2023 16:59:48 +0800 [thread overview]
Message-ID: <afe918af7ca55d8c6b8e5bf1e497eddce3f74b25.1689314786.git.yin.wang@intel.com> (raw)
In-Reply-To: <cover.1689314786.git.yin.wang@intel.com>
Onemore need change beside fixs:16acacf24c ("OvmfPkg: fix PlatformConfig")
Find by sct case:ExtractConfigConformance fail.
Signed-off-by: Yin Wang <yin.wang@intel.com>
---
OvmfPkg/PlatformDxe/Platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OvmfPkg/PlatformDxe/Platform.c b/OvmfPkg/PlatformDxe/Platform.c
index cd3bfd554c98..c32439683d83 100644
--- a/OvmfPkg/PlatformDxe/Platform.c
+++ b/OvmfPkg/PlatformDxe/Platform.c
@@ -279,7 +279,7 @@ ExtractConfig (
//
ConfigRequestHdr = HiiConstructConfigHdr (
&gOvmfPlatformConfigGuid,
- mVariableName,
+ mHiiFormName,
mImageHandle
);
if (ConfigRequestHdr == NULL) {
--
2.34.1
next parent reply other threads:[~2023-07-14 8:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1689314786.git.yin.wang@intel.com>
2023-07-14 8:59 ` Wang, Yin [this message]
2023-07-17 2:52 ` [edk2-devel] [PATCH 1/1] OvmfPkg:Fix Hii form name mismatch with EFI variable Wang, Yin
2023-07-17 11:36 ` Gerd Hoffmann
2023-07-20 0:57 ` Wang, Yin
2023-08-07 12:02 ` Sunil V L
2023-08-08 1:44 ` Wang, Yin
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=afe918af7ca55d8c6b8e5bf1e497eddce3f74b25.1689314786.git.yin.wang@intel.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