summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-07-27BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng1-1/+7
2018-07-27BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng1-3/+6
2018-07-26BaseTools/Ecc: Add some new checkpointsHess Chen4-2/+68
2018-07-25BaseTools Script: Add the script to generate Structure PCD settingLiming Gao1-0/+675
2018-07-25BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng1-6/+14
2018-07-25BaseTools: AutoGen - change class variable to funciton variableJaben Carsey1-13/+12
2018-07-24BaseTools: Fix the different token with the same PCDYunhua Feng1-1/+1
2018-07-24BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu1-2/+1
2018-07-23BaseTools/AutoGen: Update header file for MM modules.Supreeth Venkatesh1-8/+8
2018-07-23BaseTools: ElfConvert Tool update VerboseMsg to same with the commentYonghong Zhu2-2/+2
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng4-8/+57
2018-07-18BaseTools: Remove the duplicate Pcd itemsYonghong Zhu1-1/+1
2018-07-16BaseTools: Fixed build Ovmfpkg failed issue.BobCF1-3/+3
2018-07-16BaseTools: Use absolute import in ScriptsGary Lin2-2/+4
2018-07-16BaseTools: Use absolute import in WorkspaceGary Lin6-13/+19
2018-07-16BaseTools: Use absolute import in UPTGary Lin1-1/+2
2018-07-16BaseTools: Use absolute import in TableGary Lin12-12/+24
2018-07-16BaseTools: Use absolute import in EotGary Lin8-26/+34
2018-07-16BaseTools: Use absolute import in EccGary Lin11-42/+51
2018-07-16BaseTools: Treat Ecc.py as a python moduleGary Lin2-2/+3
2018-07-16BaseTools: Use absolute import in CommonGary Lin9-25/+33
2018-07-16BaseTools: Use absolute import in BPDGGary Lin2-3/+5
2018-07-16BaseTools: Treat BPDG.py as a python moduleGary Lin2-2/+3
2018-07-16BaseTools: Use absolute import in AutoGenGary Lin6-17/+23
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-16BaseTools: Treat GenFds.py as a python moduleGary Lin2-2/+3
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF6-21/+258
2018-07-12BaseTool: Fixed the incorrect cache key.bob.c.feng@intel.com1-2/+2
2018-07-11BaseTools/GenFw: Disable support for R_X86_64_32SZenith4321-1/+22
2018-07-11BaseTools/GenFw: Add X64 GOTPCREL Support to GenFwZenith4322-1/+219
2018-07-10BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu1-2/+7
2018-07-09BaseTool: Add cache for the result of SkipAutogen.Feng, Bob C2-0/+5
2018-07-09BaseTools: Clean up source filesLiming Gao289-10652/+10652
2018-07-08BaseTools: Unify long and int in Expression.pyGary Lin1-2/+4
2018-07-08BaseTools: Remove the old python "not-equal" in DscBuildData.pyGary Lin1-1/+1
2018-07-05BaseTools Conf: Update tools_def and build_rule to remove IPF settingLiming Gao2-813/+0
2018-07-04BaseTools/Trim: Normalize filepaths to fix comparisons on WindowsChris Co1-0/+2
2018-06-29BaseTools: AutoGen - move constructor out of loopJaben Carsey1-2/+4
2018-06-29BaseTools: AutoGen - clean up accessJaben Carsey2-119/+122
2018-06-29BaseTools: Fix two drivers include the same file issueYunhua Feng3-14/+31
2018-06-29BaseTools: Fix parsing multiple nest !include issueYunhua Feng1-15/+13
2018-06-28BaseTools: Move variable out of GlobalJaben Carsey2-14/+14
2018-06-27BaseTools: AutoGen - Remove unused variables.Jaben Carsey1-10/+0
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin23-67/+59
2018-06-27BaseTools: Fix old python2 idiomsGary Lin31-111/+93
2018-06-27BaseTools: Migrate to the new octal literalGary Lin2-2/+2
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin57-543/+543