| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Fix UEFI and Tiano Decompression logic issue | Liming Gao | 2018-11-14 | 2 | -0/+12 |
* | BaseTools: Add more checker in Decompress algorithm to access the valid buffe... | Liming Gao | 2018-10-24 | 2 | -4/+48 |
* | BaseTools PCD: Correct DataType Checker | Liming Gao | 2018-09-12 | 1 | -1/+1 |
* | BaseTool: Fixed the bug of Boolean Hii Pcd packing. | Liming Gao | 2018-09-12 | 1 | -1/+1 |
* | BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64 | Pete Batard | 2018-09-12 | 1 | -4/+4 |
* | BaseTools/BinToPcd: Open output file as text file | Kinney, Michael D | 2018-08-06 | 1 | -3/+2 |
* | BaseTools/Pkcs7Sign: Add PKCS7 test key include files | Kinney, Michael D | 2018-08-05 | 3 | -0/+42 |
* | BaseTools/BinToPcd: Encode string returned from ByteArray() | Kinney, Michael D | 2018-08-03 | 1 | -1/+2 |
* | BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue | Kinney, Michael D | 2018-08-03 | 1 | -1/+1 |
* | BaseTools/Capsule: Support capsules without a payload header | Kinney, Michael D | 2018-08-03 | 1 | -11/+23 |
* | BaseTools/Capsule: Prevent traceback during signing operations | Kinney, Michael D | 2018-08-03 | 1 | -2/+0 |
* | BaseTools/Capsule: Update file header with tool limitations | Kinney, Michael D | 2018-08-03 | 1 | -0/+11 |
* | BaseTools/Capsule: Update help for --fw-version and --lsv | Kinney, Michael D | 2018-08-03 | 1 | -2/+2 |
* | BaseTools/Capsule: Do not support -o with --dump-info | Kinney, Michael D | 2018-08-03 | 1 | -0/+4 |
* | BaseTools/Capsule: Fix CertType GUID byte order | Kinney, Michael D | 2018-08-03 | 1 | -1/+1 |
* | BaseTools/Capsule: Remove support for PopulateSystemTable | Kinney, Michael D | 2018-08-03 | 1 | -5/+3 |
* | BaseTools/Capsule: Add max value checks to Capsule Generation tools | Kinney, Michael D | 2018-08-03 | 1 | -0/+10 |
* | BaseTools GenerateCapsule: Change property to executable for Linux | Star Zeng | 2018-08-03 | 1 | -0/+0 |
* | BaseTools/Capsule: Add Capsule Generation Tools | Kinney, Michael D | 2018-08-03 | 11 | -0/+1310 |
* | BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value | Yonghong Zhu | 2018-07-25 | 1 | -2/+1 |
* | BaseTools: Remove the duplicate Pcd items | Yonghong Zhu | 2018-07-18 | 1 | -1/+1 |
* | BaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces | Kinney, Michael D | 2018-07-18 | 1 | -178/+178 |
* | BaseTools/BinToPcd: Update for Python 3 compatibility | Kinney, Michael D | 2018-07-18 | 1 | -41/+40 |
* | BaseTools/BinToPcd: --offset must be 8-byte aligned | Kinney, Michael D | 2018-07-18 | 1 | -1/+13 |
* | BaseTools/BinToPcd: Clarify error message for --type HII | Kinney, Michael D | 2018-07-18 | 1 | -5/+2 |
* | BaseTools/BinToPcd: Fix typo in error messages | Kinney, Michael D | 2018-07-18 | 1 | -4/+4 |
* | BaseTools/BinToPcd: Add support for multiple binary input files | Kinney, Michael D | 2018-07-18 | 1 | -29/+54 |
* | BaseTools: Fix the bug to remove the extra guid info | Yonghong Zhu | 2018-07-18 | 1 | -2/+3 |
* | BaseTools: Fix the bug that incorrect size info in the Lib autogen | Yonghong Zhu | 2018-07-10 | 1 | -2/+7 |
* | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 2018-07-05 | 2 | -6/+4 |
* | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 2018-07-05 | 1 | -0/+1 |
* | BaseTools: Fix two drivers include the same file issue | Yunhua Feng | 2018-07-05 | 3 | -14/+31 |
* | BaseTools: Fix parsing multiple nest !include issue | Yunhua Feng | 2018-07-05 | 1 | -15/+13 |
* | BaseTools: Fix a bug to use GetPcdSize() | Yonghong Zhu | 2018-06-19 | 1 | -1/+1 |
* | BaseTools: Fix a bug to import OrderedDict | Yonghong Zhu | 2018-06-13 | 1 | -0/+1 |
* | BaseTools: Fix one bug of nest !include parser | Yunhua Feng | 2018-06-13 | 1 | -1/+5 |
* | BaseTools: Remove dsc nested include checking. | Derek Lin | 2018-06-13 | 1 | -4/+15 |
* | BaseTools: Report more clear error message when PCD type mismatch | Yunhua Feng | 2018-06-13 | 1 | -8/+12 |
* | BaseTools: Library PCD type will inherit from the driver | Yunhua Feng | 2018-06-13 | 1 | -0/+16 |
* | BaseTools: Fix bug PCD type in component is not same with Pcd section | Yunhua Feng | 2018-06-13 | 1 | -0/+2 |
* | BaseTools: Fix generating array's size is incorrect in AutoGen.c | Yunhua Feng | 2018-06-13 | 1 | -12/+13 |
* | BaseTools: Fix regression bug by 3378782691af | Yunhua Feng | 2018-06-13 | 1 | -1/+1 |
* | BaseTools: Support DSC component !include PCD items | Yunhua Feng | 2018-06-13 | 1 | -3/+10 |
* | BaseTools: Fix the build error caused by eca980c0c899 | Yonghong Zhu | 2018-06-13 | 1 | -1/+1 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-06-13 | 4 | -6/+23 |
* | BaseTools: Fix size override issue for Void* Patchable pcd | Yonghong Zhu | 2018-06-13 | 1 | -8/+12 |
* | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 2018-06-13 | 2 | -3/+5 |
* | BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library | Yonghong Zhu | 2018-06-13 | 1 | -5/+17 |
* | BaseTools: Update Rsa2048Sha256Sign to use openssl dgst optionvUDK2018 | Liming Gao | 2018-03-28 | 1 | -3/+3 |
* | BaseTools: Update Rsa2048Sha256Sign to use openssl standard options | Liming Gao | 2018-03-28 | 1 | -2/+2 |