summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/GenFds/GenFds.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io2023-12-211-1/+1
* BaseTools: Change RealPath to AbsPathChen, Christine2021-10-131-3/+3
* BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois2021-09-291-2/+2
* BaseTools: Update the FV Space Information to display decimal and Hexfengyunhua2020-11-031-1/+4
* BaseTools:Fix GenFds issue for BuildOption replace GenFdsOptionFan, ZhijuX2020-01-131-1/+3
* BaseTools: Enable --genfds-multi-thread to default buildFeng, Bob C2019-09-111-3/+6
* BaseTools: Singleton the object to handle build conf fileFeng, Bob C2019-08-091-3/+1
* BaseTools:Update mailing list address in BaseTools error messagesFan, ZhijuX2019-05-221-1/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-11/+11
* BaseTools: change the Division OperatorZhijux Fan2019-02-011-1/+1
* BaseTools:Fv BaseAddress must set If it not setZhijux Fan2019-02-011-0/+5
* BaseTools: replace long by intYunhua Feng2019-02-011-4/+4
* BaseTools:The BuildOptionPcd value is wrongFan, ZhijuX2019-01-211-1/+0
* BaseTools: Remove EDK_SOURCE keyword from GenFds tool.Feng, Bob C2019-01-171-3/+0
* BaseTools: Remove unused logic for IPFFeng, Bob C2019-01-141-10/+1
* BaseTools: fix importsCarsey, Jaben2019-01-101-1/+1
* BaseTools: Reset FdsGlobalVariableFeng, Bob C2018-12-251-0/+51
* BaseTools: Replace the sqlite database with listBobCF2018-12-071-3/+2
* BaseTools: AutoGen and GenFds share the parser data.Zhao, ZhiqiangX2018-12-071-54/+87
* BaseTools: create and use a standard shared variable for '*'Jaben Carsey2018-12-061-1/+1
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-251-87/+73
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-16/+10
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-1/+8
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-131-1/+1
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-2/+3
* BaseTools: Rename long() to int()Yunhua Feng2018-10-131-4/+4
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-131-2/+0
* BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xrefzhijufan2018-08-301-0/+11
* 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: Move ImageBinDict to GenFdsGlobalVariable.pyGary Lin2018-07-161-2/+0
* BaseTools: Move FindExtendTool to GenFdsGlobalVariable.pyGary Lin2018-07-161-92/+0
* BaseTools: Use absolute import in GenFdsGary Lin2018-07-161-5/+6
* BaseTools: Clean up source filesLiming Gao2018-07-091-15/+15
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-4/+4
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-271-1/+2
* BaseTools: Refactor python except statementsGary Lin2018-06-271-2/+2
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-1/+1
* BaseTools: refactor to use list not dictCarsey, Jaben2018-05-041-1/+1
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-5/+5
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-34/+27
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-6/+6
* BaseTools: remove unused import statementCarsey, Jaben2018-04-081-1/+0
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-23/+23
* BaseTools: compare GUID value should not case-sensitiveBin Wang2018-03-291-1/+1
* BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2018-03-091-1/+1
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-49/+0