]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Check pcd DefaultValue and SkuId EBNF.
authorZhaozh1x <zhiqiangx.zhao@intel.com>
Mon, 27 Aug 2018 01:29:37 +0000 (09:29 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 3 Sep 2018 02:14:44 +0000 (10:14 +0800)
commit24bd035c904fae1868bb15dc00cfa2e197cc5809
tree313a7211e390215eb922f12d7776d742d50338b4
parentb8bcaafb39e8860a1fb672d75bb6f7bbdceb28bd
BaseTools: Check pcd DefaultValue and SkuId EBNF.

1. When assign dynamic hii pcd value in dsc file,
missed the DefaultValue, build should be fail.
2. Check the EBNF of SkuId.

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/Common/Misc.py
BaseTools/Source/Python/Workspace/DscBuildData.py