summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-03-12BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu1-0/+1
2018-03-09BaseTools: GlobalData remove unused variableCarsey, Jaben1-2/+1
2018-03-09BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX1-1/+2
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu3-1/+5
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu8-268/+159
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF4-47/+31
2018-03-07BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek1-1/+1
2018-03-05BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy()Laszlo Ersek1-2/+2
2018-03-05BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek1-2/+2
2018-03-05BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek1-2/+2
2018-03-05BaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH definitionYonghong Zhu1-3/+10
2018-03-03BaseTools: Fix byte orders when handling 8-byte arrayYonghong Zhu1-1/+3
2018-03-03BaseTools: Fix bug when converting iSCSI nodeYonghong Zhu1-1/+1
2018-03-03BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu1-6/+9
2018-03-03BaseTools: Correct Structure Pcd value in the reportYonghong Zhu1-9/+63
2018-03-03BaseTools: Pcd Value override issue.Feng, Bob C1-6/+8
2018-03-03BaseTools: Fixed build failed issue.Feng, Bob C1-7/+14
2018-03-03BaseTools: Fixed Pcd value override issue.BobCF5-62/+157
2018-03-03BaseTools: DSC Components section support flexible PCDYunhua Feng2-1/+17
2018-03-03BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX2-0/+8
2018-03-02BaseTools: report error if flag in LABEL() invalidFeng, YunhuaX1-4/+10
2018-03-02BaseTools: Fix the bug for display incorrect *M flag in reportYonghong Zhu1-10/+10
2018-03-02BaseTools: Fix eval parse string issueFeng, YunhuaX1-4/+26
2018-03-02BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX1-1/+3
2018-03-02BaseTools: Fix the bug for single module build with GenC/GenMakeYonghong Zhu1-0/+8
2018-03-01BaseTools: Align WIN_CERTIFICATE_UEFI_GUID definition to MdePkg one.Liming Gao1-2/+2
2018-03-01BaseTools: Enhance FV info report file path to support absolute pathYonghong Zhu1-1/+7
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2-103/+112
2018-02-28BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF2-110/+182
2018-02-28BaseTools: Improve build performance of structure PCD value generationFeng, Bob C3-84/+101
2018-02-28BaseTools: Fixed the pcd value override issue.Feng, Bob C4-24/+44
2018-02-28BaseTools/tools_def: use separate PP definition for DTCArd Biesheuvel2-8/+4
2018-02-28BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu2-3/+17
2018-02-28BaseTools: Fix report not used --pcd value incorrectlyFeng, YunhuaX1-0/+1
2018-02-28BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX5-65/+123
2018-02-27BaseTools: Update GenFw to correct DebugEntry Offset when convert XIP imageLiming Gao1-0/+6
2018-02-27BaseTools: Add more error message when PcdValue is wrongLiming Gao1-0/+2
2018-02-27BaseTools: Resolve BaseTools C tool build failureLiming Gao2-1/+4
2018-02-27BaseTools:Override the MAKE_FLAGS by BuildOptions in DSCYonghong Zhu1-0/+7
2018-02-26BaseTools GenFv: Update error message to describe PE image alignmentLiming Gao1-3/+3
2018-02-26BaseTools: Add the missing basic definition in C BaseType.hLiming Gao1-0/+25
2018-02-25BaseTools: Add *B Flag for the field that from command lineYonghong Zhu1-7/+3
2018-02-25BaseTools: Update ValueExpressionEx for flexible PCDFeng, YunhuaX1-75/+130
2018-02-25BaseTools/Expression: Use 2nd passes on PCD valuesKinney, Michael D1-1/+25
2018-02-23BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu1-0/+4
2018-02-23BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu1-1/+3
2018-02-23BaseTools: Add WindowsLike path in front of PATH EnvYonghong Zhu1-1/+1
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