]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTool: Support different PCDs that refers to the same EFI variable.
authorZhaozh1x <zhiqiangx.zhao@intel.com>
Wed, 10 Oct 2018 08:27:02 +0000 (16:27 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 22 Oct 2018 07:19:26 +0000 (15:19 +0800)
commit32be12235d68c0bf20337f8eed9386c4835d408a
tree66f73421caaed80758ca7c17e699c566e4e48926
parentd28daaddb3e732468e930a809d3d3943a5de9558
BaseTool: Support different PCDs that refers to the same EFI variable.

V2:
Make the code of patch both compatible for Python2 and Python3.

V1:
If different PCDs refer to the same EFI variable, then do EFI variable
combination, according to the VariableOffset of different PCDS.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/AutoGen/GenVar.py