summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools/GenFw: move PE/COFF header closer to payloadArd Biesheuvel2015-07-272-0/+20
* BaseTools/GenFw: move .debug contents to .data to save spaceArd Biesheuvel2015-07-272-57/+53
* BaseTools: Make AutoGen.h array declaration match AutoGen.c definitionScott Duplichan2015-07-261-0/+2
* BaseTools/Common: fix heap overrun in ReadMemoryFileLine ()Ard Biesheuvel2015-07-261-1/+1
* BaseTools: Fixed incorrect alignment bug.Yingke Liu2015-07-161-3/+4
* BaseTools/PeCoffLib: handle EFI_IMAGE_REL_BASED_DIR64 in generic codeArd Biesheuvel2015-07-142-112/+11
* BaseTools: Fix BinWrappers LzmaF86Compress ScriptLiming Gao2015-07-101-1/+1
* BaseTools: aarch64: add -fno-asynchronous-unwind-tables to gcc cflagsLeif Lindholm2015-07-091-1/+1
* BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen2015-07-083-4/+29
* BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen2015-07-081-2/+3
* BaseTools: Fix build on FreeBSD and allow use of non-gcc system compilerBruce Cran2015-07-085-10/+15
* BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2015-07-063-10/+56
* BaseTools/Build: Fix the range expression evaluation error.Bob Feng2015-07-061-14/+14
* Revert tree to r17801Jordan Justen2015-07-023-56/+10
* BaseTools: AArch64: use explicit linker scriptsArd Biesheuvel2015-07-023-10/+56
* BaseTools/Ecc: Fix a bug when checking copyright formatHess Chen2015-07-022-1/+9
* BaseTools/Ecc: Fix a bug to get correct member variableHess Chen2015-07-021-2/+5
* BaseTools: Fixed BuildOptions bug.Yingke Liu2015-07-022-21/+7
* BaseTools: Add missing EfiPersistentMemory to EFI_MEMORY_TYPESamer El-Haj-Mahmoud2015-07-011-0/+2