summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fixed incorrect VPD size.BobCF2018-01-251-6/+4
* BaseTool: Fixed the StructurePcd incorrect value.Feng, Bob C2018-01-251-3/+6
* BaseTools: Fixed some small issuesFeng, Bob C2018-01-253-4/+10
* BaseTools: Fixed build failure for the PCD value initialization.Feng, Bob C2018-01-251-2/+14
* BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C2018-01-253-1/+7
* BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2018-01-252-3/+35
* BaseTools: CommonLib Fix Crash to write the last byteLiming Gao2018-01-251-1/+1
* BaseTools: Barf on unknown HOST_ARCH in C MakefileChema Gonzalez2018-01-242-8/+10
* BaseTools: Add DefaultStore section format CheckYonghong Zhu2018-01-232-1/+9
* BaseTools: update SKUID value to support both integer and Hex numberYonghong Zhu2018-01-232-6/+7
* BaseTools: Enhance binary file in [Binaries] section use relative pathYonghong Zhu2018-01-231-0/+2
* BaseTools: Add "processing meta-data" string backYonghong Zhu2018-01-231-3/+3
* BaseTools/tools_def CLANG3x: ignore unknown warning optionsArd Biesheuvel2018-01-221-3/+3
* BaseTools: Optimizing DscDefaultValue process in BuildReportFrom: Yunhua Feng2018-01-211-2/+2
* BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng2018-01-211-3/+3
* BaseTools: enhance error handling for option --binary-sourceYonghong Zhu2018-01-191-0/+6
* BaseTools: Use nasm as the preferred assembly source files for XCODE5 toolLiming Gao2018-01-161-1/+0
* BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE targetLiming Gao2018-01-161-3/+3
* BaseTools: Disable warning varargs in XCODE5 align to CLANG38Liming Gao2018-01-161-6/+6
* BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 featureYunhua Feng2018-01-151-2/+6
* BaseTools/DevicePath: Fix potential null pointer dereferenceHao Wu2018-01-151-0/+5
* BaseTools/C/Common: Fix potential null pointer dereferenceHao Wu2018-01-151-0/+7
* BaseTools/DevicePath: Fix potential memory leakHao Wu2018-01-152-2/+14
* BaseTools/C/Common: Fix potential memory leakHao Wu2018-01-151-1/+4
* BaseTools/C/Common: Fix code to be more readableHao Wu2018-01-151-2/+2
* BaseTools: Correct Target Path in CodaTargetList replace PathYunhua Feng2018-01-101-1/+2
* BaseTools: Add back the cc71d8 version's fixYonghong Zhu2018-01-091-6/+6
* BaseTools: Not print SKUID info for PCD when it is only Single SKUIDYonghong Zhu2018-01-091-35/+59
* BaseTools: Fix Sku inherit issue.BobCF2018-01-082-2/+4
* BaseTools: Fix Pcd value override issue caused by SKU inheritFeng, Bob C2018-01-081-2/+44
* BaseTools: Fix an issue in HiiPcd generationBobCF2018-01-081-3/+2
* BaseTools: Fix compile error on VS2010Yonghong Zhu2018-01-031-3/+2
* BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it upLaszlo Ersek2018-01-031-6/+14
* BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao2018-01-031-5/+1
* BaseTools: Fix the regression bug of a74398 for SubFv ImageYonghong Zhu2018-01-031-2/+2
* BaseTools: resolve initialization order errors in VfrFormPkg.hzenith4322018-01-023-414/+257
* BaseTools: silence parentheses-equality warningzenith4322018-01-024-1/+7
* BaseTools: eliminate unused expression resultzenith4322018-01-022-3/+3
* BaseTools: correct mal-typed CVfrDLGLexer::errstdzenith4322018-01-021-1/+1
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-3117-9/+8959
* BaseTools: Fix the bug for QuarkPlatformPkg build failureZhu, Yonghong2017-12-291-1/+1
* BaseTools: Fix a bug for different FV use same FILE statement GuidYonghong Zhu2017-12-293-4/+7
* BaseTools: Remove 'COMMON' in PCD SkuInfoListBobCF2017-12-271-2/+1
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-279-114/+430
* BaseTools: Add Platform Override Build Options for PcdValueInitYonghong Zhu2017-12-271-4/+73
* BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py fileYonghong Zhu2017-12-273-3/+3
* BaseTools: Update Python Makefile to include the new added python filesLiming Gao2017-12-271-0/+4
* BaseTools: Update SkuId checker to make sure it be valid UINT64 valueLiming Gao2017-12-271-3/+3
* BaseTools: Fix building FatPkg failed issueFeng, Bob C2017-12-261-2/+16
* BaseTools: Fixed the issue of structure pcd filed sku inherit overrideLiming Gao2017-12-252-58/+118