summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/GenFds
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27BaseTools: Refactor python print statementsGary Lin3-5/+8
2018-06-27BaseTools: Refactor python except statementsGary Lin3-8/+8
2018-06-22BaseTools: introduce !error statementYunhua Feng1-0/+12
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey2-65/+62
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com5-6/+6
2018-05-28BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J1-4/+3
2018-05-22BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu1-0/+6
2018-05-11BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek1-1/+2
2018-05-10BaseTools: incorrect calculation for 16MCarsey, Jaben1-2/+2
2018-05-07BaseTools: Correct the variable nameYonghong Zhu1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-1/+1
2018-05-04BaseTools: GenFds - use existing shared stringCarsey, Jaben1-17/+16
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-19/+3
2018-05-04BaseTools: refactor to use list not dictCarsey, Jaben1-1/+1
2018-05-04BaseTools: FdfParser - update to remove duplicate constant valueCarsey, Jaben1-15/+14
2018-05-02BaseTools: remove redundant if comparisonCarsey, Jaben2-18/+18
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben14-113/+116
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2-3/+3
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben3-21/+2
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-3/+3
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben11-65/+74
2018-04-26BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben1-8/+1