]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Sort the Pcd set when generating the VPD binary
authorBob Feng <bob.c.feng@intel.com>
Fri, 4 Sep 2020 14:30:28 +0000 (22:30 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 8 Sep 2020 08:48:24 +0000 (08:48 +0000)
commit859e09523d66844d81f5f4a3d53f3cd96523c221
treef4bfabcc826d421ffcc05f2c039f6c8da8f44907
parentcdfc7ed34fd1ddfc9cb1dfbc339f940950638f8d
BaseTools: Sort the Pcd set when generating the VPD binary

If VPD PcdNvStoreDefaultValueBuffer is used, all DynamicHii and
DynamicExHii PCD value will be generated into that VPD.

In order to generate the same VPD binary file in every build,
sort the Pcd set when generating VPD.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
BaseTools/Source/Python/Workspace/DscBuildData.py