]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Check PcdNvStoreDefaultValueBuffer.
authorZhao, ZhiqiangX <zhiqiangx.zhao@intel.com>
Tue, 4 Sep 2018 06:59:39 +0000 (14:59 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 12 Sep 2018 03:25:22 +0000 (11:25 +0800)
commitced8685838bd5a9b091fdc537c494e36450b05f5
tree8ad4f730aa1152ebf6f64aa71b18879f5033e5b4
parentcfed8a37ec3cf974e4eaaa298da6704133b00019
BaseTools: Check PcdNvStoreDefaultValueBuffer.

Build tool should report warning if a platform
defines [DefaultStores] but forgets to defined
PcdNvStoreDefaultValueBuffer as PcdsDynamicExVpd in dsc file.

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: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py