summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove the duplicate Pcd itemsYonghong Zhu2018-07-181-1/+1
* BaseTools: Fixed build Ovmfpkg failed issue.BobCF2018-07-161-3/+3
* BaseTools: Use absolute import in ScriptsGary Lin2018-07-162-2/+4
* BaseTools: Use absolute import in WorkspaceGary Lin2018-07-166-13/+19
* BaseTools: Use absolute import in UPTGary Lin2018-07-161-1/+2
* BaseTools: Use absolute import in TableGary Lin2018-07-1612-12/+24
* BaseTools: Use absolute import in EotGary Lin2018-07-168-26/+34
* BaseTools: Use absolute import in EccGary Lin2018-07-1611-42/+51
* BaseTools: Treat Ecc.py as a python moduleGary Lin2018-07-162-2/+3
* BaseTools: Use absolute import in CommonGary Lin2018-07-169-25/+33
* BaseTools: Use absolute import in BPDGGary Lin2018-07-162-3/+5
* BaseTools: Treat BPDG.py as a python moduleGary Lin2018-07-162-2/+3
* BaseTools: Use absolute import in AutoGenGary Lin2018-07-166-17/+23
* 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: Treat GenFds.py as a python moduleGary Lin2018-07-162-2/+3
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-136-21/+258
* BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com2018-07-121-2/+2
* BaseTools/GenFw: Disable support for R_X86_64_32SZenith4322018-07-111-1/+22
* BaseTools/GenFw: Add X64 GOTPCREL Support to GenFwZenith4322018-07-112-1/+219
* BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu2018-07-101-2/+7
* BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C2018-07-092-0/+5
* BaseTools: Clean up source filesLiming Gao2018-07-09289-10652/+10652
* BaseTools: Unify long and int in Expression.pyGary Lin2018-07-081-2/+4
* BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin2018-07-081-1/+1
* BaseTools Conf: Update tools_def and build_rule to remove IPF settingLiming Gao2018-07-052-813/+0
* BaseTools/Trim: Normalize filepaths to fix comparisons on WindowsChris Co2018-07-041-0/+2
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-292-119/+122
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-293-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-282-14/+14
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2723-67/+59
* BaseTools: Fix old python2 idiomsGary Lin2018-06-2731-111/+93
* BaseTools: Migrate to the new octal literalGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-2757-543/+543
* BaseTools: Refactor python raise statementGary Lin2018-06-271-2/+2
* BaseTools: Remove types.TypeTypeGary Lin2018-06-271-2/+1
* BaseTools: Replace StandardError with ExpressionGary Lin2018-06-271-1/+1
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-2718-40/+39
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-279-26/+26
* BaseTools: Refactor python print statementsGary Lin2018-06-2746-308/+354
* BaseTools: Refactor python except statementsGary Lin2018-06-2746-250/+254
* BaseTools: Fix a typo in ini.pyGary Lin2018-06-271-1/+1
* BaseTools tools_def.template: Ignore link warning 4281 for VS2017Liming Gao2018-06-251-3/+3
* BaseTools: introduce !error statementYunhua Feng2018-06-224-2/+24