summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-098-97/+63
* BaseTools:Add the Judgment Method of "--exclude"Fan, ZhijuX2019-08-081-1/+17
* BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney2019-08-071-1/+1
* BaseTools/PatchCheck: Add copy from/to keywordsMichael D Kinney2019-08-071-0/+2
* BaseTools/PatchCheck: Ignore blank lines in diffMichael D Kinney2019-08-071-0/+3
* BaseTools: Fixed a typo in Trim.pyFeng, Bob C2019-08-021-1/+1
* BaseTools:Added arch output to build reportMatthew Carlson2019-08-011-0/+2
* BaseTools:Updata the output encoding of the Popen functionBob Feng2019-08-015-7/+7
* BaseTools:Add extra debugging messageMax Knutsen2019-08-012-7/+13
* BaseTools:replace the chinese quotation mark with unicode "Sean Brogan2019-08-011-1/+1
* BaseTools: Sort file list in MakefileFeng, Bob C2019-07-251-1/+2
* BaseTools: add GetMaintainer.py scriptLeif Lindholm2019-07-241-0/+190
* BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C2019-07-222-2/+5
* BaseTools: Create ".cache" folder when initialize Build objectFeng, Bob C2019-07-222-7/+3
* BaseTools: Fix python3.8 SyntaxWarningCole Robinson2019-07-151-1/+1
* BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2019-07-128-23/+27
* BaseTools: Fixed the issue when ToolDefinitionFile is not generatedBob Feng2019-07-121-3/+6
* Revert "BaseTools/BfmLib: Add a tool BfmLib"Liming Gao2019-07-118-5881/+0
* Revert "BaseTools/FCE: Add a tool FCE"Liming Gao2019-07-1123-23443/+2
* Revert "BaseTools/FMMT: Add a tool FMMT"Liming Gao2019-07-1111-9036/+0
* Revert "BaseTools: fix FCE build when edksetup not executed"Liming Gao2019-07-111-1/+1
* Revert "BaseTools/FMMT: Change FMMT script type in PosixLike"Liming Gao2019-07-111-29/+29
* Revert "BaseTools/BfmLib: Change BfmLib script type in PosixLike"Liming Gao2019-07-111-29/+29
* Revert "BaseTools/FCE: Change FCE script type in PosixLike"Liming Gao2019-07-111-29/+29
* BaseTools: Detect the change of env variable used in tooldef.txtFeng, Bob C2019-07-101-2/+5
* BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.cFeng, Bob C2019-07-101-1/+2
* BaseTools/FCE: Change FCE script type in PosixLikeShenglei Zhang2019-07-081-29/+29
* BaseTools/BfmLib: Change BfmLib script type in PosixLikeShenglei Zhang2019-07-081-29/+29
* BaseTools/FMMT: Change FMMT script type in PosixLikeShenglei Zhang2019-07-081-29/+29
* BaseTools: Fix various typosAntoine Cœur2019-07-0815-22/+22
* BaseTools: fix FCE build when edksetup not executedLeif Lindholm2019-07-051-1/+1
* BaseTools/FMMT: Add a tool FMMTShenglei Zhang2019-07-0411-0/+9036
* BaseTools/FCE: Add a tool FCEShenglei Zhang2019-07-0423-2/+23443
* BaseTools/BfmLib: Add a tool BfmLibShenglei Zhang2019-07-048-0/+5881
* Edk2Setup: Support different VS tool chain setupDandan Bi2019-06-283-14/+135
* Edk2: Remove nt32 related flag in bat filesDandan Bi2019-06-281-8/+0
* BaseTools/Capsule: Supports multiple payloads and drivers in capsuleJin, Eric2019-06-283-266/+731
* BaseTools: Move Build Cache related function out of CreateAsBuiltInfBob Feng2019-06-252-37/+59
* BaseTools: refine CreateAsBuiltInf functionBob Feng2019-06-252-6/+5
* BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\ScriptsFan, ZhijuX2019-06-251-0/+198
* BaseTools:Add import in FvImageSectionFan, ZhijuX2019-06-241-0/+1
* BaseTools:Introduce CopyFileOnChange() function to copy cache filesShi, Steven2019-06-173-5/+64
* BaseTools: Cannot store library cache of different arch togetherShi, Steven2019-06-171-0/+21
* BaseTools:Build Cache output notification messageShi, Steven2019-06-171-0/+10
* BaseTools:Build cache cannot store the cache files for library packageShi, Steven2019-06-171-1/+4
* BaseTools: add script to configure local git optionsLeif Lindholm2019-06-121-0/+204
* BaseTools: add centralized location for git config filesLeif Lindholm2019-06-122-0/+32
* BaseTools: Refactor hash tracking after checking for Sources sectionRodriguez, Christian2019-06-104-27/+53
* BaseTools: Add a checking for Sources section in INF fileRodriguez, Christian2019-06-101-0/+38
* BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX2019-06-105-7/+46