summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/PeCoffLoader: fix handling of ARM MOVW/MOVT instruction relocsArd Biesheuvel2015-10-091-1/+1
* 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/GenFw: disable RVCT linker size optimizationArd Biesheuvel2015-09-241-22/+7
* 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
* 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: 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/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-061-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/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/Build: Fix the range expression evaluation error.Bob Feng2015-07-061-14/+14
* 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
* BaseTools: Checked return value of malloc for EfiCompress.Yingke Liu2015-07-011-0/+7
* BaseTools: Do not create an empty file if Rsa2048Sha256Sign was failed.Yingke Liu2015-07-011-4/+7
* BaseTools: Update GenFw to support 4K alignment.Ard Biesheuvel2015-06-294-4/+33
* BaseTools/Ecc: Fix a bug of determining boolean variable incorrectlyHess Chen2015-06-251-0/+2
* BaseTools/Ecc: Fix two bugs for the checkpoint of GUIDHess Chen2015-06-252-2/+3
* BaseTools/Ecc: Fix a bug in parserHess Chen2015-06-252-2/+6
* BaseTools/Ecc: Add a checkpoint for invalid DEC file.Hess Chen2015-06-254-1/+25
* BaseTools/Ecc: Add a checkpoint for invalid PCD info.Hess Chen2015-06-251-0/+84
* BaseTools/Ecc: Add a checkpoint for invalid UNI file.Hess Chen2015-06-257-9/+127
* BaseTools/Ecc: Add a Configuration itemHess Chen2015-06-253-3/+13