Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | BaseTools: remove unused setter functions | Jaben Carsey | 3 | -60/+4 |
2018-08-20 | BaseTools: remove unused code | Jaben Carsey | 1 | -5/+1 |
2018-08-20 | BaseTools: AutoGen refactor to iterate less | Jaben Carsey | 1 | -62/+56 |
2018-08-20 | BaseTools: AutoGen - tag a function as cachable | Jaben Carsey | 1 | -24/+22 |
2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 4 | -664/+560 |
2018-08-17 | BaseTools: Add check for VOID* PCD Max Size | Yonghong Zhu | 1 | -0/+21 |
2018-08-16 | BaseTools: Optimizing code for function doesn't match | Yunhua Feng | 1 | -16/+14 |
2018-08-16 | BaseTools: Eot - fix variable names | Carsey, Jaben | 1 | -154/+144 |
2018-08-16 | BaseTools: Clean up not used code in BuildClassObject | Yonghong Zhu | 1 | -11/+2 |
2018-08-16 | BaseTools/Ecc: Fix import issues | hchen30 | 26 | -60/+63 |
2018-08-16 | BaseTools: Fix report flexible value issue | Yunhua Feng | 1 | -0/+5 |
2018-08-16 | BaseTools: Remove the redundant if statement | Yonghong Zhu | 1 | -6/+6 |
2018-08-16 | BaseTools: Remove a unused function. | Feng, Bob C | 1 | -128/+0 |
2018-08-16 | BaseTool: Fixed the bug of Boolean Hii Pcd packing. | Liming Gao | 1 | -1/+1 |
2018-08-08 | BaseTools: Use gGuidPattern for Guid regular expression | Yunhua Feng | 1 | -5/+2 |
2018-08-08 | BaseTools: Debug message make confused | Yunhua Feng | 1 | -1/+1 |
2018-08-03 | BaseTools/Pkcs7Sign: Add PKCS7 test key include files | Kinney, Michael D | 3 | -0/+42 |
2018-08-03 | BaseTools: Guid.xref doesn't specify the correct GUID value for Driver | Yunhua Feng | 1 | -1/+10 |
2018-08-02 | BaseTools/Capsule: Support capsules without a payload header | Kinney, Michael D | 1 | -11/+23 |
2018-08-02 | BaseTools/Capsule: Prevent traceback during signing operations | Kinney, Michael D | 1 | -2/+0 |
2018-08-02 | BaseTools/Capsule: Update file header with tool limitations | Kinney, Michael D | 1 | -0/+11 |
2018-08-02 | BaseTools/Capsule: Update help for --fw-version and --lsv | Kinney, Michael D | 1 | -2/+2 |
2018-08-02 | BaseTools/Capsule: Do not support -o with --dump-info | Kinney, Michael D | 1 | -0/+4 |
2018-08-02 | BaseTools/Capsule: Fix CertType GUID byte order | Kinney, Michael D | 1 | -1/+1 |
2018-08-02 | BaseTools/Capsule: Remove support for PopulateSystemTable | Kinney, Michael D | 1 | -5/+3 |
2018-08-02 | BaseTools/Capsule: Add max value checks to Capsule Generation tools | Kinney, Michael D | 1 | -0/+10 |
2018-08-02 | BaseTools/Capsule: Add Capsule Generation Tools | Kinney, Michael D | 9 | -0/+1295 |
2018-08-02 | BaseTools: Use pickle to replace cPickle | Yunhua Feng | 1 | -3/+3 |
2018-08-02 | BaseTools: remove unused import thread | Yunhua Feng | 1 | -1/+0 |
2018-07-30 | BaseTools: Update build report for StructurePcd value | Yunhua Feng | 1 | -2/+12 |
2018-07-30 | BaseTools: Fix build crash when fdf is empty file | Yunhua Feng | 1 | -0/+2 |
2018-07-27 | BaseTools: Fix bug about *M value not display decimal and hexadecimal | Yunhua Feng | 1 | -1/+7 |
2018-07-27 | BaseTools: Parse decimal format INF_VERSION incorrect | Yunhua Feng | 1 | -3/+6 |
2018-07-26 | BaseTools/Ecc: Add some new checkpoints | Hess Chen | 4 | -2/+68 |
2018-07-25 | BaseTools: Fix build report for *P and *M flag incorrectly | Yunhua Feng | 1 | -6/+14 |
2018-07-25 | BaseTools: AutoGen - change class variable to funciton variable | Jaben Carsey | 1 | -13/+12 |
2018-07-24 | BaseTools: Fix the different token with the same PCD | Yunhua Feng | 1 | -1/+1 |
2018-07-24 | BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value | Yonghong Zhu | 1 | -2/+1 |
2018-07-23 | BaseTools/AutoGen: Update header file for MM modules. | Supreeth Venkatesh | 1 | -8/+8 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 4 | -8/+57 |
2018-07-18 | BaseTools: Remove the duplicate Pcd items | Yonghong Zhu | 1 | -1/+1 |
2018-07-16 | BaseTools: Fixed build Ovmfpkg failed issue. | BobCF | 1 | -3/+3 |
2018-07-16 | BaseTools: Use absolute import in Workspace | Gary Lin | 6 | -13/+19 |
2018-07-16 | BaseTools: Use absolute import in UPT | Gary Lin | 1 | -1/+2 |
2018-07-16 | BaseTools: Use absolute import in Table | Gary Lin | 12 | -12/+24 |
2018-07-16 | BaseTools: Use absolute import in Eot | Gary Lin | 8 | -26/+34 |
2018-07-16 | BaseTools: Use absolute import in Ecc | Gary Lin | 11 | -42/+51 |
2018-07-16 | BaseTools: Use absolute import in Common | Gary Lin | 9 | -25/+33 |
2018-07-16 | BaseTools: Use absolute import in BPDG | Gary Lin | 2 | -3/+5 |
2018-07-16 | BaseTools: Use absolute import in AutoGen | Gary Lin | 6 | -17/+23 |