summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/AutoGen/PlatformAutoGen.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-08BaseTools: Remove Duplicate sets of SkuName and SkuId from allskusetAshraf Ali S1-0/+2
2021-05-10BaseTools: Fix DSC override of Guided toolMichael D Kinney1-4/+3
2021-05-03BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney1-15/+12
2021-04-29BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney1-21/+94
2021-04-23BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney1-2/+7
2021-04-14BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney1-15/+21
2020-12-23BaseTools: Should always define PCD TOKEN value as Zero for static PCDYunhua Feng1-2/+1
2020-11-05BaseTools: Enable Module Scope Structure PcdBob Feng1-1/+7
2020-09-08BaseTools: Sort the Pcd set when generating the VPD binaryBob Feng1-1/+1
2020-03-31BaseTools:GuidedSectionTools.txt is not generated correctlyFan, ZhijuX1-1/+2
2020-02-12BaseTools: Rationalise makefile generationPierre Gondois1-6/+7
2019-12-18BaseTools: Fix build failure when multiple build targets givenBob Feng1-1/+1
2019-11-20BaseTools:Add [packages] section in dsc fileFan, ZhijuX1-0/+1
2019-09-17BaseTools: remove unnecessary calls of os.existFeng, Bob C1-4/+4
2019-09-10BaseTools: Sort Pcd settings to make PcdTokenNumber be fixedFeng, Bob C1-1/+2
2019-09-10BaseTools: Fixed issue for IgnoreAutoGenFeng, Bob C1-0/+2
2019-08-23BaseTools: Incorrect error message for library instance not foundFeng, Bob C1-1/+1
2019-08-19BaseTools: Fixed issue of incorrect Module Unique NameFeng, Bob C1-2/+3
2019-08-09BaseTools: Enable Multiple Process AutoGenFeng, Bob C1-5/+11
2019-08-09BaseTools: Decouple AutoGen ObjectsFeng, Bob C1-0/+1505