summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-02-10BaseTools: Fix VOID* type bugFeng, YunhuaX1-0/+2
2018-02-09BaseTool: correct the generate compress section processFeng, YunhuaX1-8/+5
2018-02-09BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng3-31/+13
2018-02-09BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBERYonghong Zhu2-6/+11
2018-02-08BaseTools: Enhance error handling for unsupported toolchain Flags/PathYonghong Zhu1-1/+5
2018-02-08BaseTools: Fixed incorrect Structure Pcd Value.Feng, Bob C1-7/+13
2018-02-08BaseTools: Fixed Build failed issue.BobCF1-1/+6
2018-02-08BaseTool: Fixed Pcd issues.Feng, Bob C4-79/+100
2018-02-07BaseTools: Fix COMPRESS alignment incorrect issueFeng, YunhuaX1-0/+14
2018-02-07BaseTools/Conf: Add VS2017/ARM supportPete Batard2-1/+61
2018-02-07BaseTools: Report error when GUID format is incorrectFeng, YunhuaX1-10/+4
2018-02-07BaseTools: Fix flexible PCD DEVICE_PATH parse issueFeng, YunhuaX1-1/+2
2018-02-07BaseTools: Fix build argument --pcd for flexible format bugsFeng, YunhuaX3-7/+72
2018-02-06BaseTools/Conf: disable DTC legacy phandle formatArd Biesheuvel2-1/+2
2018-02-06BaseTools: enhance error check for DatumType formatYonghong Zhu1-1/+6
2018-02-06BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao18-36/+18
2018-02-06BaseTools GNUmakefile: Move HOST_ARCH detection into common makefileLiming Gao1-2/+26
2018-02-04BaseTools: Update Expression.py for VOID* to support L'a' and 'a'Feng, YunhuaX2-3/+20
2018-02-04BaseTools: StructurePcd array Value support flexible formatFeng, YunhuaX1-2/+33
2018-02-02BaseTools: Fix make PcdValueCommon.c failure on GCCFeng, YunhuaX1-2/+1
2018-02-01BaseTools CommonLib: Remove the unnecessary print message in PcdValueCommonLiming Gao1-10/+0
2018-02-01BaseTools: Structure Pcd in CommandLine.Feng, Bob C7-98/+233
2018-02-01BaseTools: Support multiple .h fileFeng, Bob C4-7/+9
2018-02-01BaseTool: Enhance error handling.BobCF1-49/+67
2018-02-01BaseTool: Add comments in PcdValueInit.c.Feng, Bob C1-4/+6
2018-01-31BaseTools: Update BPDG to support L'' and '' format as VPD Pcd ValueYonghong Zhu2-17/+21
2018-01-31BaseTools: Fix the bug to align VPD PCD based on value typeYonghong Zhu1-2/+12
2018-01-30BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng5-178/+183
2018-01-30BaseTools: Fix indentation in CParser.py fileGary Lin2-18/+4
2018-01-25BaseTools: Fixed incorrect VPD size.BobCF1-6/+4
2018-01-25BaseTool: Fixed the StructurePcd incorrect value.Feng, Bob C1-3/+6
2018-01-25BaseTools: Fixed some small issuesFeng, Bob C3-4/+10
2018-01-25BaseTools: Fixed build failure for the PCD value initialization.Feng, Bob C1-2/+14
2018-01-25BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c fileFeng, Bob C3-1/+7
2018-01-25BaseTool: Combine the HiiPcd value if they link to same VariableFeng, Bob C2-3/+35
2018-01-25BaseTools: CommonLib Fix Crash to write the last byteLiming Gao1-1/+1
2018-01-24BaseTools: Barf on unknown HOST_ARCH in C MakefileChema Gonzalez2-8/+10
2018-01-23BaseTools: Add DefaultStore section format CheckYonghong Zhu2-1/+9
2018-01-23BaseTools: update SKUID value to support both integer and Hex numberYonghong Zhu2-6/+7
2018-01-23BaseTools: Enhance binary file in [Binaries] section use relative pathYonghong Zhu1-0/+2
2018-01-23BaseTools: Add "processing meta-data" string backYonghong Zhu1-3/+3
2018-01-22BaseTools/tools_def CLANG3x: ignore unknown warning optionsArd Biesheuvel1-3/+3
2018-01-21BaseTools: Optimizing DscDefaultValue process in BuildReportFrom: Yunhua Feng1-2/+2
2018-01-21BaseTools: Fix GenFds increment build bug that missing cover command option's...Yunhua Feng1-3/+3
2018-01-19BaseTools: enhance error handling for option --binary-sourceYonghong Zhu1-0/+6
2018-01-16BaseTools: Use nasm as the preferred assembly source files for XCODE5 toolLiming Gao1-1/+0
2018-01-16BaseTools: Disable -Wno-unused-const-variable in XCODE5 RELEASE targetLiming Gao1-3/+3
2018-01-16BaseTools: Disable warning varargs in XCODE5 align to CLANG38Liming Gao1-6/+6
2018-01-15BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 featureYunhua Feng1-2/+6
2018-01-15BaseTools/DevicePath: Fix potential null pointer dereferenceHao Wu1-0/+5