summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/AutoGen
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: not include the undefined macro in response fileYonghong Zhu2016-03-232-7/+41
* BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu2016-03-222-1/+122
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-163-2/+125
* BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu2016-03-151-0/+2
* BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2016-03-101-2/+8
* BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser2016-03-091-3/+5
* BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu2016-01-291-6/+1
* BaseTools: Fix the bug for VOID* Patchable PCD declaration in LibraryYonghong Zhu2016-01-291-3/+12
* BaseTools: Fix a bug for VpdOffset calculateYonghong Zhu2016-01-291-2/+16
* BaseTools: Fix the bug when no FD section in the FDF fileYonghong Zhu2016-01-261-5/+6
* BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu2016-01-191-1/+28
* BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu2016-01-181-0/+28
* Revert the change in r19143 for BUILDRULEORDER.Yonghong Zhu2015-12-081-27/+0
* BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu2015-12-071-0/+27
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-017-139/+139
* BaseTools: Add build error detection for Dynamic PCD name conflictYonghong Zhu2015-11-301-16/+36
* BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu2015-10-261-15/+12
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-082-9/+11
* BaseTools: Update SetPcdPtr in AutoGen CodeLiming Gao2015-08-241-4/+4
* BaseTools: Fix AutoGen issue for Patchable VOID* PCD.Liming Gao2015-08-241-4/+8
* BaseTools: Generate macro for the size of PCD valueBob Feng2015-08-241-5/+73
* BaseTools: Add NULL pointer check in AutoGen codeLiming Gao2015-08-241-0/+1
* BaseTools: Fix build fail when the number in validlist is long type.Bob Feng2015-08-211-4/+3
* BaseTools: Make AutoGen.h array declaration match AutoGen.c definitionScott Duplichan2015-07-261-0/+2
* BaseTools: Fixed BuildOptions bug.Yingke Liu2015-07-021-11/+3
* BaseTools/UniClassObject: Support UTF-8 string data in .uni filesJordan Justen2015-06-231-2/+5
* BaseTools/UniClassObject: Verify valid UCS-2 chars in UTF-16 .uni filesJordan Justen2015-06-231-3/+87
* BaseTools: The token values cannot be numeric same with different PCDs.Yingke Liu2015-06-231-4/+4
* BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni"Yingke Liu2015-06-231-2/+2
* BaseTools: Fixed Build Option override bugs.Yingke Liu2015-06-191-6/+14
* BaseTools: Fixed a bug to generate correct path of PACKAGE_RELATIVE_PATHYingke Liu2015-06-161-2/+10
* BaseTools: Generate a FV EXT entry for FV UI name.Yingke Liu2015-06-121-1/+0
* BaseTools: Generate a binary file and list it in Binary section of As Built INF.Yingke Liu2015-06-111-0/+74
* BaseTools: Support build options for specific module type in DSC.Yingke Liu2015-06-111-3/+8
* BaseTools: Append FILE_GUID to BaseName.Yingke Liu2015-06-102-0/+19
* BaseTools: Added extern declaration for protocols/PPI/GUID in AutoGhen.hYingke Liu2015-06-081-0/+6
* BaseTools: Implement BUILDRULEORDER for tools_defYingke Liu2015-05-262-10/+45
* BaseTools/Build: The PCD value in uninitialized data range should be natural ...Bob Feng2015-05-121-0/+12
* BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng2015-04-101-1/+4
* BaseTools/Build: Add SDL supportBob Feng2015-04-104-13/+416
* Fix a regression bug to uni parser.Yingke Liu2014-12-031-0/+1
* Corrected slash and quote handling in the strings of UNI files.Cecil Sheng2014-12-011-38/+30
* BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...Scott Duplichan2014-11-181-1/+2
* BaseTool: Support EDKII style GUID definition for VFR function.Yingke Liu2014-11-112-3/+17
* This patch is going to fix the issue of the mis-match between the index of Pl...Feng, Bob C2014-09-121-5/+19
* BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen2014-09-041-1/+2
* This patch is going to fix the issue of only Default SkuId is built into the ...Feng, Bob C2014-08-301-27/+1
* License header updated to match correct format.Yingke Liu2014-08-285-55/+427
* This patch is going to:Hess Chen2014-08-261-0/+2
* This patch is going to correct the external PCD database generation rule to s...Feng, Bob C2014-08-261-9/+159