summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Revert the change in r19137.Yonghong Zhu1-23/+20
2015-12-07BaseTools: Enhance GenFv Tool to report error messageYonghong Zhu1-20/+23
2015-12-07BaseTools: Add support for INF statement in FD regionYonghong Zhu3-31/+91
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu28-557/+557
2015-11-30BaseTools: Add build error detection for Dynamic PCD name conflictYonghong Zhu1-16/+36
2015-11-30BaseTools: Add a VPD report subsection of FLASH to the ReportYonghong Zhu1-0/+35
2015-11-18BaseTool/UPT: Add supporting of decimal numbers for INF_VERSION and DEC_SPECI...Hess Chen3-8/+15
2015-11-09BaseTools: Allow decimal values in the EDK II meta-data fileYonghong Zhu2-4/+15
2015-11-06BaseTools: Print PACKAGES_PATH build environment if it is set.Liming Gao1-0/+6
2015-11-06BaseTools: Don't require ECP pkg in WORKSPACE when PACKAGES_PATH is setLiming Gao1-10/+12
2015-10-26BaseTools: Add MultipleWorkspace.py in the common dependency.Liming Gao1-0/+1
2015-10-26BaseTools:added extern protocol/PPI/GUID definition in AutoGen for LibraryYonghong Zhu1-15/+12
2015-10-14BaseTools: Fix the issue to support windows root directoryLiming Gao1-1/+1
2015-10-12BaseTools: Fixed an error reported during generating reportYonghong Zhu1-5/+6
2015-10-10BaseTool/UPT: Fix two wrong imports for UPTHess Chen2-2/+2
2015-10-08BaseTools: Update ECC tool to support multiple workspacesLi YangX3-11/+15
2015-10-08BaseTools: Update UPT tool to support multiple workspacesHesheng Chen9-37/+57
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX15-35/+232
2015-09-14BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-7/+14
2015-08-28BaseTools: Fixed bug for single FV generating.Yingke Liu1-2/+27
2015-08-26BaseTools: Fix the missing depex file in GenFdsLiming Gao1-7/+7
2015-08-26BaseTools: Nested !include support in DSC and FDF filesCecil Sheng2-19/+91
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-24BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-6/+9
2015-08-21BaseTools: Fix build fail when the number in validlist is long type.Bob Feng1-4/+3
2015-08-12BaseTools/GenFds: Fix 'NoneType' object is not iterable error.Qiu Shumin1-2/+2
2015-08-06BaseTools/Trim: Fixed a bug that cannot trim long valuesYingke Liu1-2/+2
2015-07-28BaseTools: Add a keyword FvNameString in FDFYingke Liu3-20/+40
2015-07-26BaseTools: Make AutoGen.h array declaration match AutoGen.c definitionScott Duplichan1-0/+2
2015-07-16BaseTools: Fixed incorrect alignment bug.Yingke Liu1-3/+4
2015-07-08BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen3-4/+29
2015-07-08BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen1-2/+3
2015-07-06BaseTools/Build: Fix the range expression evaluation error.Bob Feng1-14/+14
2015-07-02BaseTools/Ecc: Fix a bug when checking copyright formatHess Chen2-1/+9
2015-07-02BaseTools/Ecc: Fix a bug to get correct member variableHess Chen1-2/+5
2015-07-02BaseTools: Fixed BuildOptions bug.Yingke Liu2-21/+7
2015-07-01BaseTools: Do not create an empty file if Rsa2048Sha256Sign was failed.Yingke Liu1-4/+7
2015-06-25BaseTools/Ecc: Fix a bug of determining boolean variable incorrectlyHess Chen1-0/+2
2015-06-25BaseTools/Ecc: Fix two bugs for the checkpoint of GUIDHess Chen2-2/+3
2015-06-25BaseTools/Ecc: Fix a bug in parserHess Chen2-2/+6
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid DEC file.Hess Chen4-1/+25
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid PCD info.Hess Chen1-0/+84
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid UNI file.Hess Chen7-9/+127
2015-06-25BaseTools/Ecc: Add a Configuration itemHess Chen3-3/+13
2015-06-24BaseTools/UniClassObject: Support UTF-8 string data in .uni filesJordan Justen1-2/+5
2015-06-24BaseTools/UniClassObject: Verify valid UCS-2 chars in UTF-16 .uni filesJordan Justen1-3/+87
2015-06-24BaseTools/EdkLogger: Support unit tests with a SILENT log levelJordan Justen1-2/+9