summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-05-11BaseTools: Fix bug in GenFds to handle FV image alignmentYonghong Zhu1-1/+26
2016-05-11BaseTools: fix a bug for uni file \x####\ format handlingYonghong Zhu1-1/+1
2016-05-06BaseTools: Support \x####\ in UNI files to specify non-ascii charactersYonghong Zhu1-4/+14
2016-04-29BaseTools/Build: Better DSC arch filteringThomas Palmer2-21/+26
2016-04-29BaseTools: fix the bug for FMP to support use Macro as path descriptionYonghong Zhu1-3/+2
2016-04-27BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu1-21/+16
2016-04-27BaseTools: Update FMP Capsule support to follow FDF specYonghong Zhu1-26/+34
2016-04-26BaseTools/UPT: UPT to Support UTF-8Hess Chen1-4/+10
2016-04-26BaseTools/ECC: Remove UNI checkpoint from ECCHess Chen1-0/+2
2016-04-26Update ECC to support more doxygen keywordsHess Chen2-5/+10
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu4-5/+101
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu8-87/+360
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu1-5/+10
2016-04-19BaseTools/GenFds: remove the old logic since ActivePlatform is abs. pathYonghong Zhu1-9/+1
2016-04-19BaseTools: enhance error handling for DSC fileYonghong Zhu3-4/+8
2016-04-19BaseTools/Build: Consider only build-specified architecturesThomas Palmer2-30/+14
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com1-2/+2
2016-04-15BaseTools/VolInfo: Update to handle PE image with .code section onlyYonghong Zhu1-7/+0
2016-04-15BaseTools/GenFw: Update to handle PE image with .code section onlyYonghong Zhu1-7/+0
2016-04-15BaseTools: Fix the bug to correctly handle the [BuildOptions]Yonghong Zhu1-7/+10
2016-04-14BaseTools: fix the bug for [BuildOptions] of multiple workspace supportYonghong Zhu1-7/+12
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu1-3/+6
2016-04-12BaseTools: use unsigned chars on ARM architecturesLeif Lindholm1-2/+2
2016-04-12BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu2-3/+54
2016-04-12BaseTools/VolInfo: generate HASH value for each PE imageYonghong Zhu1-1/+374
2016-04-08BaseTools: Remove /Oi from Visual Studio tool chains.Cinnamon Shia1-145/+146
2016-04-07BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu8-22/+268
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu2-1/+3
2016-04-06BaseTools: cache the defined Guid tool to improve the performanceYonghong Zhu2-3/+8
2016-04-05BaseTools/GenFds: Fix the bug for wrong alignment generate for RAW fileYonghong Zhu3-42/+23
2016-03-29BaseTools: Add two new sections for PCD in the build reportYonghong Zhu3-17/+104
2016-03-28BaseTools: Remove the unnecessary check for RAW FileYonghong Zhu1-2/+0
2016-03-27BaseTools: generate alignment when the FV content come from the filesystemYonghong Zhu1-1/+19
2016-03-27BaseTools: Extend the RAW format to support multiple binary filesYonghong Zhu3-3/+107
2016-03-25BaseTools AARCH64: move DEBUG GCC49 to the small code modelArd Biesheuvel1-4/+6
2016-03-25BaseTools/GCC: set -Wno-unused-but-set-variables only on RELEASE buildsArd Biesheuvel1-10/+26
2016-03-25BaseTools: Updated BuildNotes URLsPeter Kirmeier1-2/+2
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu2-7/+41
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu4-2/+135
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu6-16/+156
2016-03-15BaseTools: Support recent versions of cx_freeze.Marvin Haeuser1-1/+1
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu1-0/+2
2016-03-15BaseTools: Mentioned get_vsvars.bat at ReadMePeter Kirmeier1-1/+3
2016-03-14BaseTools/BPDG: Fix the bug to get the PCD SizeYonghong Zhu1-15/+15
2016-03-11BaseTools: update the mail address for stack trace infoYonghong Zhu4-5/+5
2016-03-10BaseTools ConvertMasmToNasm: Support Python 3Jordan Justen1-43/+47
2016-03-10BaseTools ConvertMasmToNasm: Fix exception when no arguments are givenJordan Justen1-48/+37
2016-03-10BaseTools ConvertMasmToNasm: Fix running script outside of a git treeJordan Justen1-1/+3
2016-03-10BaseTools: Update ARM/AArch64 GenFv vector processing for encapsulated FVsCohen, Eugene1-186/+402
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu2-4/+18