]> git.proxmox.com Git - mirror_edk2.git/history - BaseTools/Source/Python/Workspace/InfBuildData.py
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / BaseTools / Source / Python / Workspace / InfBuildData.py
2022-07-24 Li, Yi1BaseTools: INF should use latest Pcd value instead...
2022-04-22 Li, Yi1BaseTools: Move gPlatformFinalPcd to Datapipe and optim...
2022-03-26 Yi LiBaseTools: Add the FeatureFlagExpression usage to the...
2021-07-12 Bob FengBaseTools: Enable the flag to treat dynamic pcd as...
2019-08-29 Feng, Bob CBaseTools: Fixed regression issue for building !x86... edk2-stable201908
2019-08-09 Feng, Bob CBaseTools: Decouple AutoGen Objects
2019-08-09 Feng, Bob CBaseTools: Add functions to get platform scope build...
2019-07-12 Jiewen YaoBaseTools: Add HOST_APPLICATION module type.
2019-04-09 Michael D KinneyBaseTools: Replace BSD License with BSD+Patent License
2019-03-24 Feng, Bob CBaseTools: Remove the logic SourceOverridePath
2019-02-14 Antoine CoeurBaseTools: Various typo
2019-02-01 Feng, Bob CBaseTools: the list and iterator translation
2019-01-21 Carsey, JabenBaseTools/Workspace/InfBuildData: move functions
2019-01-17 Feng, Bob CBaseTools: Remove EDK_SOURCE keyword from Inf Parser.
2019-01-14 Feng, Bob CBaseTools: Remove unused logic for EDKI
2018-12-07 BobCFBaseTools: Optimize string concatenation
2018-12-07 Feng, Bob CBaseTool: Filter out unused structure pcds
2018-10-15 Liming GaoRevert BaseTools: PYTHON3 migration
2018-10-13 Yunhua FengBaseTools: Remove the "from __future__ import" items
2018-09-20 Carsey, JabenBaseTools: refactor to cache InfBuildData data
2018-09-20 Carsey, JabenBaseTools: Workspace classes refactor properties
2018-08-30 Carsey, JabenBaseTools: Refactor to remove functionally equivalent...
2018-08-30 Carsey, JabenBaseTools: Create and use a shared value for 'MSFT...
2018-08-20 Jaben CarseyBaseTools: remove unused setter functions
2018-08-20 Jaben CarseyBaseTools: remove unused code
2018-07-23 Yunhua FengBaseTools: enable FixedAtBuild (VOID*) PCD use in the...
2018-07-16 Gary LinBaseTools: Use absolute import in Workspace
2018-06-27 Gary LinBaseTools: Refactor python except statements
2018-05-28 Marvin.Haeuser@out... BaseTools: Rename String to StringUtils.
2018-05-04 Carsey, JabenBaseTools: dont make iterator into list if not needed
2018-05-02 Carsey, JabenBaseTools: remove redundant if comparison
2018-05-02 Carsey, JabenBaseTools: Replace Binary File type strings with predef...
2018-05-02 Carsey, JabenBaseTools: Replace PCD type strings with predefined...
2018-05-02 Carsey, JabenBaseTools: DataType - cleanup list constants
2018-05-02 Carsey, JabenBaseTools: Replace EDK Component strings with predefine...
2018-05-02 Carsey, JabenBaseTools: Share a dictionary instead of keeping multiples
2018-05-02 Carsey, JabenBaseTools: replace string constants used for module...
2018-04-18 Carsey, JabenBaseTools: refactor and remove un-needed use of .keys...
2018-04-18 Carsey, JabenBaseTools: use predefined constants instead of local...
2018-04-15 Feng, YunhuaXBaseTools: Fix one or more multiply defined symbols...
2018-04-10 Yonghong ZhuBaseTools: Fix two cases that use GUID CName as PCD...
2018-04-08 Carsey, JabenBaseTools: Workspace - use built in OrderedDict instead...
2018-03-30 Carsey, JabenBaseTools: Remove equality operator with None
2017-12-27 Yonghong ZhuBaseTools: Support PCD flexible values format
2017-12-27 Yonghong ZhuBaseTools: Update copyright year info of DSC/DEC/INF...
2017-12-25 Liming GaoBaseTools: Support Structure PCD value assignment in...