[edk2-devel] [PATCH 2/3] UefiPayloadPkg: Align Identifier value with UPL spec

Ni, Ray ray.ni at intel.com
Thu May 26 12:16:08 UTC 2022


Reviewed-by: Ray Ni <ray.ni at intel.com>

> -----Original Message-----
> From: Guo, Gua <gua.guo at intel.com>
> Sent: Thursday, May 26, 2022 8:14 PM
> To: devel at edk2.groups.io
> Cc: Guo, Gua <gua.guo at intel.com>; Ni, Ray <ray.ni at intel.com>; Dong, Guo <guo.dong at intel.com>
> Subject: [PATCH 2/3] UefiPayloadPkg: Align Identifier value with UPL spec
> 
> From: Gua Guo <gua.guo at 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 at intel.com>
> Cc: Guo Dong <guo.dong at intel.com>
> Signed-off-by: Gua Guo <gua.guo at 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



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90045): https://edk2.groups.io/g/devel/message/90045
Mute This Topic: https://groups.io/mt/91352873/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list