summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2016-01-29BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu1-6/+1
2016-01-29BaseTools: Fix the bug for VOID* Patchable PCD declaration in LibraryYonghong Zhu1-3/+12
2016-01-29BaseTools: Fix a bug for VpdOffset calculateYonghong Zhu1-2/+16
2016-01-26BaseTools: Fix the bug when no FD section in the FDF fileYonghong Zhu1-5/+6
2016-01-19BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu1-1/+28
2016-01-18BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu1-0/+28
2015-12-08Revert the change in r19143 for BUILDRULEORDER.Yonghong Zhu1-27/+0
2015-12-07BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu1-0/+27
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu7-139/+139
2015-11-30BaseTools: Add build error detection for Dynamic PCD name conflictYonghong Zhu1-16/+36
2015-10-26BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu1-15/+12
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX2-9/+11
2015-08-24BaseTools: Update SetPcdPtr in AutoGen CodeLiming Gao1-4/+4
2015-08-24BaseTools: Fix AutoGen issue for Patchable VOID* PCD.Liming Gao1-4/+8
2015-08-24BaseTools: Generate macro for the size of PCD valueBob Feng1-5/+73
2015-08-24BaseTools: Add NULL pointer check in AutoGen codeLiming Gao1-0/+1
2015-08-21BaseTools: Fix build fail when the number in validlist is long type.Bob Feng1-4/+3
2015-07-26BaseTools: Make AutoGen.h array declaration match AutoGen.c definitionScott Duplichan1-0/+2
2015-07-02BaseTools: Fixed BuildOptions bug.Yingke Liu1-11/+3
2015-06-23BaseTools/UniClassObject: Support UTF-8 string data in .uni filesJordan Justen1-2/+5
2015-06-23BaseTools/UniClassObject: Verify valid UCS-2 chars in UTF-16 .uni filesJordan Justen1-3/+87
2015-06-23BaseTools: The token values cannot be numeric same with different PCDs.Yingke Liu1-4/+4
2015-06-23BaseTools: Fix a bug that UNI file can't have comment after #include "file.uni"Yingke Liu1-2/+2
2015-06-19BaseTools: Fixed Build Option override bugs.Yingke Liu1-6/+14
2015-06-16BaseTools: Fixed a bug to generate correct path of PACKAGE_RELATIVE_PATHYingke Liu1-2/+10
2015-06-12BaseTools: Generate a FV EXT entry for FV UI name.Yingke Liu1-1/+0
2015-06-11BaseTools: Generate a binary file and list it in Binary section of As Built INF.Yingke Liu1-0/+74
2015-06-11BaseTools: Support build options for specific module type in DSC.Yingke Liu1-3/+8
2015-06-10BaseTools: Append FILE_GUID to BaseName.Yingke Liu2-0/+19
2015-06-08BaseTools: Added extern declaration for protocols/PPI/GUID in AutoGhen.hYingke Liu1-0/+6
2015-05-26BaseTools: Implement BUILDRULEORDER for tools_defYingke Liu2-10/+45
2015-05-12BaseTools/Build: The PCD value in uninitialized data range should be natural ...Bob Feng1-0/+12
2015-04-10BaseTools/Build: Add all support skuid to the Pcd DB system skuid tableBob Feng1-1/+4
2015-04-10BaseTools/Build: Add SDL supportBob Feng4-13/+416
2014-12-03Fix a regression bug to uni parser.Yingke Liu1-0/+1
2014-12-01Corrected slash and quote handling in the strings of UNI files.Cecil Sheng1-38/+30
2014-11-18BaseTools: Modify gcc 4.8 and 4.9 tool chain definition to support building f...Scott Duplichan1-1/+2
2014-11-11BaseTool: Support EDKII style GUID definition for VFR function.Yingke Liu2-3/+17
2014-09-12This patch is going to fix the issue of the mis-match between the index of Pl...Feng, Bob C1-5/+19
2014-09-04BaseTools/AutoGen: Remove redundant copy action for binary moduleHess Chen1-1/+2
2014-08-30This patch is going to fix the issue of only Default SkuId is built into the ...Feng, Bob C1-27/+1
2014-08-28License header updated to match correct format.Yingke Liu5-55/+427
2014-08-26This patch is going to:Hess Chen1-0/+2
2014-08-26This patch is going to correct the external PCD database generation rule to s...Feng, Bob C1-9/+159
2014-08-21This patch is going to:Hess Chen1-0/+1
2014-08-21AutoGen.c can only be generated if the module has intermediate object files g...Yingke Liu1-1/+5
2014-08-211. AutoGen.c should be generated if it is not empty even if there are no C so...Yingke Liu1-1/+4
2014-08-19This patch is going to fix a build failure (running of GenFds) in Linux syste...Hess Chen1-1/+1
2014-08-18This patch is going to retire the top level makefile on BaseTools for support...Hess Chen2-109/+17
2014-08-15There is a limitation on WINDOWS OS for the length of entire file path can’...Hess Chen6-14/+18