summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/build
AgeCommit message (Expand)AuthorFilesLines
2017-12-13BaseTools: enable hash value check for single module buildYonghong Zhu1-1/+4
2017-12-13BaseTools: back up the binary files when hash value is sameYonghong Zhu1-0/+5
2017-12-05BaseTools: Update Makefile to support FFS file generationYonghong Zhu1-6/+42
2017-11-20BaseTools: Fix a bug for single module build with GenC/GenMake optionYonghong Zhu1-5/+0
2017-10-11BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu1-3/+4
2017-10-10BaseTools: Fix a bug to use module's Name attribute as compareYonghong Zhu1-1/+1
2017-09-28BaseTools: Fix the regression bug to build single moduleYonghong Zhu1-0/+12
2017-09-27BaseTools: add support for BIOS build with binary cacheYonghong Zhu1-0/+30
2017-09-26BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2-11/+91
2017-09-09BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu1-3/+3
2017-09-05BaseTools: update help info for -Y option to include 'HASH'Yonghong Zhu1-1/+1
2017-08-11BaseTools/build: Expand PREBUILD/POSTBUILD DSC actionsMichael D Kinney1-28/+80
2017-08-01BaseTools: Fix the bug to correctly check Pcd type that in FDF fileYonghong Zhu1-0/+7
2017-07-26BaseTools: Fix the bug that warn() function with only 1 argumentYonghong Zhu1-1/+1
2017-07-26BaseTools: add some comment for .PrebuildEnv file's usageYonghong Zhu1-0/+5
2017-07-13BaseTools/Build: Support python scripts in PREBUILD/POSTBUILDMichael Kinney1-2/+2
2017-07-07BaseTools/build: register MM module types with build tools.Supreeth Venkatesh2-2/+4
2017-06-24BaseTools: support building the same INF more than once with -m optionYonghong Zhu1-6/+9
2017-06-24BaseTools: Enhance the report to not show the empty sectionYonghong Zhu1-8/+5
2017-05-24BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu1-2/+2
2017-05-05BaseTools: remove the hardcoded /bin/bash for PreBuild/PostBuildYonghong Zhu1-2/+2
2017-04-27BaseTools: fix the typo in function name LanuchPostbuildNikolai SAOUKH1-3/+2
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-11-02BaseTools: Fix a bug for tooldef class not include the newly EnvYonghong Zhu1-0/+2
2016-09-30BaseTools Build: Fix build break for clean target in LinuxHao Wu1-3/+3
2016-09-21BaseTools: Update python tool to call external tools with shell true modeLiming Gao1-1/+2
2016-08-19BaseTools: check CONF_PATH env to get the configure filesYonghong Zhu1-3/+6
2016-07-29BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu1-1/+17
2016-07-05BaseTools: Add support for $(FAMILY) macroYonghong Zhu1-0/+23
2016-05-23BaseTools: Add error condition for the path in PACKAGES_PATH envZhu, Yonghong1-0/+6
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu1-0/+8
2016-04-19BaseTools: enhance error handling for DSC fileYonghong Zhu1-0/+3
2016-04-12BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu2-3/+54
2016-04-07BaseTools: Add support to merge Prebuild and Postbuild into build ProcessYonghong Zhu1-9/+189
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu1-1/+1
2016-03-29BaseTools: Add two new sections for PCD in the build reportYonghong Zhu1-16/+96
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu1-0/+12
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu2-13/+29
2016-03-11BaseTools: update the mail address for stack trace infoYonghong Zhu1-1/+1
2016-02-18BaseTools: report an error message when failed to start build commandYonghong Zhu1-1/+2
2016-01-21BaseTools: make build report tolerant of FVs specified by nameEugene Cohen1-34/+38
2015-12-07BaseTools: Fix a bug in the VPD report generationYonghong Zhu1-3/+3
2015-12-01BaseTools: Clean some coding style issuesYonghong Zhu2-40/+40
2015-11-30BaseTools: Add a VPD report subsection of FLASH to the ReportYonghong Zhu1-0/+35
2015-11-06BaseTools: Print PACKAGES_PATH build environment if it is set.Liming Gao1-0/+6
2015-11-06BaseTools: Don't require ECP pkg in WORKSPACE when PACKAGES_PATH is setLiming Gao1-10/+12
2015-10-12BaseTools: Fixed an error reported during generating reportYonghong Zhu1-5/+6
2015-10-08BaseTools: Update Build tool to support multiple workspacesLi YangX2-8/+15
2015-06-23BaseTools: Build report should not be generated if build failed.Yingke Liu1-1/+7