From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: liming.gao@intel.com) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by groups.io with SMTP; Thu, 25 Jul 2019 23:31:23 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2019 23:31:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,309,1559545200"; d="scan'208";a="321953824" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 25 Jul 2019 23:31:21 -0700 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 23:31:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 25 Jul 2019 23:31:21 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.112]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.250]) with mapi id 14.03.0439.000; Fri, 26 Jul 2019 14:31:19 +0800 From: "Liming Gao" To: "Fan, ZhijuX" , "devel@edk2.groups.io" CC: "Feng, Bob C" Subject: Re: [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section Thread-Topic: [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section Thread-Index: AdVDWgfNL+U0w2deQFyM0VEAeSlA4QAIbJlQ Date: Fri, 26 Jul 2019 06:31:18 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4C274A@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: Fan, ZhijuX >Sent: Friday, July 26, 2019 10:30 AM >To: devel@edk2.groups.io >Cc: Gao, Liming ; Feng, Bob C >Subject: [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section > >BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3D2022 > >Added arch output to build report so it's easy to tell >which arch is being generated. Code change >https://bugzilla.tianocore.org/show_bug.cgi?id=3D2016 >will be done.The spec change is also required. > >Cc: Bob Feng >Cc: Liming Gao >Signed-off-by: Zhiju.Fan >--- > 13_build_reports/138_module_section.md | 9 ++++++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > >diff --git a/13_build_reports/138_module_section.md >b/13_build_reports/138_module_section.md >index d457c24..6f7edc5 100644 >--- a/13_build_reports/138_module_section.md >+++ b/13_build_reports/138_module_section.md >@@ -38,11 +38,12 @@ sections are listed according to their DSC position. > > ### 13.8.1 Module Section Summary > >-This sub-section lists the module basic information: Module name, INF fil= e >-path, File GUID, Size, hash value, module build time stamp, module build >time >-and driver type. >+This sub-section lists the module basic information: Module name, Module >Arch, >+INF file path, File GUID, Size, hash value, module build time stamp, modu= le >+build time and driver type. > > * Module Name : %`BASE_NAME` in INF `[Defines]` section% >+* Module Arch : %Architecture of current module% > * Module INF Path : %Path of Module INF file% > * File GUID : %`FILE_GUID` in INF `[Defines]` section% > * Size : %Module EFI image size% >@@ -70,6 +71,7 @@ Volume 3 of the PI Specification (Table 3 Defined File >Types). > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D< > Module Summary > Module Name: SmbiosDxe >+Module Arch: X64 > Module INF Path: MdeModule\Universal\SmbiosDxe\SmbiosDxe.inf > File GUID: F9D88642-0737-49BC-81B5-6889CD57D9EA > Size: 0x7000 (28.00K) >@@ -88,6 +90,7 @@ Driver Type: 0x7 (DRIVER) > >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D< > Module Summary > Module Name: EbcDxe >+Module Arch: X64 > Module INF Path: MdeModule\Universal\EbcDxe\EbcDxe.inf > File GUID: 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7 > Size: 0x9000 (36.00K) >-- >2.14.1.windows.1