summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX15-35/+232
2015-10-02BaseTools/AARCH64: use large code model for GCC <= 4.8Ard Biesheuvel1-3/+3
2015-10-01BaseTools/ARM: move to unified GCC linker scriptArd Biesheuvel1-1/+9
2015-09-24BaseTools/GenFw: disable RVCT linker size optimizationArd Biesheuvel2-23/+8
2015-09-24BaseTools/GenFw: remove ARM and RVCT references from ELF64 codeArd Biesheuvel1-22/+7
2015-09-14BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-7/+14
2015-09-11BaseTools/GenFw: align RVA of debugArd Biesheuvel2-4/+22
2015-09-06Revert the change in r18404.Jeff Fan1-1/+1
2015-09-06Update BaseTools binary to match main trunk r18339.Jeff Fan1-1/+1
2015-08-28BaseTools: Fixed bug for single FV generating.Yingke Liu1-2/+27
2015-08-27BaseTools:To generate string default type correctly in VfrCompilerDandan Bi2-2/+5
2015-08-26BaseTools: Fix the missing depex file in GenFdsLiming Gao1-7/+7
2015-08-26BaseTools: Nested !include support in DSC and FDF filesCecil Sheng2-19/+91
2015-08-24BaseTools: Update SetPcdPtr in AutoGen CodeLiming Gao1-4/+4
2015-08-24BaseTools: Fix AutoGen issue for Patchable VOID* PCD.Liming Gao1-4/+8
2015-08-24BaseTools: Generate macro for the size of PCD valueBob Feng1-5/+73
2015-08-24BaseTools: Add NULL pointer check in AutoGen codeLiming Gao1-0/+1
2015-08-24BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-6/+9
2015-08-24BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2Star Zeng3-7/+7
2015-08-21BaseTools: Fix build fail when the number in validlist is long type.Bob Feng1-4/+3
2015-08-20BaseTools AARCH64: use tiny code model by defaultArd Biesheuvel1-1/+1
2015-08-18BaseTools: Add /arch:IA32 option in VS2012 and VS2013Liming Gao1-24/+24
2015-08-17BaseTools GCC: prevent unaligned memory accesses on ARM GCC 4.6Ard Biesheuvel1-2/+2
2015-08-13BaseTools IA32/X64: prevent .eh_frame sections from being generatedArd Biesheuvel1-2/+2
2015-08-12BaseTools: remove ARMGCC and ARMLINUXGCC toolchainsArd Biesheuvel2-211/+5
2015-08-12BaseTools: add ARCH detection for AARCH64 and ARMArd Biesheuvel1-0/+6
2015-08-12BaseTools/GenFds: Fix 'NoneType' object is not iterable error.Qiu Shumin1-2/+2
2015-08-10BaseTools: add CLANG35 toolchain with AARCH64 supportArd Biesheuvel1-0/+58
2015-08-10BaseTools/GenFw: allow AArch64 tiny and small code model relocationsArd Biesheuvel1-43/+49
2015-08-06BaseTools/Trim: Fixed a bug that cannot trim long valuesYingke Liu2-4/+4
2015-08-03BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-scriptArd Biesheuvel4-118/+4
2015-08-03BaseTools AARCH64: remove incremental linker script for 64K alignmentArd Biesheuvel1-4/+0
2015-08-03BaseTools AARCH64: move to unified GCC linker scriptArd Biesheuvel2-40/+8
2015-08-03BaseTools GCC: move AutoGen.obj contents to .text sectionArd Biesheuvel1-0/+7
2015-08-03BaseTools GCC: align start of .data to .text alignmentArd Biesheuvel1-1/+1
2015-08-03BaseTools GCC: add unified GCC linker script for all archs and versionsArd Biesheuvel1-0/+63
2015-08-03BaseTools IA32/X64: get header size and alignment from ld commandlineArd Biesheuvel4-17/+41
2015-08-03BaseTools IA32/X64: move .got contents to the PE/COFF .text sectionArd Biesheuvel3-12/+3
2015-08-03BaseTools IA32/X64: drop redundant alignment from linker scriptArd Biesheuvel3-9/+0
2015-08-03BaseTools IA32/X64: move .rodata to PE/COFF .text sectionArd Biesheuvel3-3/+3
2015-08-03BaseTools IA32/X64: remove NOP padding from X86/IA32 GCC linker scriptsArd Biesheuvel2-2/+2
2015-07-28BaseTools: Add a keyword FvNameString in FDFYingke Liu3-20/+40
2015-07-27BaseTools/GenFv: optimize away redundant paddingArd Biesheuvel1-8/+161
2015-07-27BaseTools: use GUID identifiable section for FFS alignment paddingArd Biesheuvel2-37/+84
2015-07-27BaseTools/GenFw: move PE/COFF header closer to payloadArd Biesheuvel2-0/+20
2015-07-27BaseTools/GenFw: move .debug contents to .data to save spaceArd Biesheuvel2-57/+53
2015-07-26BaseTools: Make AutoGen.h array declaration match AutoGen.c definitionScott Duplichan1-0/+2
2015-07-26BaseTools/Common: fix heap overrun in ReadMemoryFileLine ()Ard Biesheuvel1-1/+1
2015-07-16BaseTools: Fixed incorrect alignment bug.Yingke Liu1-3/+4
2015-07-14BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic codeArd Biesheuvel2-112/+11