]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/UniversalPayload: Align Identifier value with UPL spec
authorGua Guo <gua.guo@intel.com>
Thu, 26 May 2022 00:59:39 +0000 (08:59 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 27 May 2022 16:15:26 +0000 (16:15 +0000)
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>
Cc: Guo Dong <guo.dong@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
MdeModulePkg/Include/UniversalPayload/UniversalPayload.h

index 1a42d61f77ebfcb46d29baef9e3b5d9b7f877e59..bb40f240f68aff8048ce3420db24504d380caa2b 100644 (file)
@@ -18,7 +18,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 **/\r
 typedef  VOID (EFIAPI *UNIVERSAL_PAYLOAD_ENTRY)(VOID *HobList);\r
 \r
-#define UNIVERSAL_PAYLOAD_IDENTIFIER                    SIGNATURE_32('U', 'P', 'L', 'D')\r
+#define UNIVERSAL_PAYLOAD_IDENTIFIER                    SIGNATURE_32('P', 'L', 'D', 'H')\r
 #define UNIVERSAL_PAYLOAD_INFO_SEC_NAME                 ".upld_info"\r
 #define UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX         ".upld."\r
 #define UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX_LENGTH  (sizeof (UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX) - 1)\r