summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
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-224-2/+135
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-166-16/+156
* BaseTools: Support recent versions of cx_freeze.Marvin Haeuser2016-03-151-1/+1
* BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu2016-03-151-0/+2
* BaseTools/BPDG: Fix the bug to get the PCD SizeYonghong Zhu2016-03-141-15/+15
* BaseTools: update the mail address for stack trace infoYonghong Zhu2016-03-114-5/+5
* BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2016-03-102-4/+18
* BaseTools: Change source files to DOS format.Liming Gao2016-03-105-20/+20
* BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser2016-03-091-3/+5
* BaseTools/Trim: Fix the bug for stripping when no line directive in fileYonghong Zhu2016-02-191-3/+34
* BaseTools: report an error message when failed to start build commandYonghong Zhu2016-02-181-1/+2
* BaseTools-Source: Update displayed version informationedk2 dev2016-02-165-21/+20
* BaseTools:Incremental build not work if VPD values in DSC changed by -DYonghong Zhu2016-01-292-34/+17
* 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: make build report tolerant of FVs specified by nameEugene Cohen2016-01-211-34/+38
* BaseTools: process the files by the priority in BUILDRULEORDERYonghong Zhu2016-01-191-1/+28
* BaseTools: VPD Tool to allocate VPD region be aligned based on value typeYonghong Zhu2016-01-181-12/+26
* BaseTools: VOID* PCDs in VPD region must be aligned based on value typeYonghong Zhu2016-01-181-0/+28
* BaseTools: Fix GenPatchPcdTable to support '-' characters in file namesYonghong Zhu2016-01-181-1/+1
* BaseTool/UPT: Fix a typo issueHess Chen2015-12-301-1/+1
* BaseTool/ECC: Add UTF-8 support on ECC toolHess Chen2015-12-301-2/+4
* BaseTools: Fix Makefile to correctly break during a build failureLarry Hauch2015-12-231-17/+23
* BaseTools: Fix one bug in FD region for multiple workspace supportYonghong Zhu2015-12-171-3/+3
* BaseTools/Ecc: Fix a bug to report fake issueHess Chen2015-12-141-0/+4
* 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: Fix a bug when apply patches to SEC use the FILE_GUID overrideYonghong Zhu2015-12-071-1/+4
* BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu2015-12-071-20/+23
* BaseTools: Fix a bug in the VPD report generationYonghong Zhu2015-12-071-3/+3
* Revert the change in r19137.Yonghong Zhu2015-12-071-23/+20
* BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu2015-12-071-20/+23
* BaseTools: Add support for INF statement in FD regionYonghong Zhu2015-12-073-31/+91
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-0128-557/+557
* BaseTools: Add build error detection for Dynamic PCD name conflictYonghong Zhu2015-11-301-16/+36
* BaseTools: Add a VPD report subsection of FLASH to the ReportYonghong Zhu2015-11-301-0/+35
* BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECI...Hess Chen2015-11-183-8/+15
* BaseTools: Allow decimal values in the EDK II meta-data fileYonghong Zhu2015-11-092-4/+15
* BaseTools: Print PACKAGES_PATH build environment if it is set.Liming Gao2015-11-061-0/+6
* BaseTools: Don't require ECP pkg in WORKSPACE when PACKAGES_PATH is setLiming Gao2015-11-061-10/+12
* BaseTools: Add MultipleWorkspace.py in the common dependency.Liming Gao2015-10-261-0/+1
* BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu2015-10-261-15/+12
* BaseTools: Fix the issue to support windows root directoryLiming Gao2015-10-141-1/+1
* BaseTools: Fixed an error reported during generating reportYonghong Zhu2015-10-121-5/+6
* BaseTool/UPT: Fix two wrong imports for UPTHess Chen2015-10-102-2/+2
* BaseTools: Update ECC tool to support multiple workspacesLi YangX2015-10-083-11/+15
* BaseTools: Update UPT tool to support multiple workspacesHesheng Chen2015-10-089-37/+57
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-0815-35/+232