summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-14BaseTools: fix ucs-2 lookup on python 3.9Cole Robinson1-1/+1
2020-08-14BaseTools: Move CreateAsBuiltInf into AutoGenWorker for parallelBob Feng2-4/+2
2020-08-07BaseTools: Improve the method of checking queue emptyFeng, Bob C2-7/+22
2020-07-23BaseTools: Fix binary file not generate map file issueFeng, YunhuaX1-1/+1
2020-07-21BaseTools: Remove the file timestamp checking during parsingBob Feng2-26/+2
2020-07-17BaseTools: Add Guid name support in GenFfs.Yuwei Chen3-1/+38
2020-07-15BaseTools/Python: Allow HOST_APPLICATION to use NULL librariesMichael D Kinney1-2/+2
2020-07-02BaseTools: Fix string concatenationPierre Gondois1-1/+1
2020-07-02BaseTools: Compile AML bytecode arrays into .obj filePierre Gondois1-48/+34
2020-07-02BaseTools: Rename AmlToHex script to AmlToCPierre Gondois1-0/+0
2020-07-02BaseTools: Generate multiple rules when multiple output filesPierre Gondois2-17/+27
2020-06-07BaseTools: Warn user the file not found issue instead of break build.Bob Feng1-2/+4
2020-06-07BaseTools/build.py: Exit with 1 when AutoGen error occurredIrene Park1-2/+4
2020-05-13BaseTools: Fix parse PCD GUID expression issueFeng, YunhuaX1-5/+5
2020-05-13BaseTools/Ecc: Replace deprecated function time.clock()Michael Kubacki1-2/+3
2020-04-29BaseTools: BaseTools changes for RISC-V platform.Abner Chang2-4/+7
2020-04-23BaseTools:Add the spare space FV image size checkerFan, Zhiju2-0/+49
2020-03-31BaseTools:GuidedSectionTools.txt is not generated correctlyFan, ZhijuX2-14/+5
2020-03-24BaseTools:Fix build tools print traceback info issueFan, ZhijuX1-3/+0
2020-03-24BaseTools:fix issue for decode the stdout/stderr byte arraysFan, ZhijuX1-1/+1
2020-03-12BaseTools:copy the common PcdValueCommon.c to output directoryFan, ZhijuX1-2/+11
2020-03-02BaseTools: Remove invalid leading space before !INCLUDE in MakefileBob Feng1-8/+8
2020-02-13BaseTools:build failure in CLANGPDB tool chainFan, ZhijuX1-0/+2
2020-02-12BaseTools: Fixed build failure when using python38Fan, ZhijuX1-1/+1
2020-02-12BaseTools:fix Ecc tool issue for check StructPcdFan, ZhijuX1-2/+69