UefiPayloadPkg: Align Identifier value with UPL spec

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

Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Guo Dong <guo.dong@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
This commit is contained in:
Gua Guo 2022-05-26 09:05:39 +08:00 committed by mergify[bot]
parent 7f0890776e
commit b4be5f05dd
1 changed files with 1 additions and 1 deletions

View File

@ -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