* [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section
@ 2019-07-26 2:30 Fan, ZhijuX
2019-07-26 6:31 ` Liming Gao
0 siblings, 1 reply; 2+ messages in thread
From: Fan, ZhijuX @ 2019-07-26 2:30 UTC (permalink / raw)
To: devel@edk2.groups.io; +Cc: Gao, Liming, Feng, Bob C
[-- Attachment #1: Type: text/plain, Size: 2233 bytes --]
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
[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 4270 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section
2019-07-26 2:30 [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section Fan, ZhijuX
@ 2019-07-26 6:31 ` Liming Gao
0 siblings, 0 replies; 2+ messages in thread
From: Liming Gao @ 2019-07-26 6:31 UTC (permalink / raw)
To: Fan, ZhijuX, devel@edk2.groups.io; +Cc: Feng, Bob C
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-07-26 6:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 2:30 [PATCH] Build Spec:Add Module Arch to BuildRebuild Module Section Fan, ZhijuX
2019-07-26 6:31 ` Liming Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox