summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: AutoGen - move constructor out of loopJaben Carsey2018-06-291-2/+4
* BaseTools: AutoGen - clean up accessJaben Carsey2018-06-292-119/+122
* BaseTools: Fix two drivers include the same file issueYunhua Feng2018-06-293-14/+31
* BaseTools: Fix parsing multiple nest !include issueYunhua Feng2018-06-291-15/+13
* BaseTools: Move variable out of GlobalJaben Carsey2018-06-282-14/+14
* BaseTools: AutoGen - Remove unused variables.Jaben Carsey2018-06-271-10/+0
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-2722-62/+59
* BaseTools: Fix old python2 idiomsGary Lin2018-06-2728-105/+87
* BaseTools: Migrate to the new octal literalGary Lin2018-06-272-2/+2
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-2748-529/+529
* BaseTools: Replace StandardError with ExpressionGary Lin2018-06-271-1/+1
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-2715-32/+31
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-279-26/+26
* BaseTools: Refactor python print statementsGary Lin2018-06-2735-201/+236
* BaseTools: Refactor python except statementsGary Lin2018-06-2740-240/+240
* BaseTools: introduce !error statementYunhua Feng2018-06-224-2/+24
* BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu2018-06-221-2/+3
* BaseTools: remove the unneeded codeYonghong Zhu2018-06-221-17/+0
* BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser2018-06-191-0/+3
* BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu2018-06-141-3/+1
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-1313-283/+245
* BaseTools: refactor to remove functionsJaben Carsey2018-06-132-172/+45
* BaseTools: Fix one bug of nest !include parserYunhua Feng2018-06-131-1/+5
* BaseTools: Remove dsc nested include checking.Derek Lin2018-06-111-4/+15
* BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu2018-06-1127-79/+79
* BaseTools: Fix Section header size larger than elf file size bugYunhua Feng2018-06-084-5/+24
* BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2018-06-082-2/+19
* BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.Ezra Godfrey2018-06-061-0/+8
* BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng2018-06-061-0/+40
* BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng2018-06-061-163/+167
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-2842-43/+43
* BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J2018-05-281-4/+3
* BaseTools: Add missing content to EOT tool.Jaben Carsey2018-05-282-1/+1460
* BaseTools: loop to retry remove when it fails.Jaben Carsey2018-05-281-2/+10
* BaseTools/Workspace: Fix ValueChain setMarvin Haeuser2018-05-231-2/+2
* BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu2018-05-221-0/+6
* BaseTools: Report more clear error message when PCD type mismatchYunhua Feng2018-05-221-8/+12
* BaseTools: Library PCD type will inherit from the driverYunhua Feng2018-05-221-0/+16
* BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng2018-05-221-0/+2
* BaseTools: Fix --hash Package and Module hash value.Lin, Derek2018-05-161-7/+11
* BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek2018-05-111-1/+2
* BaseTools: Remove the redundant codeYonghong Zhu2018-05-101-10/+0
* BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng2018-05-101-12/+13
* BaseTools: incorrect calculation for 16MCarsey, Jaben2018-05-101-2/+2
* BaseTools/VfrCompile: Avoid using uninitialized pointerBi, Dandan2018-05-091-3/+20
* BaseTools: Correct the variable nameYonghong Zhu2018-05-071-1/+1
* BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao2018-05-071-2/+2
* BaseTools: Ecc - add dict for config file to internal translationCarsey, Jaben2018-05-061-3/+119
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-0410-34/+34