summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-08-08BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng1-5/+2
2018-08-08PatchCheck - add error message for invalid parameterJaben Carsey1-3/+6
2018-08-08BaseTools: Debug message make confusedYunhua Feng1-1/+1
2018-08-06BaseTools/BinToPcd: Open output file as text fileKinney, Michael D1-3/+2
2018-08-03BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D3-0/+42
2018-08-03BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng1-1/+10
2018-08-02BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D1-1/+2
2018-08-02BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D1-11/+23
2018-08-02BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D1-2/+0
2018-08-02BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D1-0/+11
2018-08-02BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D1-2/+2
2018-08-02BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D1-0/+4
2018-08-02BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D1-1/+1
2018-08-02BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D1-5/+3
2018-08-02BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D1-0/+10
2018-08-02BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng1-0/+0
2018-08-02BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D11-0/+1310
2018-08-02BaseTools: Use pickle to replace cPickleYunhua Feng1-3/+3
2018-08-02BaseTools: remove unused import threadYunhua Feng1-1/+0
2018-08-01BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D1-1/+1
2018-07-30BaseTools: Update build report for StructurePcd valueYunhua Feng1-2/+12
2018-07-30BaseTools: Fix build crash when fdf is empty fileYunhua Feng1-0/+2
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