summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Add missing spaces for PCD expression values in AutoGenCKonstantin Aladyshev2022-10-191-1/+1
* BaseTools: Correct initialization data size check for array PCDsKonstantin Aladyshev2022-10-191-8/+8
* BaseTools/GenFds: Correct file type set for the PIC sectionKonstantin Aladyshev2022-10-191-1/+1
* BaseTools: Support COMPAT16 section generationKonstantin Aladyshev2022-10-191-0/+1
* BaseTools: Add support for SUBTYPE_GUID section generationKonstantin Aladyshev2022-10-193-0/+110
* BaseTools: Correct BPDG tool error printsKonstantin Aladyshev2022-10-191-2/+2
* BaseTools/FMMT: Add Shrink Fv functionChen, Christine2022-10-193-1/+60
* BaseTools/FMMT: Add Extract FV functionChen, Christine2022-10-193-22/+31
* BaseTools: Remove duplicated words in Python toolsPierre Gondois2022-10-192-2/+2
* BaseTools: Updated build tools to support new LoongArch.Chao Li2022-10-143-4/+44
* Revert "BaseTools: Fix DSC LibraryClass precedence rule"Liming Gao2022-08-281-2/+2
* BaseTools/Capsule: Support signtool input subject name to sign capsule fileJason1 Lin2022-07-271-9/+34
* BaseTools: INF should use latest Pcd value instead of default valueLi, Yi12022-07-241-1/+3
* BaseTools: Fix DSC LibraryClass precedence ruleChen, Christine2022-07-171-2/+2
* BaseTools: add '-p' for Linux 'cp' command.Chen, Christine2022-07-172-3/+3
* BaseTools: Fix the GenMake bug for .cpp source fileFeng, Bob C2022-06-281-1/+2
* BaseTools/Ecc: Fix grammar in Ecc error messageRebecca Cran2022-06-271-2/+2
* BaseTools: output the intermediate library instance when error occursNi, Ray2022-06-161-1/+3
* BaseTools: Fix dependency issue in PcdValueInitJake Garver2022-06-061-1/+2
* BaseTools: Remove RVCT supportedk2-stable202205-rc1Rebecca Cran2022-05-134-16/+6
* BaseTools: Add FMMT Python ToolChen, Christine2022-05-0620-0/+2695
* BaseTools: Move gPlatformFinalPcd to Datapipe and optimize sizeLi, Yi12022-04-225-11/+13
* BaseTools:Support decimal version number in ECC checkwenyi,xie via groups.io2022-03-281-3/+15
* BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.cBob Feng2022-03-261-0/+5
* BaseTools: Add the FeatureFlagExpression usage to the Source SectionYi Li2022-03-265-5/+59
* BaseTools: Fix error leg in DscBuildData.pyJake Garver via groups.io2022-02-071-1/+1
* BaseTools: Fix wrong variable header sizeChen, Lin Z2022-01-131-1/+5
* BaseTools: Fix the bug of --cmd-len build optionBob Feng2021-12-282-0/+3
* BaseTools: Add authenticated variable store supportChen, Lin Z2021-11-113-3/+59
* BaseTools: Change RealPath to AbsPathChen, Christine2021-10-133-6/+6
* BaseTools: Remove hard-coded strings for target and tools_defPierre Gondois2021-09-295-14/+10
* BaseTools: Remove Makefile/MakefileName fieldsPierre Gondois2021-09-293-5/+0
* BaseTools/build: Set MakefileNamePierre Gondois2021-09-291-1/+4
* BaseTools/GenMake: Use ToolDefinition as fallback optionPierre Gondois2021-09-291-4/+4
* BaseTools: use shutil.copyfile instead shutil.copy2Bob Feng2021-08-021-4/+4
* python: Replace distutils.utils.split_quotes with shlex.splitCole2021-08-022-4/+4
* build: Fix python3.10 threading DeprecationWarningsCole2021-08-021-24/+24
* BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng2021-07-125-131/+73
* BaseTools: build: Set ReturnCode on POSTBUILD failGarrett Kirkendall2021-05-211-0/+1
* BaseTools: Add support for version 3 of FMP Image Header structureSughosh Ganu2021-05-122-9/+24
* BaseTools: Fix DSC override of Guided toolMichael D Kinney2021-05-103-97/+190
* BaseTools: Fix New Target/ToolChain/Arch in DSC [BuildOptions] issuesMichael D Kinney2021-05-033-30/+26
* BaseTools/Source/Python: New Target/ToolChain/Arch in DSC [BuildOptions]Michael D Kinney2021-04-295-96/+230
* BaseTools/GenMake: Sort generated makefile tool definitionsMichael D Kinney2021-04-271-4/+8
* BaseTools/Source/Python: Verify TAB_TOD_DEFINES_FAMILY key presentMichael D Kinney2021-04-232-5/+15
* BaseTools/Source/Python: Remove CPU architecture assumptionsMichael D Kinney2021-04-153-7/+5
* BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixesMichael D Kinney2021-04-141-15/+21
* BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois2021-03-181-3/+5
* BaseTools: Align include guards policyPierre Gondois2021-02-262-2/+4
* BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson2021-02-091-0/+29