diff options
author | Fan, ZhijuX <zhijux.fan@intel.com> | 2019-09-19 17:04:29 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-09-19 17:11:57 +0800 |
commit | 85ccbee2abf4ac9ed006409d1b02a3bdd660261c (patch) | |
tree | f967e8de44b25685bb52e7566e902576ad04a626 /BaseTools/Source/Python/Common | |
parent | d652b458f576de785e9f905e6690e28904b1eed1 (diff) | |
download | edk2-85ccbee2abf4ac9ed006409d1b02a3bdd660261c.tar.gz edk2-85ccbee2abf4ac9ed006409d1b02a3bdd660261c.tar.bz2 edk2-85ccbee2abf4ac9ed006409d1b02a3bdd660261c.zip |
BaseTools:Fix the issue that build report failed
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2201
An error occurs using special VpdPcd that is not used in the Inf file
In dsc:
[PcdsDynamicExVpd.common.DEFAULT]
gBoardModuleTokenSpaceGuid.test1|*|{CODE({
{0x0} // terminator
})}
In dec:
[PcdsDynamicEx]
# Vpd GPIO table
gBoardModuleTokenSpaceGuid.test1|{0}|GPIO_INIT_CONFIG[]|0x50000018 {
<HeaderFiles>
Library/GpioLib.h
<Packages>
MdePkg/MdePkg.dec
}
ValueError: invalid literal for int() with base 0: '*'
This Patch is going to fix issue
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/Common')
0 files changed, 0 insertions, 0 deletions