public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V3 0/2] BaseTools: Add a checking for Sources section in INF file [Part 0/2]
@ 2019-05-24 14:40 Christian Rodriguez
  2019-05-24 14:40 ` [Patch V3 1/2] BaseTools: Add a checking for Sources section in INF file [Part 1/2] Christian Rodriguez
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christian Rodriguez @ 2019-05-24 14:40 UTC (permalink / raw)
  To: devel

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1804

In V3: Seperate checker and hashing into individual patches
       Part 1/2: Contains checker.
       Part 2/2: Contains hash feature alignment.
In V2: Enable check for all builds, move conditional to hash invalidation
In the Edk2 INF spec 3.9, it states, All HII Unicode format files
must be listed in [Sources] section. Add a check to see if [Sources]
section lists all the "source" type files of a module. Performance
impact should be minimal with this patch since information is already
being fetched for Makefile purposes. All other information is already
cached in memory. No extra IO time is needed.

Christian Rodriguez (2):
  BaseTools: Add a checking for Sources section in INF file [Part 1/2]
  BaseTools: Add a checking for Sources section in INF file [Part 2/2]

 BaseTools/Source/Python/AutoGen/AutoGen.py   |  6 +-
 BaseTools/Source/Python/AutoGen/GenMake.py   | 44 +++++++++++++
 BaseTools/Source/Python/Common/GlobalData.py |  3 +-
 BaseTools/Source/Python/build/build.py       | 65 ++++++++++++--------
 4 files changed, 91 insertions(+), 27 deletions(-)

--
2.19.1.windows.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-29 14:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-24 14:40 [Patch V3 0/2] BaseTools: Add a checking for Sources section in INF file [Part 0/2] Christian Rodriguez
2019-05-24 14:40 ` [Patch V3 1/2] BaseTools: Add a checking for Sources section in INF file [Part 1/2] Christian Rodriguez
2019-05-24 14:40 ` [Patch V3 2/2] BaseTools: Add a checking for Sources section in INF file [Part 2/2] Christian Rodriguez
     [not found] ` <15A1A56D09F177FE.23782@groups.io>
2019-05-29 14:05   ` [edk2-devel] " Christian Rodriguez
     [not found] ` <15A1A56CC74451E6.22107@groups.io>
2019-05-29 14:05   ` [edk2-devel] [Patch V3 1/2] BaseTools: Add a checking for Sources section in INF file [Part 1/2] Christian Rodriguez
2019-05-29 14:13 ` [edk2-devel] [Patch V3 0/2] BaseTools: Add a checking for Sources section in INF file [Part 0/2] Liming Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox