summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Use gGuidPattern for Guid regular expressionYunhua Feng2018-08-081-5/+2
* PatchCheck - add error message for invalid parameterJaben Carsey2018-08-081-3/+6
* BaseTools: Debug message make confusedYunhua Feng2018-08-081-1/+1
* BaseTools/BinToPcd: Open output file as text fileKinney, Michael D2018-08-061-3/+2
* BaseTools/Pkcs7Sign: Add PKCS7 test key include filesKinney, Michael D2018-08-033-0/+42
* BaseTools: Guid.xref doesn't specify the correct GUID value for DriverYunhua Feng2018-08-031-1/+10
* BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D2018-08-021-1/+2
* BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D2018-08-021-11/+23
* BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D2018-08-021-2/+0
* BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D2018-08-021-0/+11
* BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D2018-08-021-2/+2
* BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D2018-08-021-0/+4
* BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D2018-08-021-1/+1
* BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D2018-08-021-5/+3
* BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D2018-08-021-0/+10
* BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng2018-08-021-0/+0
* BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D2018-08-0211-0/+1310
* BaseTools: Use pickle to replace cPickleYunhua Feng2018-08-021-3/+3
* BaseTools: remove unused import threadYunhua Feng2018-08-021-1/+0
* BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D2018-08-011-1/+1
* BaseTools: Update build report for StructurePcd valueYunhua Feng2018-07-301-2/+12
* BaseTools: Fix build crash when fdf is empty fileYunhua Feng2018-07-301-0/+2
* BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng2018-07-271-1/+7
* BaseTools: Parse decimal format INF_VERSION incorrectYunhua Feng2018-07-271-3/+6
* BaseTools/Ecc: Add some new checkpointsHess Chen2018-07-264-2/+68
* BaseTools Script: Add the script to generate Structure PCD settingLiming Gao2018-07-251-0/+675
* BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng2018-07-251-6/+14
* BaseTools: AutoGen - change class variable to funciton variableJaben Carsey2018-07-251-13/+12
* BaseTools: Fix the different token with the same PCDYunhua Feng2018-07-241-1/+1
* BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu2018-07-241-2/+1
* BaseTools/AutoGen: Update header file for MM modules.Supreeth Venkatesh2018-07-231-8/+8
* BaseTools: ElfConvert Tool update VerboseMsg to same with the commentYonghong Zhu2018-07-232-2/+2
* BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng2018-07-234-8/+57
* 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