]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTool: Support different PCDs that refers to the same EFI variable.
authorbob.c.feng@intel.com <bob.c.feng@intel.com>
Tue, 25 Sep 2018 02:55:30 +0000 (10:55 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 26 Sep 2018 14:50:40 +0000 (22:50 +0800)
commit6a147d6dae733f3a1d5ddf9af9adce5fb8504a53
tree4894ab62afccfe0137c5b6c86edac2c84c69c83b
parent57ee97c01ca0e81d146600a00885719b84bf1581
BaseTool: Support different PCDs that refers to the same EFI variable.

If Structure PCD and Normal Pcd refer to the
same EFI variable, do EFI variable merge, otherwise, do
EFI variable combination.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/AutoGen/GenVar.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py