summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Add @verbatim as allowed Doxygen tagRebecca Cran2025-02-042-2/+2
* BaseTools/AutoGen: GenMake response file quotes stringsMichael D Kinney2025-02-021-3/+14
* BaseTools/Pccts: set C standardGerd Hoffmann2025-01-312-2/+2
* BaseTools: Fix NoneType parent reference in FMMT operationsAshraf Ali S2025-01-271-3/+12
* BaseTools: Clean up os.path.normcase and os.path.normpath usageYang Gang2025-01-095-12/+12
* Remove dependancy on re.TAshraf Ali2024-12-241-1/+0
* BaseTools: Support custom library build for base tools on Linux ARMkuqin122024-12-206-6/+36
* BaseTools: Adding cross compilation of BaseTool for Windows ARM/ARM64Kun Qin2024-12-203-6/+26
* BaseTools: Adding support of building BaseTool on Windows ARM/ARM64kuqin122024-12-207-0/+29
* BaseTools: Typo fixesDionna Glaze2024-12-116-15/+13
* BaseTools: Improve error messages from UefiCapsuleHeader.pyRebecca Cran2024-12-061-2/+2
* BaseTools/GenFw X64: Detect GOTCPRELX relaxations applied by LLDArd Biesheuvel2024-10-231-1/+10
* BaseTools: Fix redefinition of UINT8_MAX in Decompress.c on XCODE5Mike Beaton2024-09-271-0/+2
* BaseTools: Fix multiple 'invalid escape sequence' warnings in testsMike Beaton2024-09-2318-72/+72
* BaseTools: Update RETURN_ERROR Macro in BaseTypes.hAbdul Lateef Attar2024-09-201-1/+3
* BaseTools: Update Stack Cookie LogicTaylor Beebe2024-09-133-1/+54
* BaseTools: Remove Pip BaseToolsOliver Smith-Denny2024-09-101-29/+0
* BaseTools: GenMake: FIx missing logs from GenMake.pyKen Lautner2024-09-021-0/+1
* BaseTools: Trim: Add header/footer for ASL includeJoey Vagedes2024-08-311-5/+28
* BaseTools/Capsule: Support Different Hash Algorithm for Payload DigestJason1 Lin2024-08-051-14/+103
* BaseTools: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE EnumDmitry Antipov2024-07-261-1/+14
* BaseTools: drop GeneralCheckNonAscii() from ECCLeif Lindholm2024-07-154-27/+0
* BaseTools: fix consistent Ecc misspelling of ASCIILeif Lindholm2024-07-154-13/+13
* BaseTools/Ecc: Allow `static` as a modifierMichael Kubacki2024-07-101-1/+1
* BaseTools/GenerateCapsule.py: Fix checking for DepExp presenceSergii Dmytruk2024-07-051-2/+2
* BaseTools/GenerateCapsule.py: Fix inconsistent error formattingSergii Dmytruk2024-07-051-2/+2
* BaseTools/GenerateCapsule.py: Require --output for --decodeSergii Dmytruk2024-07-051-0/+4
* BaseTools/GenerateCapsule.py: Better error message on --decode failureSergii Dmytruk2024-07-051-2/+2
* BaseTools/GenerateCapsule.py: Disallow UpdateImageIndex == 0 on --encodeSergii Dmytruk2024-07-051-3/+3
* BaseTools/GenerateCapsule.py: Fix --decode operationSergii Dmytruk2024-07-051-1/+1
* BaseTools/FmpCapsuleHeader.py: Explain error when throwing exceptionsSergii Dmytruk2024-07-051-11/+11
* BaseTools: InfBuildData: Fix Private value retrievalJoey Vagedes2024-07-041-7/+7
* BaseTools/BuildReport: Improve compile_commands generationJeff Brasen2024-06-151-6/+13
* BaseTools/Fmmt.py: Python 3.12 supportGua Guo2024-04-231-1/+1
* BaseTools: Use Stronger Matching for NULL Linked LibrariesTaylor Beebe2024-04-152-6/+6
* BaseTools: Don't Recurse NULL Includes Not Linked to ModuleTaylor Beebe2024-04-151-0/+2
* BaseTools/GenFds: Apply OEM_CAPSULE_FLAGS during Capsule generation.Igniculus Fu2024-03-131-0/+3
* BaseTools/GenFds: Resolve absolute workspace INF pathsMichael Kubacki2024-03-041-1/+7
* BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modulesLaszlo Ersek2024-02-291-0/+8
* BaseTools: Syntax warning invalid escape sequence \CJayaprakash, N2024-02-281-1/+1
* BaseTools: Update keybaord map based on UEFI spec 2.10Yi Li2024-02-261-1/+11
* BaseTools: Remove Duplicate sets of SkuName and SkuId from allskusetAshraf Ali S2024-02-081-0/+2
* BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIsdevel@edk2.groups.io2024-02-082-58/+139
* Basetools: Include PCD declarations from Library Instancelevi.yun2024-01-311-1/+4
* BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes2024-01-103-4/+4
* BaseTools/GenFw: Correct offset when relocating an ADRJake Garver2023-12-211-1/+21
* BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io2023-12-2118-60/+60
* BaseTools: FMMT GuidTool Auto Select Config file EnablingRebecca Cran2023-12-201-1/+1
* BaseTools: fixing FMMT ShrinkFv issueYuwei Chen2023-12-112-4/+8
* BaseTools: FMMT support ELF UPLD parserYuwei Chen2023-12-116-5/+383