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