summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
2021-04-29BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney1-9/+22
2021-04-15BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney1-3/+1
2021-01-06BaseTools: Fix the issue caused by tostring() removal on Py39Bob Feng1-3/+20
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-09-25BaseTools: Set section alignment as zero if its type is AutoBob Feng2-16/+2
2020-09-25BaseTools: Clean the ffs folder before generating files in itBob Feng1-0/+3
2020-07-23BaseTools: Fix binary file not generate map file issueFeng, YunhuaX1-1/+1
2020-07-17BaseTools: Add Guid name support in GenFfs.Yuwei Chen1-1/+13
2020-01-13BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2-7/+14
2019-10-14BaseTools: Fix a bug of genffs command generationFeng, Bob C1-1/+2
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm1-1/+1
2019-09-17BaseTools:change some incorrect parameter defaultsFan, ZhijuX15-16/+43
2019-09-11BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2-4/+7
2019-09-11BaseTools: Fixed the build fail on Linux with --genfds-multi-threadFeng, Bob C1-1/+1
2019-09-11BaseTools: Fixed the bug of multi-thread genffs for override infFeng, Bob C1-1/+4
2019-08-09BaseTools: Singleton the object to handle build conf fileFeng, Bob C2-36/+24
2019-07-22BaseTools: Fixed the mis-using strip() function issue.Feng, Bob C1-1/+4
2019-07-12BaseTools: Add HOST_APPLICATION module type.Jiewen Yao2-4/+5
2019-06-24BaseTools:Add import in FvImageSectionFan, ZhijuX1-0/+1
2019-06-10BaseTools:Make BaseTools support new rules to generate RAW FFS FILEFan, ZhijuX4-7/+45
2019-05-22BaseTools:Update mailing list address in BaseTools error messagesFan, ZhijuX1-1/+1
2019-05-10BaseTools:Enables FFS to support the GUID value formatFan, ZhijuX1-1/+6
2019-04-10BaseTools: Fixed issue in MultiThread Genfds functionFeng, Bob C1-1/+9
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney28-196/+28
2019-02-14BaseTools: Various typoAntoine Coeur3-18/+18
2019-02-01BaseTools: Handle the bytes and str differenceFeng, Bob C12-70/+67
2019-02-01BaseTools: the list and iterator translationFeng, Bob C1-1/+1
2019-02-01BaseTools:ord() don't match in py2 and py3Feng, Bob C1-2/+8
2019-02-01BaseTools: change the Division OperatorZhijux Fan7-18/+18
2019-02-01BaseTools:Fv BaseAddress must set If it not setZhijux Fan2-0/+7
2019-02-01BaseTools: replace long by intYunhua Feng3-14/+14
2019-02-01BaseTools: replace get_bytes_le() to bytes_leZhijux Fan1-1/+1
2019-02-01BaseTool:Rename xrange() to range()Zhijux Fan1-1/+1
2019-01-21BaseTools/GenFds/Capsule: move function logicCarsey, Jaben1-2/+2
2019-01-21BaseTools:The BuildOptionPcd value is wrongFan, ZhijuX1-1/+0
2019-01-17BaseTools: Remove EDK_SOURCE keyword from GenFds tool.Feng, Bob C2-6/+0
2019-01-14BaseTools: Remove unused logic for IPFFeng, Bob C8-523/+14
2019-01-10BaseTools: fix importsCarsey, Jaben4-5/+5
2019-01-04BaseTools/GenFds: permit stripped MM_CORE_STANDALONE binariesArd Biesheuvel3-3/+3
2018-12-25BaseTools: Reset FdsGlobalVariableFeng, Bob C1-0/+51
2018-12-07BaseTools: Replace the sqlite database with listBobCF1-3/+2
2018-12-07BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX1-54/+87
2018-12-06BaseTools: create and use a standard shared variable for '*'Jaben Carsey4-9/+8
2018-11-20BaseTools: Fix the problem using FILE_GUID override in .dscFeng, Bob C1-5/+13
2018-11-01BaseTools: Fix merge in FDF parser for OptionROM overrideTomas Pilar1-2/+2
2018-10-26BaseTools: Allow multiple PciDeviceId in Fdf OptionROM overrideTomas Pilar1-4/+6
2018-10-26BaseTools: Roll back code modify by commit 9e47e6f90880Feng, YunhuaX1-2/+2
2018-10-25BaseTools/GenFds: create and use new variable in FdfParserCarsey, Jaben1-22/+23
2018-10-25BaseTools/GenFds: refactor FdfParser warningsCarsey, Jaben1-300/+303