| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: remove redundant if comparison | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -4/+4 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -20/+15 |
* | BaseTools: Define and use a set for common list | Carsey, Jaben | 2018-05-02 | 1 | -4/+4 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -60/+60 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -48/+46 |
* | BaseTools: fix None comparisons | Carsey, Jaben | 2018-04-17 | 1 | -1/+1 |
* | BaseTools: reduce list usage when not needed | Carsey, Jaben | 2018-04-17 | 1 | -21/+27 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-04-10 | 1 | -1/+6 |
* | BaseTools: Fix size override issue for Void* Patchable pcd | Yonghong Zhu | 2018-04-10 | 1 | -8/+12 |
* | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 2018-04-10 | 1 | -1/+3 |
* | BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library | Yonghong Zhu | 2018-04-10 | 1 | -5/+17 |
* | BaseTools: GenC - move content from both parts of if/else | Carsey, Jaben | 2018-04-10 | 1 | -4/+2 |
* | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 2018-04-08 | 1 | -14/+16 |
* | BaseTools: no need to do int() API work for it | Carsey, Jaben | 2018-03-30 | 1 | -4/+1 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -2/+2 |
* | BaseTools: Fixed Pcd from command line issue. | BobCF | 2018-03-09 | 1 | -11/+4 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -0/+2 |
* | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 2017-12-25 | 1 | -0/+5 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -33/+39 |
* | BaseTools/AutoGen: auto generate MM template APIs and dependencies. | Supreeth Venkatesh | 2017-07-07 | 1 | -2/+146 |
* | BaseTools: Correct if condition expression for DatumType == 'VOID*' | Yonghong Zhu | 2017-05-25 | 1 | -1/+1 |
* | BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray Pcd | Yonghong Zhu | 2017-05-12 | 1 | -2/+5 |
* | BaseTools: Correct VOID* PatchPcd Size in Library Autogen | Yonghong Zhu | 2017-05-11 | 1 | -3/+4 |
* | BaseTools: Enhance StrDefs.h to include ImageDefs.h | Yonghong Zhu | 2017-04-01 | 1 | -0/+3 |
* | BaseTools: Fix build failure for DynamicEx Pcd used in the Library | Yonghong Zhu | 2017-03-27 | 1 | -5/+3 |
* | BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR file | Yonghong Zhu | 2017-02-14 | 1 | -1/+24 |
* | BaseTools: fix the bug to add PaletteSize info into AutoGen | Yonghong Zhu | 2016-11-30 | 1 | -3/+4 |
* | BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image block | Yonghong Zhu | 2016-10-19 | 1 | -0/+14 |
* | BaseTools: support generating image package from BMP/JPEG/PNG files | Yonghong Zhu | 2016-09-27 | 1 | -2/+243 |
* | BaseTools: Fix a bug for FixedPcd value generation in AutoGen file | Yonghong Zhu | 2016-07-18 | 1 | -1/+1 |
* | BaseTools: Add mixed PCD support feature | Yonghong Zhu | 2016-04-20 | 1 | -52/+70 |
* | BaseTools: add new command line option to support override PCD value | Yonghong Zhu | 2016-03-16 | 1 | -1/+14 |
* | BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library | Yonghong Zhu | 2016-01-29 | 1 | -3/+12 |
* | BaseTools: Add build error detection for Dynamic PCD name conflict | Yonghong Zhu | 2015-11-30 | 1 | -16/+36 |
* | BaseTools:added extern protocol/PPI/GUID definition in AutoGen for Library | Yonghong Zhu | 2015-10-26 | 1 | -15/+12 |
* | BaseTools: Update SetPcdPtr in AutoGen Code | Liming Gao | 2015-08-24 | 1 | -4/+4 |
* | BaseTools: Fix AutoGen issue for Patchable VOID* PCD. | Liming Gao | 2015-08-24 | 1 | -4/+8 |
* | BaseTools: Generate macro for the size of PCD value | Bob Feng | 2015-08-24 | 1 | -5/+73 |
* | BaseTools: Add NULL pointer check in AutoGen code | Liming Gao | 2015-08-24 | 1 | -0/+1 |
* | BaseTools: Make AutoGen.h array declaration match AutoGen.c definition | Scott Duplichan | 2015-07-26 | 1 | -0/+2 |
* | BaseTools: Added extern declaration for protocols/PPI/GUID in AutoGhen.h | Yingke Liu | 2015-06-08 | 1 | -0/+6 |
* | BaseTools/Build: Add SDL support | Bob Feng | 2015-04-10 | 1 | -1/+18 |
* | BaseTool: Support EDKII style GUID definition for VFR function. | Yingke Liu | 2014-11-11 | 1 | -0/+11 |
* | Sync BaseTool trunk (version r2649) into EDKII BaseTools. | Gao, Liming | 2014-01-27 | 1 | -1573/+1573 |
* | Sync BaseTool trunk (version r2640) into EDKII BaseTools. | Gao, Liming | 2014-01-10 | 1 | -1/+6 |
* | Sync BaseTool trunk (version r2610) into EDKII BaseTools. | Liming Gao | 2013-11-18 | 1 | -733/+174 |
* | Sync BaseTool trunk (version r2599) into EDKII BaseTools. | Liming Gao | 2013-08-23 | 1 | -1/+3 |
* | Sync BaseTools Trunk (version r2518) to EDKII main trunk. | lgao4 | 2012-04-10 | 1 | -10/+10 |