summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2016-10-19BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2-29/+49
2016-10-19BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu1-0/+14
2016-10-17BaseTools: Update sign tool to make MonotonicCount *after* PayloadYonghong Zhu2-8/+8
2016-10-12BaseTools/GenFds: Support FDF sections in any orderMichael Kinney1-19/+4
2016-10-12BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu3-16/+53
2016-10-12BaseTools: support the NOOPT target with the GCC tool chainsYonghong Zhu1-25/+73
2016-10-08BaseTools Makefile: Enable O2 option for GCC tool chainLiming Gao1-3/+3
2016-10-08BaseTools GenVtf: Initialize the return point as NULLLiming Gao1-0/+1
2016-10-08BaseTools Makefile: Enable O2 option to replace Od for VS tool chainLiming Gao2-3/+3
2016-10-08BaseTools EfiLdrImage: Remove unnecessary exit (0)Liming Gao1-1/+0
2016-09-30BaseTools Build: Fix build break for clean target in LinuxHao Wu1-3/+3
2016-09-30BaseTools VS Makefile: Don't include ms.common in ms.appLiming Gao1-2/+0
2016-09-30BaseTools Makefile: Missing LFAGS in app.makefileLiming Gao1-1/+1
2016-09-27BaseTools: List missing source python files for Ecc tool in MakefileHao Wu1-0/+20
2016-09-27BaseTools: Add some posixlike files for LinuxYonghong Zhu3-0/+42
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu6-6/+455
2016-09-25BaseTools: handling the case that map file is not existYonghong Zhu1-16/+17
2016-09-21BaseTools: Update toolsetup.bat to set PYTHONPATH env to run python sourceLiming Gao1-58/+47
2016-09-21BaseTools: Update Python Makefile not to depend on PYTHON_FREEZER_PATHLiming Gao1-4/+13
2016-09-21BaseTools: Update python tool to call external tools with shell true modeLiming Gao2-4/+6
2016-09-21BaseTools: Add Windows batch files to run python tool from SourceLiming Gao13-0/+37
2016-09-20BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu1-34/+57
2016-09-15BaseTools: Fix the bug to handle the read-only fileYonghong Zhu4-6/+6
2016-09-09BaseTools/EfiRom: supply missing machine type lookup stringsLaszlo Ersek1-0/+3
2016-09-08BaseTools VfrCompile Pccts: Update GCC Flags to the specific one with BUILD_ ...Liming Gao2-12/+19
2016-09-08BaseTools VfrCompile GNU makefile: Replace CXX with BUILD_CXXLiming Gao1-5/+5
2016-09-08BaseTools GNU makefile: remove unused .S ruleLiming Gao1-3/+0
2016-09-08BaseTools GNU makefile: Add BUILD_CXXFLAGS to align make built-in ruleLiming Gao2-1/+2
2016-09-07BaseTools/tools_def AARCH64: enable frame pointers for DEBUG buildsArd Biesheuvel1-6/+6
2016-09-04BaseTools: Change source files to DOS formatYonghong Zhu2-288/+288
2016-08-30BaseTools: UpdateImageSize include Image auth info for FMP Auth capsuleYonghong Zhu2-28/+27
2016-08-23BaseTools/GenFw: ignore dynamic RELA sectionsArd Biesheuvel1-0/+14
2016-08-23BaseTools GnuMakefile: Update GCC Flags to the specific one with BUILD_ prefixLiming Gao3-20/+20
2016-08-23BaseTools GNU Makefile: Add the missing rules for cpp source fileLiming Gao1-1/+4
2016-08-23BaseTools: update BinaryFiles.txt file to add Pkcs7Sign ToolYonghong Zhu1-1/+8
2016-08-23BaseTools: add capsule image header for auth FMP capsule fileYonghong Zhu2-14/+11
2016-08-23BaseTools/UserManuals: update with new report bug mail addressYonghong Zhu18-3573/+3965
2016-08-22BaseTools/GccBase.lds: don't copy RELA section to PE/COFFArd Biesheuvel1-1/+1
2016-08-22BaseTools PeCoffLib: Fix the issue to get RelocationsStripped from TE imageLiming Gao1-2/+2
2016-08-19BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions sectionYonghong Zhu2-2/+9
2016-08-19BaseTools: FMP capsule add the support to generate auth infoYonghong Zhu5-72/+194
2016-08-19BaseTools: Rsa2048Sha256Sign add new option to support Monotonic countYonghong Zhu1-6/+25
2016-08-19BaseTools: Add the PKCS7 toolYonghong Zhu9-3/+538
2016-08-19BaseTools-CLANG38: Add -O3 in DLINK2 flagShi, Steven1-2/+2
2016-08-19BaseTools: check CONF_PATH env to get the configure filesYonghong Zhu2-5/+11
2016-08-14BaseTools/GenFv: Account for rebase of FV section containing VTF fileLeo Duran1-4/+6
2016-08-12BaseTools RVCT: ignore various RVC diagnosticsArd Biesheuvel1-1/+1
2016-08-12BaseTools ARM AARCH64: drop redundant compiler argumentsArd Biesheuvel1-2/+2
2016-08-12BaseTools ARM AARCH64: pass CC flags to linker for XIP modules as wellArd Biesheuvel1-3/+3
2016-08-12BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCodeDandan Bi1-1/+0