summaryrefslogtreecommitdiff
path: root/BaseTools/Source
AgeCommit message (Expand)AuthorFilesLines
2018-06-22BaseTools: introduce !error statementYunhua Feng4-2/+24
2018-06-22BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR fileYonghong Zhu1-2/+3
2018-06-22BaseTools: remove the unneeded codeYonghong Zhu1-17/+0
2018-06-19BaseTools/WorkspaceCommon: Import used BuildToolError messages.Marvin Haeuser1-0/+3
2018-06-14BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu1-3/+1
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey13-283/+245
2018-06-13BaseTools: refactor to remove functionsJaben Carsey2-172/+45
2018-06-13BaseTools: Fix one bug of nest !include parserYunhua Feng1-1/+5
2018-06-11BaseTools: Remove dsc nested include checking.Derek Lin1-4/+15
2018-06-11BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu27-79/+79
2018-06-08BaseTools: Fix Section header size larger than elf file size bugYunhua Feng4-5/+24
2018-06-08BaseTools: Check elf sections alignment with MAX_COFF_ALIGNMENTYunhua Feng2-2/+19
2018-06-06BaseTools/VolInfo: Update EFI FV FILETYPES for new MM types.Ezra Godfrey1-0/+8
2018-06-06BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng1-0/+40
2018-06-06BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng1-163/+167
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com42-43/+43
2018-05-28BaseTools/GenFds: Remove redundant GetRealFileLine callZurcher, Christopher J1-4/+3
2018-05-28BaseTools: Add missing content to EOT tool.Jaben Carsey2-1/+1460
2018-05-28BaseTools: loop to retry remove when it fails.Jaben Carsey1-2/+10
2018-05-23BaseTools/Workspace: Fix ValueChain setMarvin Haeuser1-2/+2
2018-05-22BaseTools: Enhance error message when file is not exist for GensecYonghong Zhu1-0/+6
2018-05-22BaseTools: Report more clear error message when PCD type mismatchYunhua Feng1-8/+12
2018-05-22BaseTools: Library PCD type will inherit from the driverYunhua Feng1-0/+16
2018-05-22BaseTools: Fix bug PCD type in component is not same with Pcd sectionYunhua Feng1-0/+2
2018-05-16BaseTools: Fix --hash Package and Module hash value.Lin, Derek1-7/+11
2018-05-11BaseTools: Fix python error with --genfds-multi-thread.Lin, Derek1-1/+2
2018-05-10BaseTools: Remove the redundant codeYonghong Zhu1-10/+0
2018-05-10BaseTools: Fix generating array's size is incorrect in AutoGen.cYunhua Feng1-12/+13
2018-05-10BaseTools: incorrect calculation for 16MCarsey, Jaben1-2/+2
2018-05-09BaseTools/VfrCompile: Avoid using uninitialized pointerBi, Dandan1-3/+20
2018-05-07BaseTools: Correct the variable nameYonghong Zhu1-1/+1
2018-05-07BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit MakefileLiming Gao1-2/+2
2018-05-06BaseTools: Ecc - add dict for config file to internal translationCarsey, Jaben1-3/+119
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben10-34/+34
2018-05-04BaseTools: use set instead of listCarsey, Jaben2-41/+41
2018-05-04BaseTools: create base expression classCarsey, Jaben2-36/+20
2018-05-04BaseTools: refactor Depex optomizationCarsey, Jaben1-3/+7
2018-05-04BaseTools: Remove lists form set constructionCarsey, Jaben2-9/+8
2018-05-04BaseTools: missed a copyright updateCarsey, Jaben1-1/+1
2018-05-04BaseTools: GenFds - use existing shared stringCarsey, Jaben1-17/+16
2018-05-04BaseTools: remove unused variableCarsey, Jaben1-1/+0
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben7-122/+60
2018-05-04BaseTools: AutoGen - add Opcode constantsCarsey, Jaben2-57/+66
2018-05-04BaseTools: remove redundant content in InfSectionParserCarsey, Jaben1-5/+4
2018-05-04BaseTools: remove unused member variableCarsey, Jaben1-1/+0
2018-05-04BaseTools: AutoGen - refactor more functions only called in __init__Carsey, Jaben1-49/+40
2018-05-04BaseTools: AutoGen - refactor function to remove extra variablesCarsey, Jaben1-8/+5
2018-05-04BaseTools: Refactor to share GUID packing functionCarsey, Jaben1-15/+2
2018-05-04BaseTools: AutoGen - remove another function no one callsCarsey, Jaben1-5/+0
2018-05-04BaseTools: AutoGen - move function to clean file namespaceCarsey, Jaben1-26/+26