summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* 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/tools_def CLANG35: add NOOPT build targetArd Biesheuvel2018-06-181-2/+4
* BaseTools/tools_def IA32: drop -no-pie linker option for GCC49Ard Biesheuvel2018-06-181-4/+4
* BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D2018-06-141-178/+178
* BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D2018-06-141-41/+40
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-06-141-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-06-141-5/+2
* BaseTools/BinToPcd: Fix typo in error messagesKinney, Michael D2018-06-141-4/+4
* BaseTools: remove including Base.h if the module type is not BASEYonghong Zhu2018-06-141-3/+1
* BaseTools Script: Formalize source files to follow DOS formatLiming Gao2018-06-131-0/+95
* 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/tools_def IA32: disable PIE code generation explicitlyArd Biesheuvel2018-06-121-5/+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/tools_def: add "-fno-unwind-tables" to GCC_AARCH64_CC_FLAGSLaszlo Ersek2018-05-231-1/+1
* 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: Separate HOST and PREFIX env for GCC tool chainLiming Gao2018-05-211-7/+8
* 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/Conf: Add /Gw optimisation option for VS2017 IA32 and X64Pete Batard2018-05-071-4/+4
* 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
* BaseTools: use set instead of listCarsey, Jaben2018-05-042-41/+41
* BaseTools: create base expression classCarsey, Jaben2018-05-042-36/+20
* BaseTools: refactor Depex optomizationCarsey, Jaben2018-05-041-3/+7
* BaseTools: Remove lists form set constructionCarsey, Jaben2018-05-042-9/+8