summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dllLiming Gao2016-10-211-2/+2
* BaseTools: Fix typos in comments and variablesGary Lin2016-10-2012-28/+28
* BaseTools: support PCD value to use expression in the DEC fileYonghong Zhu2016-10-192-29/+49
* BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu2016-10-191-0/+14
* BaseTools: Update sign tool to make MonotonicCount *after* PayloadYonghong Zhu2016-10-172-8/+8
* BaseTools/GenFds: Support FDF sections in any orderMichael Kinney2016-10-121-19/+4
* BaseTools: Extend FMP to support FV statement and FD statementYonghong Zhu2016-10-123-16/+53
* BaseTools Makefile: Enable O2 option for GCC tool chainLiming Gao2016-10-081-3/+3
* BaseTools GenVtf: Initialize the return point as NULLLiming Gao2016-10-081-0/+1
* BaseTools Makefile: Enable O2 option to replace Od for VS tool chainLiming Gao2016-10-082-3/+3
* BaseTools EfiLdrImage: Remove unnecessary exit (0)Liming Gao2016-10-081-1/+0
* BaseTools Build: Fix build break for clean target in LinuxHao Wu2016-09-301-3/+3
* BaseTools VS Makefile: Don't include ms.common in ms.appLiming Gao2016-09-301-2/+0
* BaseTools Makefile: Missing LFAGS in app.makefileLiming Gao2016-09-301-1/+1
* BaseTools: List missing source python files for Ecc tool in MakefileHao Wu2016-09-271-0/+20
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-275-6/+434
* BaseTools: handling the case that map file is not existYonghong Zhu2016-09-251-16/+17
* 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: 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: 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 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-198-3/+532
* 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
* BaseTool/VfrCompile: Remove reset button opcode in CheckQuestionOpCodeDandan Bi2016-08-121-1/+0
* 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
* 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