[edk2-devel] [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section

Fan, ZhijuX posted 1 patch 4 years, 9 months ago
Failed in applying to current master (apply log)
13_build_reports/138_module_section.md | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
[edk2-devel] [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section
Posted by Fan, ZhijuX 4 years, 9 months ago
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2022

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=2016
will be done.The spec change is also required.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
---
 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 file
-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, module
+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).
 >==========================================================================<
 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)
 >==========================================================================<
 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44429): https://edk2.groups.io/g/devel/message/44429
Mute This Topic: https://groups.io/mt/32605502/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section
Posted by Liming Gao 4 years, 9 months ago
Reviewed-by: Liming Gao <liming.gao@intel.com>

>-----Original Message-----
>From: Fan, ZhijuX
>Sent: Friday, July 26, 2019 10:30 AM
>To: devel@edk2.groups.io
>Cc: Gao, Liming <liming.gao@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
>Subject: [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section
>
>BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2022
>
>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=2016
>will be done.The spec change is also required.
>
>Cc: Bob Feng <bob.c.feng@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
>---
> 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 file
>-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, module
>+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).
> >==========================================================
>================<
> 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)
> >==========================================================
>================<
> 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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#44436): https://edk2.groups.io/g/devel/message/44436
Mute This Topic: https://groups.io/mt/32605502/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-