summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen/GenC.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan2018-09-301-44/+13
* BaseTools: AutoGen refactor ModuleAutoGen cachingJaben Carsey2018-08-201-1/+1
* 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: Use absolute import in AutoGenGary Lin2018-07-161-3/+4
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-0/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-37/+37
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-36/+36
* BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu2018-06-221-2/+3
* BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu2018-06-141-3/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-1/+1
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: Remove the redundant codeYonghong Zhu2018-05-101-10/+0
* BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng2018-05-101-12/+13
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-041-31/+6
* BaseTools: remove redundant if comparisonCarsey, Jaben2018-05-021-1/+1
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-4/+4
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-2/+2
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-20/+15
* BaseTools: Define and use a set for common listCarsey, Jaben2018-05-021-4/+4
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-60/+60
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-48/+46
* BaseTools: fix None comparisonsCarsey, Jaben2018-04-171-1/+1
* BaseTools: reduce list usage when not neededCarsey, Jaben2018-04-171-21/+27
* BaseTools: Fix the bug for VOID* pcd max size from component sectionYonghong Zhu2018-04-101-1/+6
* BaseTools: Fix size override issue for Void* Patchable pcdYonghong Zhu2018-04-101-8/+12
* BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild PcdYonghong Zhu2018-04-101-1/+3
* BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in LibraryYonghong Zhu2018-04-101-5/+17
* BaseTools: GenC - move content from both parts of if/elseCarsey, Jaben2018-04-101-4/+2
* BaseTools: Use local variable for list of constants.Carsey, Jaben2018-04-081-14/+16
* BaseTools: no need to do int() API work for itCarsey, Jaben2018-03-301-4/+1
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-2/+2
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-091-11/+4
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+2
* BaseTools: Support Structure PCD value inherit between the different SKUsLiming Gao2017-12-251-0/+5
* BaseTools: Support Structure PCD value assignment in DEC/DSCLiming Gao2017-12-251-33/+39
* BaseTools/AutoGen: auto generate MM template APIs and dependencies.Supreeth Venkatesh2017-07-071-2/+146
* BaseTools: Correct if condition expression for DatumType == 'VOID*'Yonghong Zhu2017-05-251-1/+1
* BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu2017-05-121-2/+5
* BaseTools: Correct VOID* PatchPcd Size in Library AutogenYonghong Zhu2017-05-111-3/+4
* BaseTools: Enhance StrDefs.h to include ImageDefs.hYonghong Zhu2017-04-011-0/+3
* BaseTools: Fix build failure for DynamicEx Pcd used in the LibraryYonghong Zhu2017-03-271-5/+3
* BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu2017-02-141-1/+24
* BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu2016-11-301-3/+4
* BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu2016-10-191-0/+14
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-271-2/+243
* BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu2016-07-181-1/+1
* BaseTools: Add mixed PCD support featureYonghong Zhu2016-04-201-52/+70
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-161-1/+14