summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* edksetup.sh, BaseTools/BuildEnv: add --reconfig supportLeif Lindholm2016-10-241-1/+2
* edksetup.bat: Support --nt32 X64Cinnamon Shia2016-10-241-0/+4
* BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dllLiming Gao2016-10-211-2/+2
* BaseTools/PatchCheck.py: Update to report error for EFI_D_*Yonghong Zhu2016-10-211-0/+14
* BaseTools/PatchCheck.py: Update to handle the two [] as prefixYonghong Zhu2016-10-211-8/+9
* BaseTools/PatchCheck.py: Update for max length of subject and message lineYonghong Zhu2016-10-211-4/+4
* 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: support the NOOPT target with the GCC tool chainsYonghong Zhu2016-10-121-25/+73
* 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: Add some posixlike files for LinuxYonghong Zhu2016-09-273-0/+42
* BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu2016-09-276-6/+455
* BaseTools: handling the case that map file is not existYonghong Zhu2016-09-251-16/+17
* 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