Age | Commit message (Expand) | Author | Files | Lines |
2022-08-28 | BaseTools: Fix DevicePath GNUmakefile for macOSedk2-stable202208 | Rebecca Cran | 1 | -0/+2 |
2022-08-28 | Revert "BaseTools: Fix DSC LibraryClass precedence rule" | Liming Gao | 1 | -2/+2 |
2022-08-19 | BaseTools/Source/C/GenSec: Fix EFI_SECTION_FREEFORM_SUBTYPE_GUID header | Michael D Kinney | 1 | -1/+1 |
2022-08-08 | Basetools/GenFw: Allow AARCH64 builds to use the --prm flag | Jose Marinho | 1 | -3/+3 |
2022-08-06 | BaseTools/GenSec: Support EFI_SECTION_FREEFORM_SUBTYPE_GUID sections | Konstantin Aladyshev | 1 | -2/+169 |
2022-08-06 | BaseTools/VolInfo: Parse EFI_SECTION_FREEFORM_SUBTYPE_GUID header | Konstantin Aladyshev | 1 | -1/+9 |
2022-08-06 | BaseTools/VolInfo: Show FV section boundaries | Konstantin Aladyshev | 1 | -0/+2 |
2022-08-06 | BaseTools/GenSec: Fix typo | Konstantin Aladyshev | 1 | -1/+1 |
2022-07-27 | BaseTools/VolInfo: Show encapsulation sections | Konstantin Aladyshev | 1 | -0/+6 |
2022-07-27 | BaseTools/Capsule: Support signtool input subject name to sign capsule file | Jason1 Lin | 1 | -9/+34 |
2022-07-24 | BaseTools/VolInfo: Correct EFI_SECTION_VERSION display | Konstantin Aladyshev | 1 | -2/+9 |
2022-07-24 | BaseTools/VolInfo: Increase define for highest section value | Konstantin Aladyshev | 1 | -2/+2 |
2022-07-24 | BaseTools/VolInfo: Correct alignment attributes display | Konstantin Aladyshev | 1 | -102/+96 |
2022-07-24 | BaseTools: INF should use latest Pcd value instead of default value | Li, Yi1 | 1 | -1/+3 |
2022-07-17 | BaseTools: Fix DSC LibraryClass precedence rule | Chen, Christine | 1 | -2/+2 |
2022-07-17 | BaseTools: add '-p' for Linux 'cp' command. | Chen, Christine | 2 | -3/+3 |
2022-06-28 | BaseTools: Fix the GenMake bug for .cpp source file | Feng, Bob C | 1 | -1/+2 |
2022-06-27 | BaseTools/Ecc: Fix grammar in Ecc error message | Rebecca Cran | 1 | -2/+2 |
2022-06-16 | BaseTools: output the intermediate library instance when error occurs | Ni, Ray | 1 | -1/+3 |
2022-06-06 | BaseTools: Fix dependency issue in PcdValueInit | Jake Garver | 1 | -1/+2 |
2022-05-13 | BaseTools: Remove RVCT supportedk2-stable202205-rc1 | Rebecca Cran | 5 | -25/+7 |
2022-05-06 | BaseTools: Add FMMT Python Tool | Chen, Christine | 20 | -0/+2695 |
2022-04-22 | BaseTools: Move gPlatformFinalPcd to Datapipe and optimize size | Li, Yi1 | 5 | -11/+13 |
2022-04-12 | BaseTools: Fix DevicePath tool build failure issue | Feng, Bob C | 1 | -0/+5 |
2022-03-28 | BaseTools:Support decimal version number in ECC check | wenyi,xie via groups.io | 1 | -3/+15 |
2022-03-28 | Basetools: turn off gcc12 warning | Gerd Hoffmann | 1 | -0/+3 |
2022-03-28 | BaseTools: fix gcc12 warning | Gerd Hoffmann | 1 | -1/+2 |
2022-03-28 | BaseTools: fix gcc12 warning | Gerd Hoffmann | 2 | -2/+2 |
2022-03-26 | BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.c | Bob Feng | 1 | -0/+5 |
2022-03-26 | BaseTools: Add the FeatureFlagExpression usage to the Source Section | Yi Li | 5 | -5/+59 |
2022-03-16 | BaseTools/GenFw: Enhance GenFw to support PRM GCC build | Huang, Li-Xia | 5 | -5/+315 |
2022-02-15 | BaseTools: Update brotli submodule | Bob Feng | 3 | -1/+17 |
2022-02-07 | BaseTools: Fix error leg in DscBuildData.py | Jake Garver via groups.io | 1 | -1/+1 |
2022-01-13 | BaseTools: Fix wrong variable header size | Chen, Lin Z | 1 | -1/+5 |
2021-12-28 | BaseTools: Fix the bug of --cmd-len build option | Bob Feng | 2 | -0/+3 |
2021-12-09 | BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of | Huang, Long1 | 2 | -1/+4 |
2021-12-09 | BaseTools: Increase the DevicePath length for support more PCD value. | Jiang, Xiaolu | 1 | -1/+1 |
2021-11-11 | BaseTools: Add authenticated variable store support | Chen, Lin Z | 3 | -3/+59 |
2021-11-03 | BaseTools/VrfCompile: Fix uninitialized field from unnamed field | Michael D Kinney | 1 | -2/+2 |
2021-10-13 | BaseTools: Change RealPath to AbsPath | Chen, Christine | 3 | -6/+6 |
2021-09-29 | BaseTools: Remove hard-coded strings for target and tools_def | Pierre Gondois | 5 | -14/+10 |
2021-09-29 | BaseTools: Remove Makefile/MakefileName fields | Pierre Gondois | 3 | -5/+0 |
2021-09-29 | BaseTools/build: Set MakefileName | Pierre Gondois | 1 | -1/+4 |
2021-09-29 | BaseTools/GenMake: Use ToolDefinition as fallback option | Pierre Gondois | 1 | -4/+4 |
2021-08-11 | GenFv: Arm: support images entered in Thumb mode | Etienne Carriere | 1 | -9/+29 |
2021-08-02 | BaseTools: use shutil.copyfile instead shutil.copy2 | Bob Feng | 1 | -4/+4 |
2021-08-02 | python: Replace distutils.utils.split_quotes with shlex.split | Cole | 2 | -4/+4 |
2021-08-02 | build: Fix python3.10 threading DeprecationWarnings | Cole | 1 | -24/+24 |
2021-07-21 | BaseTools GenFw: Add support for R_RISCV_PCREL_LO12_S relocation | Sunil V L | 1 | -0/+55 |
2021-07-12 | BaseTools: Enable the flag to treat dynamic pcd as dynamicEx | Bob Feng | 5 | -131/+73 |