]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update report map file format
authorYunhua Feng <fengyunhua@byosoft.com.cn>
Mon, 9 Nov 2020 08:08:02 +0000 (16:08 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 10 Nov 2020 04:22:27 +0000 (04:22 +0000)
commit8577d63cd86cf0bfb9a1ec6f172db1dab4d10e4e
tree066c7834a85334d95dedf298e07d17c2dd2b1eab
parent76e8aac158b0717fa27f12e4d008f79161ddb050
BaseTools: Update report map file format

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2977

For a source-level BIOS debugger the .map files are quite useful with one
major shortcoming: the debugger cannot know, solely from the .map file,
the format (PE/COFF vs. TE) of the image included in the final BIOS ROM

Update report map file format

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Yunhua Feng <fengyunhua@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/build/BuildReport.py