summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen
AgeCommit message (Expand)Author
2018-04-25Remove unused filesGuo Mang
2017-07-12BaseTools: Fix incremental build failure that override file be removedYonghong Zhu
2017-07-12BaseTools: Correct if condition expression for DatumType == 'VOID*'Yonghong Zhu
2017-07-12BaseTools: Fix the bug that different DSC file use same build outputYonghong Zhu
2017-07-12BaseTools: Fix incremental build bug on DynamicPcd Token GenerationYonghong Zhu
2017-07-12BaseTools: Fix the bug for CArray PCD override in command lineYonghong Zhu
2017-07-12BaseTools: Fix the bug that FixedPcdGetPtr failure for CArray PcdYonghong Zhu
2017-07-12BaseTools: Correct VOID* PatchPcd Size in Library AutogenYonghong Zhu
2017-07-12BaseTools: PCD can only use single access method by source buildYonghong Zhu
2017-07-12BaseTools: Fix a bug for BOOLEAN type value in Asbuilt infYonghong Zhu
2017-07-12BaseTools: Update the Conf directory to use the absolute pathYonghong Zhu
2017-04-13BaseTools: Fix re-build issue after tools_def/build_rule updated.Derek Lin
2017-04-13BaseTools: Fix build fail after clean or cleanall target.Derek Lin
2017-04-01BaseTools: Enhance StrDefs.h to include ImageDefs.hYonghong Zhu
2017-03-27BaseTools: Fix build failure for DynamicEx Pcd used in the LibraryYonghong Zhu
2017-03-25BaseTools: Skip module AutoGen by comparing timestamp.Derek Lin
2017-02-17BaseTools: Fix bug for GUIDED tool path override by DSC [BuildOptions]Yonghong Zhu
2017-02-14BaseTools: Enhance BaseTools supports FixedAtBuild usage in VFR fileYonghong Zhu
2016-12-02BaseTools: add error check for "#image" for idf file formatYonghong Zhu
2016-11-30BaseTools: fix the bug to add PaletteSize info into AutoGenYonghong Zhu
2016-11-04BaseTools: Fix the Windows GCC Build Failure with too long pathYonghong Zhu
2016-10-19BaseTools: Enhance tool to generate EFI_HII_IIBT_DUPLICATE image blockYonghong Zhu
2016-09-27BaseTools: support generating image package from BMP/JPEG/PNG filesYonghong Zhu
2016-09-20BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId rangeYonghong Zhu
2016-08-08BaseTools: Fix the bug when use FILE_GUID override the module in DSCYonghong Zhu
2016-08-08BaseTools: Allow string token identifier to use lower case lettersYonghong Zhu
2016-08-02BaseTools: Keep the Pcd order in the Asbuilt Inf is same with SourceYonghong Zhu
2016-07-29BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu
2016-07-27BaseTools: report error if source module INF is only list in FDF fileYonghong Zhu
2016-07-18BaseTools: Fix a bug for FixedPcd value generation in AutoGen fileYonghong Zhu
2016-06-15BaseTools: ignore the binary LIB file in gen_libsYonghong Zhu
2016-06-04BaseTools: fix the bug to build a compressed ROM image via .INF fileYonghong Zhu
2016-06-04BaseTools: Add error handling for current_dir is not existYonghong Zhu
2016-05-18BaseTools: support private package definitionYonghong Zhu
2016-05-16BaseTools: Fix bug to not mix comment into Asbuilt inf Depex sectionYonghong Zhu
2016-05-11BaseTools: fix a bug for uni file \x####\ format handlingYonghong Zhu
2016-05-06BaseTools: Support \x####\ in UNI files to specify non-ascii charactersYonghong Zhu
2016-04-27BaseTools: Fix the bug for .aml to use ASL binary type in Asbuilt infYonghong Zhu
2016-04-20BaseTools: add the support for --pcd feature to patch the binary efiYonghong Zhu
2016-04-20BaseTools: Add mixed PCD support featureYonghong Zhu
2016-04-19BaseTools: fix a bug for PEI VPD Pcd collectionYonghong Zhu
2016-04-15BaseTools: Fix PLATFORM_DIR variable value.Marvin.Haeuser@outlook.com
2016-04-14BaseTools: fix PLATFORM_DIR variable value for multiple workspaceYonghong Zhu
2016-04-07BaseTools: Enhance --Pcd which override by build optionYonghong Zhu
2016-03-23BaseTools: not include the undefined macro in response fileYonghong Zhu
2016-03-22BaseTools: Fix nmake failure due to command-line length limitationYonghong Zhu
2016-03-16BaseTools: add new command line option to support override PCD valueYonghong Zhu
2016-03-15BaseTools: Add two macros into AutoGenObject macro dictYonghong Zhu
2016-03-10BaseTools: report warning if VOID* PCD with {} value is not 8-byte alignedYonghong Zhu
2016-03-09BaseTools: Add Multiple Workspaces support for custom Makefiles.Marvin Haeuser