summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)AuthorFilesLines
2016-07-27BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu1-0/+28
2016-07-18BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu1-1/+1
2016-06-15BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu1-1/+2
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu1-0/+13
2016-06-04BaseTools: Add error handling for current_dir is not existYonghong Zhu1-4/+5
2016-05-18BaseTools: support private package definitionYonghong Zhu1-3/+7
2016-05-16BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu1-2/+3
2016-05-11BaseTools: fix a bug for uni file \x####\ format handlingYonghong Zhu1-1/+1
2016-05-06BaseTools: Support \x####\ in UNI files to specify non-ascii charactersYonghong Zhu1-4/+14
2016-04-27BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu1-21/+16
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu1-0/+5
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu3-75/+274
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu1-5/+10
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com1-2/+2
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu1-3/+6
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu1-0/+2
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu2-7/+41
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu2-1/+122
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu3-2/+125
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu1-0/+2
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu1-2/+8
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser1-3/+5
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