Reviewed-by: Ray Ni <ray...@intel.com> > -----Original Message----- > From: Guo, Gua <gua....@intel.com> > Sent: Thursday, May 26, 2022 8:14 PM > To: devel@edk2.groups.io > Cc: Guo, Gua <gua....@intel.com>; Ni, Ray <ray...@intel.com>; Dong, Guo > <guo.d...@intel.com> > Subject: [PATCH 1/3] MdeModulePkg/UniversalPayload: Align Identifier value > with UPL spec > > From: Gua Guo <gua....@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...@intel.com> > Cc: Guo Dong <guo.d...@intel.com> > Signed-off-by: Gua Guo <gua....@intel.com> > --- > MdeModulePkg/Include/UniversalPayload/UniversalPayload.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdeModulePkg/Include/UniversalPayload/UniversalPayload.h > b/MdeModulePkg/Include/UniversalPayload/UniversalPayload.h > index 1a42d61f77..bb40f240f6 100644 > --- a/MdeModulePkg/Include/UniversalPayload/UniversalPayload.h > +++ b/MdeModulePkg/Include/UniversalPayload/UniversalPayload.h > @@ -18,7 +18,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent > **/ > > typedef VOID (EFIAPI *UNIVERSAL_PAYLOAD_ENTRY)(VOID *HobList); > > > > -#define UNIVERSAL_PAYLOAD_IDENTIFIER SIGNATURE_32('U', > 'P', 'L', 'D') > > +#define UNIVERSAL_PAYLOAD_IDENTIFIER SIGNATURE_32('P', > 'L', 'D', 'H') > > #define UNIVERSAL_PAYLOAD_INFO_SEC_NAME ".upld_info" > > #define UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX ".upld." > > #define UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX_LENGTH (sizeof > (UNIVERSAL_PAYLOAD_EXTRA_SEC_NAME_PREFIX) > - 1) > > -- > 2.31.1.windows.1
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#90044): https://edk2.groups.io/g/devel/message/90044 Mute This Topic: https://groups.io/mt/91352870/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-