summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/build/BuildReport.py
AgeCommit message (Expand)AuthorFilesLines
2018-07-30BaseTools: Update build report for StructurePcd valueYunhua Feng1-2/+12
2018-07-27BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng1-1/+7
2018-07-25BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng1-6/+14
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng1-1/+6
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-0/+3
2018-07-09BaseTools: Clean up source filesLiming Gao1-16/+16
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin1-2/+2
2018-06-27BaseTools: Fix old python2 idiomsGary Lin1-2/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin1-5/+5
2018-06-27BaseTools: Refactor python except statementsGary Lin1-2/+2
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey1-13/+13
2018-06-06BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng1-0/+40
2018-06-06BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng1-163/+167
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-1/+1
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-6/+6
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-15/+15
2018-05-02BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben1-17/+2
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-28/+28
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben1-2/+2
2018-04-10BaseTools: copy a dictionary from InfClassObject to BuildReportCarsey, Jaben1-1/+15
2018-04-09BaseTools: Pcds in [Components] are not display correct in the reportYonghong Zhu1-0/+1
2018-04-09BaseTools: Pcd not used info should not in Module PCD sectionYonghong Zhu1-5/+6
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-19/+19
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu1-1/+3
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-01BaseTools: Enhance FV info report file path to support absolute pathYonghong Zhu1-1/+7
2018-02-28BaseTools: Fix report not used --pcd value incorrectlyFeng, YunhuaX1-0/+1
2018-02-25BaseTools: Add *B Flag for the field that from command lineYonghong Zhu1-7/+3
2018-01-30BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng1-2/+7
2018-01-21BaseTools: Optimizing DscDefaultValue process in BuildReportFrom: Yunhua Feng1-2/+2
2018-01-09BaseTools: Add back the cc71d8 version's fixYonghong Zhu1-6/+6
2018-01-09BaseTools: Not print SKUID info for PCD when it is only Single SKUIDYonghong Zhu1-35/+59
2017-12-27BaseTools: Support PCD flexible values formatYonghong Zhu1-0/+6
2017-12-25BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao1-5/+5
2017-12-25BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao1-38/+258
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu1-3/+4
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu1-4/+25
2017-09-09BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu1-3/+3
2017-08-01BaseTools: Fix the bug to correctly check Pcd type that in FDF fileYonghong Zhu1-0/+7
2017-07-07BaseTools/build: register MM module types with build tools.Supreeth Venkatesh1-1/+3
2017-06-24BaseTools: Enhance the report to not show the empty sectionYonghong Zhu1-8/+5
2017-01-04BaseTools: fix the bug for Mixed Pcd display in the reportYonghong Zhu1-6/+15
2016-11-29BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu1-1/+4
2016-07-29BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu1-1/+17
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu1-0/+8
2016-04-12BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu1-1/+52
2016-03-29BaseTools: Add two new sections for PCD in the build reportYonghong Zhu1-16/+96