summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix the bug when use FILE_GUID override the module in DSCYonghong Zhu2016-08-081-2/+11
* BaseTools: Allow string token identifier to use lower case lettersYonghong Zhu2016-08-081-6/+6
* BaseTools GCC/ARM: add -fno-builtin to CC flagsArd Biesheuvel2016-08-051-1/+1
* BaseTools GCC: add the compiler flags to the linker command lineArd Biesheuvel2016-08-031-1/+1
* BaseTools GCC5: disable warnings-as-errors for nowArd Biesheuvel2016-08-031-4/+4
* BaseTools GCC: move -c compiler flag to build rulesArd Biesheuvel2016-08-032-11/+11
* BaseTool/Upt: Avoid UNI file name conflictHess Chen2016-08-033-6/+32
* BaseTool/UPT: Not expand macro for UserExtensionHess Chen2016-08-031-1/+15
* BaseTool/Upt: Add support for PrivateHess Chen2016-08-035-13/+52
* BaseTool/UPT: Add Test InstallHess Chen2016-08-034-1/+141
* BaseTools: Keep the Pcd order in the Asbuilt Inf is same with SourceYonghong Zhu2016-08-021-9/+11
* BaseTools AARCH64: override XIP module linker alignment to 32 bytesArd Biesheuvel2016-08-022-0/+18
* BaseTools/GenFw AARCH64: convert ADRP to ADR instructions if binary size allo...Ard Biesheuvel2016-08-021-9/+42
* BaseTools GCC: introduce GCC5 toolchain to support GCC v5.x in LTO modeArd Biesheuvel2016-08-021-0/+164
* BaseTools GCC: drop GNU notes section from EFI imageArd Biesheuvel2016-08-021-0/+6
* BaseTools GCC: use 'gcc' as the linker command for GCC44 and laterArd Biesheuvel2016-08-022-88/+93
* BaseTools UNIXGCC ELFGCC CYGGCC: clone GCC build rule family into GCCLDArd Biesheuvel2016-08-022-14/+18
* BaseTools CLANG35: drop problematic use-movt and save-temps optionsArd Biesheuvel2016-08-021-6/+6
* BaseTools/Ecc: GUID checkpointHess Chen2016-07-291-3/+3
* BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu2016-07-292-1/+21
* BaseTools: Correct ReadMe.txt file with CRLF line endingLiming Gao2016-07-291-3/+3
* BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu2016-07-272-0/+43
* BaseTools/toolsetup.bat: Fix bug caused by 'CONF_PATH' not definedHao Wu2016-07-261-7/+7
* BaseTools/toolsetup: Do not set CONF_PATH when already set.Marvin Haeuser2016-07-261-7/+10
* Preserve hii section in GCC binariesThomas Palmer2016-07-261-0/+5
* BaseTools/tools_def: switch GCC/X64 to the PIE small modelArd Biesheuvel2016-07-211-1/+1
* BaseTools/tools_def: enable Os optimization for GCC X64 buildsArd Biesheuvel2016-07-211-1/+1
* BaseTools/tools_def.template: bump minimum required NASM versionsLaszlo Ersek2016-07-181-1/+3
* BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu2016-07-181-1/+1
* BaseTools: Update the FV region name as upper letterYonghong Zhu2016-07-141-2/+2
* BaseTools/GenFds: unbreak Region.PadBufferLaszlo Ersek2016-07-121-1/+1
* BaseTools/GenFds: speed up Region.PadBuffer()Laszlo Ersek2016-07-121-4/+5
* BaseTools/GenFds: factor out Region.PadBuffer() methodLaszlo Ersek2016-07-121-34/+24
* BaseTools MemoryProfileSymbolGen.py: Handle 64bits rva from "nm -l xxx.dll"Star Zeng2016-07-051-2/+2
* BaseTools: Add support for $(FAMILY) macroYonghong Zhu2016-07-051-0/+23
* BaseTools Scripts: Add MemoryProfileSymbolGen.pyStar Zeng2016-07-011-0/+281
* BaseTools ConvertMasmToNasm: Don't try to reconvert .nasm filesJordan Justen2016-06-281-1/+2
* BaseTools ConvertMasmToNasm: Support preserving assembly filesJordan Justen2016-06-281-17/+44
* BaseTools ConvertMasmToNasm: put filter/map result in tuple for python3Jordan Justen2016-06-281-2/+2
* BaseTools ConvertMasmToNasm: Support ASM_PFX in .asm filesJordan Justen2016-06-281-1/+3
* BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu2016-06-151-1/+2
* BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu2016-06-042-1/+18
* BaseTools: Add error handling for current_dir is not existYonghong Zhu2016-06-041-4/+5
* BaseTools: Bash script fix for PosixLike/LzmaF86CompressThomas Palmer2016-06-021-2/+4
* BaseTools: Fix bad macro expansion during tools_def.txt parsingMichael Zimmermann2016-05-271-25/+26
* BaseTools: add '!include' support to tools_def.txt parserMichael Zimmermann2016-05-261-7/+64
* BaseTools: Fix comments about return value of 'LoadToolDefFile'Michael Zimmermann2016-05-261-1/+1
* BaseTools: Fix GenFds issue to wrongly get file without postfix.Liming Gao2016-05-261-1/+1
* BaseTools/GenFds: enhance to get TOOL_CHAIN_TAG and TARGET valueYonghong Zhu2016-05-251-5/+27
* BaseTools: Add error condition for the path in PACKAGES_PATH envZhu, Yonghong2016-05-231-0/+6