summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* 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-053-0/+42
* BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D2018-08-031-1/+2
* BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D2018-08-031-1/+1
* BaseTools/Capsule: Support capsules without a payload headerKinney, Michael D2018-08-031-11/+23
* BaseTools/Capsule: Prevent traceback during signing operationsKinney, Michael D2018-08-031-2/+0
* BaseTools/Capsule: Update file header with tool limitationsKinney, Michael D2018-08-031-0/+11
* BaseTools/Capsule: Update help for --fw-version and --lsvKinney, Michael D2018-08-031-2/+2
* BaseTools/Capsule: Do not support -o with --dump-infoKinney, Michael D2018-08-031-0/+4
* BaseTools/Capsule: Fix CertType GUID byte orderKinney, Michael D2018-08-031-1/+1
* BaseTools/Capsule: Remove support for PopulateSystemTableKinney, Michael D2018-08-031-5/+3
* BaseTools/Capsule: Add max value checks to Capsule Generation toolsKinney, Michael D2018-08-031-0/+10
* BaseTools GenerateCapsule: Change property to executable for LinuxStar Zeng2018-08-031-0/+0
* BaseTools/Capsule: Add Capsule Generation ToolsKinney, Michael D2018-08-0311-0/+1310
* BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's valueYonghong Zhu2018-07-251-2/+1
* BaseTools: Remove the duplicate Pcd itemsYonghong Zhu2018-07-181-1/+1
* BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D2018-07-181-178/+178
* BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D2018-07-181-41/+40
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-07-181-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-07-181-5/+2
* BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D2018-07-181-4/+4
* BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D2018-07-181-29/+54
* BaseTools: Fix the bug to remove the extra guid infoYonghong Zhu2018-07-181-2/+3
* BaseTools: Fix the bug that incorrect size info in the Lib autogenYonghong Zhu2018-07-101-2/+7
* BaseTools: Fix two cases that use GUID CName as PCD ValueYonghong Zhu2018-07-052-6/+4
* BaseTools: Pcds in [Components] are not display correct in the reportYonghong Zhu2018-07-051-0/+1
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-07-053-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-07-051-15/+13
* BaseTools: Fix a bug to use GetPcdSize()Yonghong Zhu2018-06-191-1/+1
* BaseTools: Fix a bug to import OrderedDictYonghong Zhu2018-06-131-0/+1
* BaseTools: Fix one bug of nest !include parserYunhua Feng2018-06-131-1/+5
* BaseTools: Remove dsc nested include checking.Derek Lin2018-06-131-4/+15
* BaseTools: Report more clear error message when PCD type mismatchYunhua Feng2018-06-131-8/+12
* BaseTools: Library PCD type will inherit from the driverYunhua Feng2018-06-131-0/+16
* BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng2018-06-131-0/+2
* BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng2018-06-131-12/+13
* BaseTools: Fix regression bug by 3378782691afYunhua Feng2018-06-131-1/+1
* BaseTools: Support DSC component !include PCD itemsYunhua Feng2018-06-131-3/+10
* BaseTools: Fix the build error caused by eca980c0c899Yonghong Zhu2018-06-131-1/+1
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-06-134-6/+23
* BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu2018-06-131-8/+12
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-06-132-3/+5
* BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu2018-06-131-5/+17
* BaseTools: Update Rsa2048Sha256Sign to use openssl dgst optionvUDK2018Liming Gao2018-03-281-3/+3
* BaseTools: Update Rsa2048Sha256Sign to use openssl standard optionsLiming Gao2018-03-281-2/+2
* BaseTool: Fixed the issue of empty PcdDB.BobCF2018-03-231-4/+5
* BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao2018-03-231-1/+3
* BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu2018-03-211-0/+8
* BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu2018-03-211-13/+0
* BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu2018-03-211-1/+2