]> git.proxmox.com Git - mirror_edk2.git/commit
UefiPayloadPkg: Align SpecRevision value with UPL spec
authorGua Guo <gua.guo@intel.com>
Thu, 26 May 2022 09:37:44 +0000 (17:37 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 27 May 2022 16:15:26 +0000 (16:15 +0000)
commitdac2fc8146e42ef19cd50ecbe32ccb7705b76fa3
tree4032e86725f447e3e1a3122e644ab28a4272e3a5
parentb4be5f05dd0761ce9a879f86b70a66239c010384
UefiPayloadPkg: Align SpecRevision value with UPL spec

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3933
URL: https://universalpayload.github.io/documentation/

1. Currently, SpecRevision on USF spec is 0.7. Change to align it.
2. SpecRevision is not be patched into UniversalPayloadInfo.bin due to
different structure item name. Change item name from "HeaderRevision"
 to "SpecRevision" to check the correct value can be patched.

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>
UefiPayloadPkg/UniversalPayloadBuild.py