summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-1/+1
* BaseTools: Update edksetup.sh to support multiple workspacesLiming Gao2015-10-081-17/+49
* BaseTools: Update Edk2Setup.bat to support multiple workspacesLiming Gao2015-10-082-1/+3
* BaseTools: Update edksetup.bat to support multiple workspacesLiming Gao2015-10-081-54/+96
* BaseTools: Update ECC tool to support multiple workspacesLi YangX2015-10-083-11/+15
* BaseTools: Update UPT tool to support multiple workspacesHesheng Chen2015-10-089-37/+57
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-0815-35/+232
* BaseTools/AARCH64: use large code model for GCC <= 4.8Ard Biesheuvel2015-10-021-3/+3
* BaseTools/ARM: move to unified GCC linker scriptArd Biesheuvel2015-10-011-1/+9
* BaseTools/GenFw: disable RVCT linker size optimizationArd Biesheuvel2015-09-242-23/+8
* BaseTools/GenFw: remove ARM and RVCT references from ELF64 codeArd Biesheuvel2015-09-241-22/+7
* BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2015-09-142-7/+14
* BaseTools/GenFw: align RVA of debugArd Biesheuvel2015-09-112-4/+22
* Revert the change in r18404.Jeff Fan2015-09-061-1/+1
* Update BaseTools binary to match main trunk r18339.Jeff Fan2015-09-061-1/+1
* BaseTools: Fixed bug for single FV generating.Yingke Liu2015-08-281-2/+27
* BaseTools:To generate string default type correctly in VfrCompilerDandan Bi2015-08-272-2/+5
* BaseTools: Fix the missing depex file in GenFdsLiming Gao2015-08-261-7/+7
* BaseTools: Nested !include support in DSC and FDF filesCecil Sheng2015-08-262-19/+91
* BaseTools: Update SetPcdPtr in AutoGen CodeLiming Gao2015-08-241-4/+4
* BaseTools: Fix AutoGen issue for Patchable VOID* PCD.Liming Gao2015-08-241-4/+8
* BaseTools: Generate macro for the size of PCD valueBob Feng2015-08-241-5/+73
* BaseTools: Add NULL pointer check in AutoGen codeLiming Gao2015-08-241-0/+1
* BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2015-08-242-6/+9
* BaseTools: Follow PI spec to update ExtendedSize in EFI_FFS_FILE_HEADER2Star Zeng2015-08-243-7/+7
* BaseTools: Fix build fail when the number in validlist is long type.Bob Feng2015-08-211-4/+3
* BaseTools AARCH64: use tiny code model by defaultArd Biesheuvel2015-08-201-1/+1
* BaseTools: Add /arch:IA32 option in VS2012 and VS2013Liming Gao2015-08-181-24/+24
* BaseTools GCC: prevent unaligned memory accesses on ARM GCC 4.6Ard Biesheuvel2015-08-171-2/+2
* BaseTools IA32/X64: prevent .eh_frame sections from being generatedArd Biesheuvel2015-08-131-2/+2
* BaseTools: remove ARMGCC and ARMLINUXGCC toolchainsArd Biesheuvel2015-08-122-211/+5
* BaseTools: add ARCH detection for AARCH64 and ARMArd Biesheuvel2015-08-121-0/+6
* BaseTools/GenFds: Fix 'NoneType' object is not iterable error.Qiu Shumin2015-08-121-2/+2
* BaseTools: add CLANG35 toolchain with AARCH64 supportArd Biesheuvel2015-08-101-0/+58
* BaseTools/GenFw: allow AArch64 tiny and small code model relocationsArd Biesheuvel2015-08-101-43/+49
* BaseTools/Trim: Fixed a bug that cannot trim long valuesYingke Liu2015-08-062-4/+4
* BaseTools IA32/X64: Use GccBase.lds instead of gcc*-ld-scriptArd Biesheuvel2015-08-034-118/+4
* BaseTools AARCH64: remove incremental linker script for 64K alignmentArd Biesheuvel2015-08-031-4/+0
* BaseTools AARCH64: move to unified GCC linker scriptArd Biesheuvel2015-08-032-40/+8
* BaseTools GCC: move AutoGen.obj contents to .text sectionArd Biesheuvel2015-08-031-0/+7
* BaseTools GCC: align start of .data to .text alignmentArd Biesheuvel2015-08-031-1/+1
* BaseTools GCC: add unified GCC linker script for all archs and versionsArd Biesheuvel2015-08-031-0/+63
* BaseTools IA32/X64: get header size and alignment from ld commandlineArd Biesheuvel2015-08-034-17/+41
* BaseTools IA32/X64: move .got contents to the PE/COFF .text sectionArd Biesheuvel2015-08-033-12/+3
* BaseTools IA32/X64: drop redundant alignment from linker scriptArd Biesheuvel2015-08-033-9/+0
* BaseTools IA32/X64: move .rodata to PE/COFF .text sectionArd Biesheuvel2015-08-033-3/+3
* BaseTools IA32/X64: remove NOP padding from X86/IA32 GCC linker scriptsArd Biesheuvel2015-08-032-2/+2
* BaseTools: Add a keyword FvNameString in FDFYingke Liu2015-07-283-20/+40
* BaseTools/GenFv: optimize away redundant paddingArd Biesheuvel2015-07-271-8/+161
* BaseTools: use GUID identifiable section for FFS alignment paddingArd Biesheuvel2015-07-272-37/+84