]> git.proxmox.com Git - mirror_edk2.git/commit
UefiPayloadPkg: Align Attribute value with UPL spec
authorGua Guo <gua.guo@intel.com>
Mon, 27 Jun 2022 03:05:08 +0000 (11:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 30 Jun 2022 03:45:38 +0000 (03:45 +0000)
commit21e6ef752239c3c840bc31745e14b391bf9c4691
treedb008e18d828624917fbf3628b619912797de877
parentc13377153f74d66adc83702b4e4ca5e9eadde2fd
UefiPayloadPkg: Align Attribute value with UPL spec

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3963

Based on UPL spec 2.12.2. Universal Payload Information Section,
it defines item "Attribute" on UPLD_INFO_HEADER for Debug build
should be "1", and Release build should be "0".

Currently, The value of item "Attribute" is always "0"

Cc: Guo Dong <guo.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Cc: James Lu <james.lu@intel.com>
Signed-off-by: Gua Guo <gua.guo@intel.com>
UefiPayloadPkg/UniversalPayloadBuild.py