summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu2018-03-121-0/+1
* BaseTools: GlobalData remove unused variableCarsey, Jaben2018-03-091-2/+1
* BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX2018-03-091-1/+2
* BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2018-03-093-1/+5
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-098-268/+159
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-094-47/+31
* BaseTools/header.makefile: revert gcc-8 "-Wno-xxx" options on OSXLaszlo Ersek2018-03-071-1/+1
* BaseTools/GenVtf: silence false "stringop-overflow" warning with memcpy()Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-restrict"Laszlo Ersek2018-03-051-2/+2
* BaseTools/header.makefile: add "-Wno-stringop-truncation"Laszlo Ersek2018-03-051-2/+2
* BaseTools: update DNS_DEVICE_PATH/URI_DEVICE_PATH definitionYonghong Zhu2018-03-051-3/+10
* BaseTools: Fix byte orders when handling 8-byte arrayYonghong Zhu2018-03-031-1/+3
* BaseTools: Fix bug when converting iSCSI nodeYonghong Zhu2018-03-031-1/+1
* BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu2018-03-031-6/+9
* BaseTools: Correct Structure Pcd value in the reportYonghong Zhu2018-03-031-9/+63
* BaseTools: Pcd Value override issue.Feng, Bob C2018-03-031-6/+8
* BaseTools: Fixed build failed issue.Feng, Bob C2018-03-031-7/+14
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-035-62/+157
* BaseTools: DSC Components section support flexible PCDYunhua Feng2018-03-032-1/+17
* BaseTools: Dsc/Fdf conditional statement parse issueFeng, YunhuaX2018-03-032-0/+8
* BaseTools: report error if flag in LABEL() invalidFeng, YunhuaX2018-03-021-4/+10
* BaseTools: Fix the bug for display incorrect *M flag in reportYonghong Zhu2018-03-021-10/+10
* BaseTools: Fix eval parse string issueFeng, YunhuaX2018-03-021-4/+26
* BaseTools: GlobalData.gConfDirectory is None when run GenFdsFeng, YunhuaX2018-03-021-1/+3
* BaseTools: Fix the bug for single module build with GenC/GenMakeYonghong Zhu2018-03-021-0/+8
* BaseTools: Align WIN_CERTIFICATE_UEFI_GUID definition to MdePkg one.Liming Gao2018-03-011-2/+2
* BaseTools: Enhance FV info report file path to support absolute pathYonghong Zhu2018-03-011-1/+7
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-282-103/+112
* BaseTool: GUID format PCD value assignment fail in Structure PCD fieldBobCF2018-02-282-110/+182
* BaseTools: Improve build performance of structure PCD value generationFeng, Bob C2018-02-283-84/+101
* BaseTools: Fixed the pcd value override issue.Feng, Bob C2018-02-284-24/+44
* BaseTools/tools_def: use separate PP definition for DTCArd Biesheuvel2018-02-282-8/+4
* BaseTools: Fix a bug override Pcd by DSC Components sectionYonghong Zhu2018-02-282-3/+17
* BaseTools: Fix report not used --pcd value incorrectlyFeng, YunhuaX2018-02-281-0/+1
* BaseTools: Fix flexible PCD single quote and double quote bugsFeng, YunhuaX2018-02-285-65/+123
* BaseTools: Update GenFw to correct DebugEntry Offset when convert XIP imageLiming Gao2018-02-271-0/+6
* BaseTools: Add more error message when PcdValue is wrongLiming Gao2018-02-271-0/+2
* BaseTools: Resolve BaseTools C tool build failureLiming Gao2018-02-272-1/+4
* BaseTools:Override the MAKE_FLAGS by BuildOptions in DSCYonghong Zhu2018-02-271-0/+7
* BaseTools GenFv: Update error message to describe PE image alignmentLiming Gao2018-02-261-3/+3
* BaseTools: Add the missing basic definition in C BaseType.hLiming Gao2018-02-261-0/+25
* BaseTools: Add *B Flag for the field that from command lineYonghong Zhu2018-02-251-7/+3
* BaseTools: Update ValueExpressionEx for flexible PCDFeng, YunhuaX2018-02-251-75/+130
* BaseTools/Expression: Use 2nd passes on PCD valuesKinney, Michael D2018-02-251-1/+25
* BaseTools: Fix the bug to display the single SKUID infoYonghong Zhu2018-02-231-0/+4
* BaseTools: Add check for INF statement must be a .inf fileYonghong Zhu2018-02-231-1/+3
* BaseTools: Add WindowsLike path in front of PATH EnvYonghong Zhu2018-02-231-1/+1
* BaseTools: Fix VOID* type bugFeng, YunhuaX2018-02-101-0/+2
* BaseTool: correct the generate compress section processFeng, YunhuaX2018-02-091-8/+5
* BaseTools: Update Expression.py for string comparison and MACRO replace issueYunhua Feng2018-02-093-31/+13