summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Add authenticated variable store supportChen, Lin Z2021-11-113-3/+59
* BaseTools: Change RealPath to AbsPathChen, Christine2021-10-133-6/+6
* BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois2021-09-295-14/+10
* BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois2021-09-293-5/+0
* BaseTools/build: Set MakefileNamePierre Gondois2021-09-291-1/+4
* BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois2021-09-291-4/+4
* BaseTools: use shutil.copyfile instead shutil.copy2Bob Feng2021-08-021-4/+4
* python: Replace distutils.utils.split_quotes with shlex.splitCole2021-08-022-4/+4
* build: Fix python3.10 threading DeprecationWarningsCole2021-08-021-24/+24
* BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng2021-07-125-131/+73
* BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall2021-05-211-0/+1
* BaseTools: Add support for version 3 of FMP Image Header structureSughosh Ganu2021-05-122-9/+24
* BaseTools: Fix DSC override of Guided toolMichael D Kinney2021-05-103-97/+190
* BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney2021-05-033-30/+26
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-295-96/+230
* BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney2021-04-271-4/+8
* BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2021-04-232-5/+15
* BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney2021-04-153-7/+5
* BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney2021-04-141-15/+21
* BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois2021-03-181-3/+5
* BaseTools: Align include guards policyPierre Gondois2021-02-262-2/+4
* BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson2021-02-091-0/+29
* BaseTools: fix the split output files root dirBob Feng2021-02-072-75/+87
* BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin2021-02-011-0/+4
* BaseTools: Add unittest for Split toolBob Feng2021-01-211-0/+111
* BaseTools: Convert Split tool to pythonBob Feng2021-01-212-0/+212
* BaseTools: Fix the build report crash issueBob Feng2021-01-141-7/+9
* BaseTools: Fix the improper error loggingIrene Park2021-01-061-1/+1
* BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng2021-01-061-3/+20
* BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng2020-12-231-2/+1
* BaseTools: Correct report the line number in INF file issueYunhua Feng2020-12-221-1/+1
* BaseTools/Ecc: Allow init of function static variablesPierre Gondois2020-12-221-1/+1
* BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar2020-12-221-1/+4
* BaseTools: Resolve index out of range errors.Mingyue Liang2020-11-191-1/+2
* BaseTools: Limit command line length.Mingyue Liang2020-11-102-9/+44
* BaseTools: Update report map file formatYunhua Feng2020-11-101-1/+1
* BaseTools: Incremental build issue for included ASI file's deletion.Mingyue Liang2020-11-101-2/+1
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-057-74/+326
* BaseTools: Remove the dependency on the build intermediate fileBob Feng2020-11-041-16/+0
* BaseTools: Update the FV Space Information to display decimal and Hexfengyunhua2020-11-031-1/+4
* BaseTools/Ecc: Fix ECC check MetaFile Copyright information issueYunhua Feng2020-10-271-1/+5
* BaseTools: Add EDKII_DSC_PLATFORM_GUID MACROfengyunhua2020-10-131-0/+3
* BaseTools: Move C tool flags before the common flagsgaoliming2020-10-101-1/+1
* BaseTools: Set section alignment as zero if its type is AutoBob Feng2020-09-252-16/+2
* BaseTools: Remove CanSkip calling for incremental buildBob Feng2020-09-251-3/+0
* BaseTools: Normalize case of pathname when evaluating Macros.Mingyue Liang2020-09-251-2/+4
* BaseTools: Clean the ffs folder before generating files in itBob Feng2020-09-251-0/+3
* BaseTools: Add included files to deps_target file.Mingyue Liang2020-09-251-3/+1
* BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng2020-09-082-2/+2
* BaseTools/Ecc: Fix an issue of path separator compatibilityBob Feng2020-09-011-4/+4