summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2021-10-13BaseTools: Change RealPath to AbsPathChen, Christine3-6/+6
2021-09-29BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois5-14/+10
2021-09-29BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois3-5/+0
2021-09-29BaseTools/build: Set MakefileNamePierre Gondois1-1/+4
2021-09-29BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois1-4/+4
2021-08-02BaseTools: use shutil.copyfile instead shutil.copy2Bob Feng1-4/+4
2021-08-02python: Replace distutils.utils.split_quotes with shlex.splitCole2-4/+4
2021-08-02build: Fix python3.10 threading DeprecationWarningsCole1-24/+24
2021-07-12BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng5-131/+73
2021-05-21BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall1-0/+1
2021-05-12BaseTools: Add support for version 3 of FMP Image Header structureSughosh Ganu2-9/+24
2021-05-10BaseTools: Fix DSC override of Guided toolMichael D Kinney3-97/+190
2021-05-03BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney3-30/+26
2021-04-29BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney5-96/+230
2021-04-27BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney1-4/+8
2021-04-23BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2-5/+15
2021-04-15BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney3-7/+5
2021-04-14BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney1-15/+21
2021-03-18BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois1-3/+5
2021-02-26BaseTools: Align include guards policyPierre Gondois2-2/+4
2021-02-09BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson1-0/+29
2021-02-07BaseTools: fix the split output files root dirBob Feng2-75/+87
2021-02-01BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin1-0/+4
2021-01-21BaseTools: Add unittest for Split toolBob Feng1-0/+111
2021-01-21BaseTools: Convert Split tool to pythonBob Feng2-0/+212
2021-01-14BaseTools: Fix the build report crash issueBob Feng1-7/+9
2021-01-06BaseTools: Fix the improper error loggingIrene Park1-1/+1
2021-01-06BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng1-3/+20
2020-12-23BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng1-2/+1
2020-12-22BaseTools: Correct report the line number in INF file issueYunhua Feng1-1/+1
2020-12-22BaseTools/Ecc: Allow init of function static variablesPierre Gondois1-1/+1
2020-12-22BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar1-1/+4
2020-11-19BaseTools: Resolve index out of range errors.Mingyue Liang1-1/+2
2020-11-10BaseTools: Limit command line length.Mingyue Liang2-9/+44
2020-11-10BaseTools: Update report map file formatYunhua Feng1-1/+1
2020-11-10BaseTools: Incremental build issue for included ASI file's deletion.Mingyue Liang1-2/+1
2020-11-05BaseTools: Enable Module Scope Structure PcdBob Feng7-74/+326
2020-11-04BaseTools: Remove the dependency on the build intermediate fileBob Feng1-16/+0
2020-11-03BaseTools: Update the FV Space Information to display decimal and Hexfengyunhua1-1/+4
2020-10-27BaseTools/Ecc: Fix ECC check MetaFile Copyright information issueYunhua Feng1-1/+5
2020-10-13BaseTools: Add EDKII_DSC_PLATFORM_GUID MACROfengyunhua1-0/+3
2020-10-10BaseTools: Move C tool flags before the common flagsgaoliming1-1/+1
2020-09-25BaseTools: Set section alignment as zero if its type is AutoBob Feng2-16/+2
2020-09-25BaseTools: Remove CanSkip calling for incremental buildBob Feng1-3/+0
2020-09-25BaseTools: Normalize case of pathname when evaluating Macros.Mingyue Liang1-2/+4
2020-09-25BaseTools: Clean the ffs folder before generating files in itBob Feng1-0/+3
2020-09-25BaseTools: Add included files to deps_target file.Mingyue Liang1-3/+1
2020-09-08BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng2-2/+2
2020-09-01BaseTools/Ecc: Fix an issue of path separator compatibilityBob Feng1-4/+4
2020-08-14BaseTools: Work around array.array.tostring() removal in python 3.9Cole Robinson1-1/+1