From: "Guo Dong" <guo.dong@intel.com>
To: "Guo, Gua" <gua.guo@intel.com>,
"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: "Ni, Ray" <ray.ni@intel.com>
Subject: Re: [PATCH 2/3] UefiPayloadPkg: Align Identifier value with UPL spec
Date: Fri, 27 May 2022 06:03:37 +0000 [thread overview]
Message-ID: <CY5PR11MB6260DC8A2ECB840134E6F1059ED89@CY5PR11MB6260.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20220526121428.1590-3-gua.guo@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
-----Original Message-----
From: Guo, Gua <gua.guo@intel.com>
Sent: Thursday, May 26, 2022 5:14 AM
To: devel@edk2.groups.io
Cc: Guo, Gua <gua.guo@intel.com>; Ni, Ray <ray.ni@intel.com>; Dong, Guo <guo.dong@intel.com>
Subject: [PATCH 2/3] UefiPayloadPkg: Align Identifier value with UPL spec
From: Gua Guo <gua.guo@intel.com>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3933
URL: https://universalpayload.github.io/documentation/
Currently, Identifier value is "UPLD", it needs to have correct value "PLDH" based on Universal Payload Specification spec section 2.12.2
Cc: Ray Ni <ray.ni@intel.com>
Cc: Guo Dong <guo.dong@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
---
UefiPayloadPkg/UniversalPayloadBuild.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/UefiPayloadPkg/UniversalPayloadBuild.py b/UefiPayloadPkg/UniversalPayloadBuild.py
index 50335d4316..b7fd1505b6 100644
--- a/UefiPayloadPkg/UniversalPayloadBuild.py
+++ b/UefiPayloadPkg/UniversalPayloadBuild.py
@@ -29,7 +29,7 @@ class UPLD_INFO_HEADER(LittleEndianStructure):
] def __init__(self):- self.Identifier = b'UPLD'+ self.Identifier = b'PLDH' self.HeaderLength = sizeof(UPLD_INFO_HEADER) self.HeaderRevision = 0x0075 self.Revision = 0x0000010105--
2.31.1.windows.1
next prev parent reply other threads:[~2022-05-27 6:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-26 12:14 [PATCHv1 0/3] UefiPayloadPkg align with USF spec gua.guo
2022-05-26 12:14 ` [PATCH 1/3] MdeModulePkg/UniversalPayload: Align Identifier value with UPL spec gua.guo
2022-05-26 12:16 ` Ni, Ray
2022-05-26 12:14 ` [PATCH 2/3] UefiPayloadPkg: " gua.guo
2022-05-26 12:16 ` Ni, Ray
2022-05-27 6:03 ` Guo Dong [this message]
2022-05-26 12:14 ` [PATCH 3/3] UefiPayloadPkg: Align SpecRevision " gua.guo
2022-05-26 12:16 ` Ni, Ray
2022-05-27 6:00 ` Guo Dong
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=CY5PR11MB6260DC8A2ECB840134E6F1059ED89@CY5PR11MB6260.namprd11.prod.outlook.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