]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug to parse the new map file format
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 30 Nov 2016 08:02:21 +0000 (16:02 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 2 Dec 2016 03:01:24 +0000 (11:01 +0800)
commit3e7e8571da891122c6821ebc428ce6dbd8a35ff3
tree1b32db90c468b859848ecda6713aacc6214f5180
parent31bf6304ba2dd97585c0170f0040ea48a6973746
BaseTools: Fix the bug to parse the new map file format

Current the variable and Pcd format save in the map file is changed, so
this patch is to support this new format.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/GenPatchPcdTable/GenPatchPcdTable.py