summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Update toolsetup.bat to set PYTHONPATH env to run python sourceLiming Gao2016-09-211-58/+47
* BaseTools: Update Python Makefile not to depend on PYTHON_FREEZER_PATHLiming Gao2016-09-211-4/+13
* BaseTools: Update python tool to call external tools with shell true modeLiming Gao2016-09-212-4/+6
* BaseTools: Add Windows batch files to run python tool from SourceLiming Gao2016-09-2113-0/+37
* BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu2016-09-201-34/+57
* BaseTools: Fix the bug to handle the read-only fileYonghong Zhu2016-09-154-6/+6
* BaseTools/EfiRom: supply missing machine type lookup stringsLaszlo Ersek2016-09-091-0/+3
* BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ ...Liming Gao2016-09-082-12/+19
* BaseTools VfrCompile GNU makefile: Replace CXX with BUILD_CXXLiming Gao2016-09-081-5/+5
* BaseTools GNU makefile: remove unused .S ruleLiming Gao2016-09-081-3/+0
* BaseTools GNU makefile: Add BUILD_CXXFLAGS to align make built-in ruleLiming Gao2016-09-082-1/+2
* BaseTools/tools_def AARCH64: enable frame pointers for DEBUG buildsArd Biesheuvel2016-09-071-6/+6
* BaseTools: Change source files to DOS formatYonghong Zhu2016-09-042-288/+288
* BaseTools: UpdateImageSize include Image auth info for FMP Auth capsuleYonghong Zhu2016-08-302-28/+27
* BaseTools/GenFw: ignore dynamic RELA sectionsArd Biesheuvel2016-08-231-0/+14
* BaseTools GnuMakefile: Update GCC Flags to the specific one with BUILD_ prefixLiming Gao2016-08-233-20/+20
* BaseTools GNU Makefile: Add the missing rules for cpp source fileLiming Gao2016-08-231-1/+4
* BaseTools: update BinaryFiles.txt file to add Pkcs7Sign ToolYonghong Zhu2016-08-231-1/+8
* BaseTools: add capsule image header for auth FMP capsule fileYonghong Zhu2016-08-232-14/+11
* BaseTools/UserManuals: update with new report bug mail addressYonghong Zhu2016-08-2318-3573/+3965
* BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel2016-08-221-1/+1
* BaseTools PeCoffLib: Fix the issue to get RelocationsStripped from TE imageLiming Gao2016-08-221-2/+2
* BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions sectionYonghong Zhu2016-08-192-2/+9
* BaseTools: FMP capsule add the support to generate auth infoYonghong Zhu2016-08-195-72/+194
* BaseTools: Rsa2048Sha256Sign add new option to support Monotonic countYonghong Zhu2016-08-191-6/+25
* BaseTools: Add the PKCS7 toolYonghong Zhu2016-08-199-3/+538
* BaseTools-CLANG38: Add -O3 in DLINK2 flagShi, Steven2016-08-191-2/+2
* BaseTools: check CONF_PATH env to get the configure filesYonghong Zhu2016-08-192-5/+11
* BaseTools/GenFv: Account for rebase of FV section containing VTF fileLeo Duran2016-08-141-4/+6
* BaseTools RVCT: ignore various RVC diagnosticsArd Biesheuvel2016-08-121-1/+1
* BaseTools ARM AARCH64: drop redundant compiler argumentsArd Biesheuvel2016-08-121-2/+2
* BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as wellArd Biesheuvel2016-08-121-3/+3
* BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCodeDandan Bi2016-08-121-1/+0
* BaseTools-Conf:Introduce CLANG38 new toolchain for x86Shi, Steven2016-08-101-0/+87
* BaseTools-Conf:Remove short dash in ar flag for LLVMShi, Steven2016-08-101-1/+1
* BaseTools ARM: impose strict alignment only for XIP modulesArd Biesheuvel2016-08-092-6/+18
* BaseTools CLANG35: add missing XIP flags for AARCH64Ard Biesheuvel2016-08-091-0/+1
* BaseTools/UPT: Fix a install issueHess Chen2016-08-091-1/+6
* BaseTools X64: fold PLT relocations into simple relative referencesArd Biesheuvel2016-08-081-0/+12
* BaseTools/VfrCompile: Add two new option for VfrCompileDandan Bi2016-08-087-166/+918
* BaseTool/VfrCompile: Add missing question opcodeDandan Bi2016-08-081-1/+3
* 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