]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Not convert the void* pcd string in command line to array.
authorZhaozh1x <zhiqiangx.zhao@intel.com>
Fri, 19 Oct 2018 12:11:01 +0000 (20:11 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 24 Oct 2018 14:27:04 +0000 (22:27 +0800)
commitda2d4f76b79d450c08a2ba7fec3be24ef5719eee
treec1b606f1ffd23b3cc0981cb67a8488829849d73b
parent9f2b0594ed85f93e8054dbc4d709836185bb0b95
BaseTools: Not convert the void* pcd string in command line to array.

For void* type pcd in command line, if its value is string, code should
not convert the void* pcd string in command line to array, otherwise it
will make the pcd value in report not match its real raw value.

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