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