summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
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/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGSLaszlo Ersek1-1/+1
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-21BaseTools: Separate HOST and PREFIX env for GCC tool chainLiming Gao1-7/+8
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-07BaseTools/Conf: Add /Gw optimisation option for VS2017 IA32 and X64Pete Batard1-4/+4
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
2018-05-04BaseTools: AutoGen - remove function no one callsCarsey, Jaben1-11/+0
2018-05-04BaseTools: refactor __init__ functions to not compute temporary variableCarsey, Jaben1-30/+7
2018-05-04BaseTools: AutoGen - no need to recomputeCarsey, Jaben1-2/+1
2018-05-04BaseTools: AutoGen - refactor out a useless classCarsey, Jaben2-13/+9
2018-05-04BaseTools: AutoGen - refactor out a listCarsey, Jaben1-7/+3
2018-05-04BaseTools: AutoGen - refactor out functions only called in __init__Carsey, Jaben1-15/+1
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben6-52/+41
2018-05-04BaseTools: Workspace - refactor a dictCarsey, Jaben2-3/+3
2018-05-04BaseTools: remove Compound statementsCarsey, Jaben1-5/+10
2018-05-04BaseTools: eliminate {} from dictionary contructor callCarsey, Jaben1-5/+5
2018-05-04BaseTools: refactor to use list not dictCarsey, Jaben2-3/+4
2018-05-04BaseTools: AutoGen - UniClassObject refactor static methodsCarsey, Jaben1-5/+7