summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/PatchCheck.py: Add warning info for new binary filesHao Wu2017-06-261-13/+21
* BaseTools/PatchCheck.py: Fix misreport for binary changes in patchHao Wu2017-06-261-3/+3
* BaseTools: support building the same INF more than once with -m optionYonghong Zhu2017-06-241-6/+9
* BaseTools: report error HiiString in HII format PCD must not be emptyYonghong Zhu2017-06-241-0/+7
* BaseTools: Fix the bug that use '|' or '||' in DSC file's Pcd valueYunhua Feng2017-06-241-1/+6
* BaseTools: Enhance the report to not show the empty sectionYonghong Zhu2017-06-241-8/+5
* BaseTools: Enhance DEC Defines section format checkYunhua Feng2017-06-241-0/+15
* BaseTools: Copy "TianoCore" userextensions into As Built InfYonghong Zhu2017-06-242-0/+54
* BaseTools: Copy "MODULE_UNI_FILE" file into OUTPUT directoryYonghong Zhu2017-06-241-0/+5
* BaseTools: add /Gw to CC_FLAGS for VS2013 and higher tool chain tagsYonghong Zhu2017-06-231-48/+48
* BaseTools/tools_def: AARCH64: disable LTO type mismatch warningsArd Biesheuvel2017-06-221-1/+1
* BaseTools/tools_def GCC: ARM/AARCH64: drop -save-temps from command lineArd Biesheuvel2017-06-221-3/+3
* BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule fileYonghong Zhu2017-06-072-5/+13
* BaseTools: Fix incremental build failure that override file be removedYonghong Zhu2017-06-071-0/+2
* BaseTools/GCC ARM/AARCH64: Force disable PIEdann frazier2017-06-011-2/+2
* BaseTools/Scripts: fix GccBase.lds line endingsArd Biesheuvel2017-05-281-1/+1
* BaseTools: Correct if condition expression for DatumType == 'VOID*'Yonghong Zhu2017-05-251-1/+1
* BaseTools/Scripts: discard .gnu.hash section in GCC buildsArd Biesheuvel2017-05-241-1/+1
* BaseTools: Fix the bug that different DSC file use same build outputYonghong Zhu2017-05-241-1/+8
* BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu2017-05-242-2/+19
* BaseTools: Clean up tools_def.template for XCODE5Michael Kinney2017-05-191-26/+28
* BaseTools: Add -D NO_MSABI_VARGS to X64 XCODE5 CC_FLAGSMichael Kinney2017-05-191-3/+3
* BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu2017-05-124-54/+39
* BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu2017-05-122-6/+6
* BaseTools: Correct VOID* PatchPcd Size in Library AutogenYonghong Zhu2017-05-111-3/+4
* BaseTools/Ecc: Add line break support for exception listHess Chen2017-05-111-2/+2
* BaseTools: PCD can only use single access method by source buildYonghong Zhu2017-05-061-0/+16
* BaseTools: remove the hardcoded /bin/bash for PreBuild/PostBuildYonghong Zhu2017-05-051-2/+2
* BaseTools: Sync BrotliCompress script the same styleSong, BinX2017-05-051-23/+32
* BaseTools: Add --version option in Brotli and BrotliCompressSong, BinX2017-05-053-22/+55
* BaseTools: Rsa2048Sha256GenerateKeys to support OPENSSL_PATH has spaceYonghong Zhu2017-04-271-0/+2
* BaseTools: Rsa2048Sha256Sign Tool to support OPENSSL_PATH has spaceYonghong Zhu2017-04-271-0/+2
* BaseTools: Pkcs7Sign Tool to support OPENSSL_PATH has spaceYonghong Zhu2017-04-271-0/+2
* BaseTools/VolInfo: Update OPENSSL_PATH to support space charactersYonghong Zhu2017-04-271-4/+9
* BaseTools: fix the typo in function name LanuchPostbuildNikolai SAOUKH2017-04-271-3/+2
* BaseTools: Fix a bug for BOOLEAN type value in Asbuilt infYonghong Zhu2017-04-271-0/+7
* BaseTools: Update the Conf directory to use the absolute pathYonghong Zhu2017-04-181-4/+4
* BaseTools/ECC: Add a new checkpointHess Chen2017-04-134-2/+159
* BaseTools: Fix re-build issue after tools_def/build_rule updated.Derek Lin2017-04-131-0/+8
* BaseTools: Fix build fail after clean or cleanall target.Derek Lin2017-04-131-1/+2
* BaseTools/Pkcs7Sign: Update the test certificates & Readme.mdLong Qin2017-04-128-230/+286
* BaseTools/ECC: Change check rule for Ifndef statementHess Chen2017-04-111-7/+8
* BaseTools: Add option in CLANG38 to disable warning unknown-warning-optionLiming Gao2017-04-111-1/+1
* BaseTools: Convert BrotliCompress.bat to DOS formatLiming Gao2017-04-071-1/+1
* BaseTools: Update tools_def.template to add -fno-builtin in GCC tool chainLiming Gao2017-04-061-7/+7
* BaseTools: update error message for SKUID_IDENTIFIER formatYonghong Zhu2017-04-061-2/+2
* BaseTools: Add the missing copyrights in BrotliCompress.batLiming Gao2017-04-061-0/+13
* BaseTools/UPT: Fix a parser issueHess Chen2017-04-052-11/+7
* BaseTools/UPT: Support Unicode pathHess Chen2017-04-052-5/+10
* BaseTools/UPT: Use a simple way to get package pathHess Chen2017-04-051-20/+36