summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng7-18/+18
2018-10-13BaseTools: do the list and iterator translationYunhua Feng1-1/+1
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng11-31/+32
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-2/+2
2018-10-13BaseTools: Rename long() to int()Yunhua Feng3-14/+14
2018-10-13BaseTools: Rename xrange() to range()Yunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng26-28/+0
2018-09-26BaseTool: Replace dict with OrderedDict.BobCF1-3/+4
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-3/+1
2018-09-13BaseTools\GenFds: remove extra contentCarsey, Jaben1-56/+0
2018-09-11BaseTools/GenFds: delete unused fileCarsey, Jaben1-28/+0
2018-09-07BaseTools/GenFds: remove function without callersCarsey, Jaben1-17/+0
2018-09-07BaseTools: refactor to remove duplicate functionsCarsey, Jaben2-25/+7
2018-09-05BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan1-0/+2
2018-08-30BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan1-0/+11
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-2/+2
2018-08-08BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng1-5/+2
2018-08-03BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng1-1/+10
2018-07-30BaseTools: Fix build crash when fdf is empty fileYunhua Feng1-0/+2
2018-07-16BaseTools: Move ImageBinDict to GenFdsGlobalVariable.pyGary Lin5-20/+18
2018-07-16BaseTools: Move FindExtendTool to GenFdsGlobalVariable.pyGary Lin4-95/+95
2018-07-16BaseTools: Move OverrideAttribs to OptRomInfStatement.pyGary Lin2-3/+16
2018-07-16BaseTools: Use absolute import in GenFdsGary Lin25-106/+127
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-14/+67
2018-07-09BaseTools: Clean up source filesLiming Gao19-219/+219
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin11-33/+31
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin9-34/+34