summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C
AgeCommit message (Expand)AuthorFilesLines
2026-01-06BaseTools/Source/C/Makefiles: Detect cycle in pidsMichael D Kinney1-0/+4
2025-12-24BaseTools/GenFw: Ignore R_*_NONE relocations on all architecturesArd Biesheuvel1-10/+9
2025-12-24BaseTools,UefiPayloadPkg: Replace deprecated R_AARCH64_NONE valueArd Biesheuvel1-1/+1
2025-12-24BaseTools: GNUMakefiles must use CMD.EXE in WindowsMichael D Kinney7-15/+15
2025-12-22BaseTools: Fix multiple security vulnerabilities (Defense in Depth)200004198-126/+173
2025-12-03BaseTools/VfrCompile: Minor code cleanupMike Beaton6-17/+17
2025-12-03BaseTools/VfrCompile: Fix null pointer deref when dumping internal typesMike Beaton1-2/+4
2025-12-03BaseTools/VfrCompile: Fix bit field access logicMike Beaton2-3/+3
2025-12-03BaseTools/VfrCompile: Prevent uninitialized memory accessMike Beaton1-12/+15
2025-12-03BaseTools/VfrCompile: Fix EFI_GUID unaligned accessMike Beaton2-3/+9
2025-12-03BaseTools/VfrCompile: Fix memory issuesVitaly Cheptsov1-1/+7
2025-12-03BaseTools: Update OFFSET_OF macro for use with UBSanMike Beaton1-1/+7
2025-11-21BaseTools: Fix error messages in GnuMakeUtils scriptOleksandr Tymoshenko1-9/+9
2025-11-19BaseTools: Update brotli submoduleDongyan Qian1-0/+0
2025-11-05BaseTools: Update Brotli Compress to 1.2.0Vineel Kovvuri[MSFT]3-1/+9
2025-11-03BaseTools/GenFW: RISC-V: Detect Zicfilp extensionTuan Phan2-0/+8
2025-10-30BaseTools: Remove DXE_SAL_DRIVERSathya Ravichandran2-9/+3
2025-10-21BaseTools: Add Quoting to Python Path on WindowsNate DeSimone1-6/+7
2025-10-17BaseTools/Source/C/GenFw: Add --image-version optionMichael D Kinney1-0/+68
2025-10-17BaseTools/Source/C/GenFw: Add no symbols check to --prmMichael D Kinney1-12/+18
2025-09-26BaseTools: Remove ARM32 SupportOliver Smith-Denny11-637/+17
2025-09-17BaseTools/VfrCompile: Fix compiler warning C++17 does not allow registerVishal Oliyil Kunnil3-13/+13
2025-08-22BaseTools/VfrCompile: Add check for setting string default to numberGao Qihang1-2/+3
2025-07-08BaseTools: Remove UGA supportGuoMinJ2-211/+0
2025-06-24BaseTools/GetFw: Skip R_X86_64_NONE relocationsMichael D Kinney1-0/+12
2025-06-07BaseTools: Add support for mingw-w64Nate DeSimone13-95/+479
2025-04-29BaseTools: Add support for GCC preprocessor line directivesNate DeSimone1-1/+2
2025-03-22BaseTools/GenFv: Ensure the minimum pad file size for the FV with VTFPhil Noh1-14/+29
2025-03-12BaseTools/Source/C: Disable VS flexible array member warningMichael D Kinney1-1/+8
2025-01-31BaseTools/Pccts: set C standardGerd Hoffmann2-2/+2
2024-12-21BaseTools: Support custom library build for base tools on Linux ARMkuqin126-6/+36
2024-12-21BaseTools: Adding cross compilation of BaseTool for Windows ARM/ARM64Kun Qin3-6/+26
2024-12-21BaseTools: Adding support of building BaseTool on Windows ARM/ARM64kuqin127-0/+29
2024-10-23BaseTools/GenFw X64: Detect GOTCPRELX relaxations applied by LLDArd Biesheuvel1-1/+10
2024-09-27BaseTools: Fix redefinition of UINT8_MAX in Decompress.c on XCODE5Mike Beaton1-0/+2
2024-09-20BaseTools: Update RETURN_ERROR Macro in BaseTypes.hAbdul Lateef Attar1-1/+3
2024-07-26BaseTools: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE EnumDmitry Antipov1-1/+14
2024-02-26BaseTools: Update keybaord map based on UEFI spec 2.10Yi Li1-1/+11
2023-12-21BaseTools/GenFw: Correct offset when relocating an ADRJake Garver1-1/+21
2023-11-07BaseTools: GenFw: auto-set nxcompat flagJoey Vagedes1-0/+69
2023-09-25BaseTools/GenFw: Add support for LOONGARCH64 relax relocationDongyan Qian2-1/+32
2023-09-18BaseTools: Remove logic to create AP waking vector in GenFvZhiguang Liu1-199/+0
2023-06-01BaseTools: remove duplicate includes: IndustryStandard/*.hGerd Hoffmann7-740/+2
2023-06-01BaseTools: remove duplicate includes: IndustryStandard/PeImage.hGerd Hoffmann1-790/+0
2023-06-01BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*Gerd Hoffmann7-55/+50
2023-06-01BaseTools: drop IMAGE_FILE_MACHINE_ARM hacksGerd Hoffmann1-19/+4
2023-06-01BaseTools: remove duplicate includes: IndustryStandard/Acpi*.hGerd Hoffmann8-1595/+7
2023-06-01BaseTools: remove duplicate includes: <arch>/ProcessorBind.hGerd Hoffmann9-806/+19
2023-06-01BaseTools: remove WinNtInclude.hGerd Hoffmann6-75/+0
2023-05-08BaseTools: use threading.current_thread in NmakeSubdirs.pyRebecca Cran1-1/+1