summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm filesJordan Justen2016-06-281-1/+2
* BaseTools ConvertMasmToNasm: Support preserving assembly filesJordan Justen2016-06-281-17/+44
* BaseTools ConvertMasmToNasm: put filter/map result in tuple for python3Jordan Justen2016-06-281-2/+2
* BaseTools ConvertMasmToNasm: Support ASM_PFX in .asm filesJordan Justen2016-06-281-1/+3
* BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu2016-06-151-1/+2
* BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu2016-06-042-1/+18
* BaseTools: Add error handling for current_dir is not existYonghong Zhu2016-06-041-4/+5
* BaseTools: Bash script fix for PosixLike/LzmaF86CompressThomas Palmer2016-06-021-2/+4
* BaseTools: Fix bad macro expansion during tools_def.txt parsingMichael Zimmermann2016-05-271-25/+26
* BaseTools: add '!include' support to tools_def.txt parserMichael Zimmermann2016-05-261-7/+64
* BaseTools: Fix comments about return value of 'LoadToolDefFile'Michael Zimmermann2016-05-261-1/+1
* BaseTools: Fix GenFds issue to wrongly get file without postfix.Liming Gao2016-05-261-1/+1
* BaseTools/GenFds: enhance to get TOOL_CHAIN_TAG and TARGET valueYonghong Zhu2016-05-251-5/+27
* BaseTools: Add error condition for the path in PACKAGES_PATH envZhu, Yonghong2016-05-231-0/+6
* BaseTools: Eliminate two shift-negative-value in FvLib.cZenith4322016-05-181-2/+2
* BaseTools: support private package definitionYonghong Zhu2016-05-185-24/+90
* BaseTools: Add HII definitions from UEFI 2.6Samer El-Haj-Mahmoud2016-05-161-3/+19
* BaseTools/GenFw: enhance to use Magic Field to identify the imageYonghong Zhu2016-05-161-3/+3
* BaseTools/GenFds: enhance INF built arch filterYonghong Zhu2016-05-161-0/+10
* BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu2016-05-161-2/+3
* BaseTools: Fix bug in GenFds to handle FV image alignmentYonghong Zhu2016-05-111-1/+26
* BaseTools: fix a bug for uni file \x####\ format handlingYonghong Zhu2016-05-111-1/+1
* BaseTools: Support \x####\ in UNI files to specify non-ascii charactersYonghong Zhu2016-05-061-4/+14
* BaseTools/Build: Better DSC arch filteringThomas Palmer2016-04-292-21/+26
* BaseTools: fix the bug for FMP to support use Macro as path descriptionYonghong Zhu2016-04-291-3/+2
* BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu2016-04-271-21/+16
* BaseTools: Update FMP Capsule support to follow FDF specYonghong Zhu2016-04-271-26/+34
* BaseTools/UPT: UPT to Support UTF-8Hess Chen2016-04-261-4/+10
* BaseTools/ECC: Remove UNI checkpoint from ECCHess Chen2016-04-261-0/+2
* Update ECC to support more doxygen keywordsHess Chen2016-04-262-5/+10
* BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu2016-04-204-5/+101
* BaseTools: Add mixed PCD support featureYonghong Zhu2016-04-208-87/+360
* BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu2016-04-191-5/+10
* BaseTools/GenFds: remove the old logic since ActivePlatform is abs. pathYonghong Zhu2016-04-191-9/+1
* BaseTools: enhance error handling for DSC fileYonghong Zhu2016-04-193-4/+8
* BaseTools/Build: Consider only build-specified architecturesThomas Palmer2016-04-192-30/+14
* BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com2016-04-151-2/+2
* BaseTools/VolInfo: Update to handle PE image with .code section onlyYonghong Zhu2016-04-151-7/+0
* BaseTools/GenFw: Update to handle PE image with .code section onlyYonghong Zhu2016-04-151-7/+0
* BaseTools: Fix the bug to correctly handle the [BuildOptions]Yonghong Zhu2016-04-151-7/+10
* BaseTools: fix the bug for [BuildOptions] of multiple workspace supportYonghong Zhu2016-04-141-7/+12
* BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu2016-04-141-3/+6
* BaseTools: use unsigned chars on ARM architecturesLeif Lindholm2016-04-121-2/+2
* BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu2016-04-122-3/+54
* BaseTools/VolInfo: generate HASH value for each PE imageYonghong Zhu2016-04-121-1/+374
* BaseTools: Remove /Oi from Visual Studio tool chains.Cinnamon Shia2016-04-081-145/+146
* BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu2016-04-078-22/+268
* BaseTools: Enhance --Pcd which override by build optionYonghong Zhu2016-04-072-1/+3
* BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2016-04-062-3/+8
* BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu2016-04-053-42/+23