summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-25BaseTools/GenFds: remove MacroDict parameterJaben Carsey1-32/+16
2018-10-25Basetools/GenFds: refactor class FVCarsey, Jaben2-9/+6
2018-10-25BaseTools/GenFds: change objects to setsCarsey, Jaben1-102/+126
2018-10-25BaseTools/GenFds: cleanup GenFdsCarsey, Jaben21-1946/+1819
2018-10-15BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX1-1/+1
2018-10-15BaseTools: do basic check in FvImage with header size and signaturezhijufan1-20/+24
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao26-78/+96
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng2-1/+10
2018-10-13BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu1-1/+1