From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.8297.1604029199386197162 for ; Thu, 29 Oct 2020 20:40:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: fengyunhua@byosoft.com.cn) Received: from localhost.localdomain ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 30 Oct 2020 11:39:49 +0800 X-WM-Sender: fengyunhua@byosoft.com.cn From: "fengyunhua" To: devel@edk2.groups.io Subject: [PATCH v2 0/2] Add image type into generate map file Date: Fri, 30 Oct 2020 11:39:37 +0800 Message-Id: <20201030033939.2094-1-fengyunhua@byosoft.com.cn> X-Mailer: git-send-email 2.27.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit v2: Correct re compile pattern string v1: 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 Yunhua Feng (2): BaseTools: Add image type into generate map file BaseTools: update report map file format BaseTools/Source/C/GenFv/GenFvInternalLib.c | 7 ++++++- BaseTools/Source/Python/build/BuildReport.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) -- 2.27.0.windows.1