summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools/GenFds: remove MacroDict parameterJaben Carsey2018-10-251-32/+16
* Basetools/GenFds: refactor class FVCarsey, Jaben2018-10-252-9/+6
* BaseTools/GenFds: change objects to setsCarsey, Jaben2018-10-251-102/+126
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-2521-1946/+1819
* BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5Feng, YunhuaX2018-10-151-1/+1
* BaseTools: do basic check in FvImage with header size and signaturezhijufan2018-10-151-20/+24
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-1526-78/+96
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-132-1/+10
* BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2018-10-131-1/+1
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-137-18/+18
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-1/+1
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-1311-31/+32
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-2/+2
* BaseTools: Rename long() to int()Yunhua Feng2018-10-133-14/+14
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-131-1/+1
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-1326-28/+0
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-261-3/+4
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-201-3/+1
* BaseTools\GenFds: remove extra contentCarsey, Jaben2018-09-131-56/+0
* BaseTools/GenFds: delete unused fileCarsey, Jaben2018-09-111-28/+0
* BaseTools/GenFds: remove function without callersCarsey, Jaben2018-09-071-17/+0
* BaseTools: refactor to remove duplicate functionsCarsey, Jaben2018-09-072-25/+7
* BaseTools: Extend the keyword "!include"/"!if" to case-insensitivezhijufan2018-09-051-0/+2
* BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan2018-08-301-0/+11
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-2/+2
* BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng2018-08-081-5/+2
* BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng2018-08-031-1/+10
* BaseTools: Fix build crash when fdf is empty fileYunhua Feng2018-07-301-0/+2
* BaseTools: Move ImageBinDict to GenFdsGlobalVariable.pyGary Lin2018-07-165-20/+18
* BaseTools: Move FindExtendTool to GenFdsGlobalVariable.pyGary Lin2018-07-164-95/+95
* BaseTools: Move OverrideAttribs to OptRomInfStatement.pyGary Lin2018-07-162-3/+16
* BaseTools: Use absolute import in GenFdsGary Lin2018-07-1625-106/+127
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-14/+67
* BaseTools: Clean up source filesLiming Gao2018-07-0919-219/+219
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2711-33/+31
* BaseTools: Fix old python2 idiomsGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-279-34/+34
* BaseTools: Refactor python print statementsGary Lin2018-06-273-5/+8
* BaseTools: Refactor python except statementsGary Lin2018-06-273-8/+8
* BaseTools: introduce !error statementYunhua Feng2018-06-221-0/+12
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-132-65/+62
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-285-6/+6
* BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J2018-05-281-4/+3
* BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu2018-05-221-0/+6
* BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek2018-05-111-1/+2
* BaseTools: incorrect calculation for 16MCarsey, Jaben2018-05-101-2/+2
* BaseTools: Correct the variable nameYonghong Zhu2018-05-071-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-1/+1
* BaseTools: GenFds - use existing shared stringCarsey, Jaben2018-05-041-17/+16
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-19/+3