summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "BaseTools: Fix DSC LibraryClass precedence rule"Liming Gao2022-08-281-2/+2
* BaseTools/Source/C/GenSec: Fix EFI_SECTION_FREEFORM_SUBTYPE_GUID headerMichael D Kinney2022-08-191-1/+1
* Basetools/GenFw: Allow AARCH64 builds to use the --prm flagJose Marinho2022-08-081-3/+3
* BaseTools/GenSec: Support EFI_SECTION_FREEFORM_SUBTYPE_GUID sectionsKonstantin Aladyshev2022-08-061-2/+169
* BaseTools/VolInfo: Parse EFI_SECTION_FREEFORM_SUBTYPE_GUID headerKonstantin Aladyshev2022-08-061-1/+9
* BaseTools/VolInfo: Show FV section boundariesKonstantin Aladyshev2022-08-061-0/+2
* BaseTools/GenSec: Fix typoKonstantin Aladyshev2022-08-061-1/+1
* BaseTools/VolInfo: Show encapsulation sectionsKonstantin Aladyshev2022-07-271-0/+6
* BaseTools/Capsule: Support signtool input subject name to sign capsule fileJason1 Lin2022-07-271-9/+34
* BaseTools/VolInfo: Correct EFI_SECTION_VERSION displayKonstantin Aladyshev2022-07-241-2/+9
* BaseTools/VolInfo: Increase define for highest section valueKonstantin Aladyshev2022-07-241-2/+2
* BaseTools/VolInfo: Correct alignment attributes displayKonstantin Aladyshev2022-07-241-102/+96
* 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-135-25/+7
* BaseTools: Add FMMT Python ToolChen, Christine2022-05-0620-0/+2695
* BaseTools: Move gPlatformFinalPcd to Datapipe and optimize sizeLi, Yi12022-04-225-11/+13
* BaseTools: Fix DevicePath tool build failure issueFeng, Bob C2022-04-121-0/+5
* BaseTools:Support decimal version number in ECC checkwenyi,xie via groups.io2022-03-281-3/+15
* Basetools: turn off gcc12 warningGerd Hoffmann2022-03-281-0/+3
* BaseTools: fix gcc12 warningGerd Hoffmann2022-03-281-1/+2
* BaseTools: fix gcc12 warningGerd Hoffmann2022-03-282-2/+2
* 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/GenFw: Enhance GenFw to support PRM GCC buildHuang, Li-Xia2022-03-165-5/+315
* BaseTools: Update brotli submoduleBob Feng2022-02-153-1/+17
* 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/VfrCompile: Correct Bit Field Flags for numeric/one ofHuang, Long12021-12-092-1/+4
* BaseTools: Increase the DevicePath length for support more PCD value.Jiang, Xiaolu2021-12-091-1/+1
* BaseTools: Add authenticated variable store supportChen, Lin Z2021-11-113-3/+59
* BaseTools/VrfCompile: Fix uninitialized field from unnamed fieldMichael D Kinney2021-11-031-2/+2
* 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
* GenFv: Arm: support images entered in Thumb modeEtienne Carriere2021-08-111-9/+29
* 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 GenFw: Add support for R_RISCV_PCREL_LO12_S relocationSunil V L2021-07-211-0/+55
* BaseTools: Enable the flag to treat dynamic pcd as dynamicExBob Feng2021-07-125-131/+73
* BaseTools GenFw: Add support for RISCV GOT/PLT relocationsSunil V L2021-06-291-6/+53