summaryrefslogtreecommitdiff
path: root/BaseTools/Source
AgeCommit message (Expand)AuthorFilesLines
2024-06-15BaseTools/BuildReport: Improve compile_commands generationJeff Brasen1-6/+13
2024-04-23BaseTools/Fmmt.py: Python 3.12 supportGua Guo1-1/+1
2024-04-15BaseTools: Use Stronger Matching for NULL Linked LibrariesTaylor Beebe2-6/+6
2024-04-15BaseTools: Don't Recurse NULL Includes Not Linked to ModuleTaylor Beebe1-0/+2
2024-03-13BaseTools/GenFds: Apply OEM_CAPSULE_FLAGS during Capsule generation.Igniculus Fu1-0/+3
2024-03-04BaseTools/GenFds: Resolve absolute workspace INF pathsMichael Kubacki1-1/+7
2024-02-29BaseTools/AutoGen: declare ProcessLibraryConstructorList() for SEC modulesLaszlo Ersek1-0/+8
2024-02-28BaseTools: Syntax warning invalid escape sequence \CJayaprakash, N1-1/+1
2024-02-26BaseTools: Update keybaord map based on UEFI spec 2.10Yi Li1-1/+11
2024-02-08BaseTools: Remove Duplicate sets of SkuName and SkuId from allskusetAshraf Ali S1-0/+2
2024-02-08BaseTools: Optimize GenerateByteArrayValue and CollectPlatformGuids APIsdevel@edk2.groups.io2-58/+139
2024-01-31Basetools: Include PCD declarations from Library Instancelevi.yun1-1/+4
2024-01-10BaseTools: Fix raw strings containing valid escape charactersJoey Vagedes3-4/+4
2023-12-21BaseTools/GenFw: Correct offset when relocating an ADRJake Garver1-1/+21
2023-12-21BaseTools: Resolve regex syntax warningsJoey Vagedes via groups.io18-60/+60
2023-12-20BaseTools: FMMT GuidTool Auto Select Config file EnablingRebecca Cran1-1/+1
2023-12-11BaseTools: fixing FMMT ShrinkFv issueYuwei Chen2-4/+8
2023-12-11BaseTools: FMMT support ELF UPLD parserYuwei Chen6-5/+383
2023-12-11BaseTools: FMMT replace output file is not generated successfullyYuwei Chen2-5/+18
2023-12-11BaseTools: FMMT replace new free space fixing in replaceYuwei Chen1-1/+1
2023-11-06BaseTools: GenFw: auto-set nxcompat flagJoey Vagedes1-0/+69
2023-10-18BaseTools: trim warning to errorYuwei Chen1-2/+2
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
2023-04-07BaseTools/GenFw: Add DllCharacteristicsEx field to debug dataArd Biesheuvel3-15/+55
2023-04-07BaseTools/GenFw: Parse IBT/BTI support status from ELF noteArd Biesheuvel2-0/+59
2023-04-06BaseTools: Update antlr makefile to use cc by defaultRebecca Cran1-5/+0
2023-04-05BaseTools: Build against C++14 when building with clangRebecca Cran1-1/+1
2023-04-05BaseTools: Allow users to build with clang using CC=clang CXX=clang++Rebecca Cran5-18/+22
2023-04-05BaseTools: Allow users to specify compiler to use with make CC= CXX=Rebecca Cran9-59/+59
2023-04-03BaseTools/VfrCompile: Fix potential buffer overwritesMichael Kubacki2-7/+7
2023-03-24BaseTools: Replace duplicate __PcdSet prototype with __PcdGetRebecca Cran1-7/+6
2023-03-24BaseTools: Source/C/Common: Fix doc block locations and convert to DoxygenRebecca Cran29-4065/+2072
2023-03-11BaseTools: Extend fields for module_report.jsonGuillermo Antonio Palomino Sosa1-0/+4
2023-03-11BaseTools: Generate compile information in build reportPalomino Sosa, Guillermo A2-3/+140
2023-02-07BaseTools: remove useless dependency on libuuidThierry LARONDE2-10/+1
2022-12-30BaseTools: Use BUILD_CC when checking gcc version in DevicePathJake Garver1-1/+1
2022-11-09BaseTools: Fix wrong type of arguments to formatting functionsMichael Kubacki5-8/+8
2022-11-08BaseTools/Source/C: Use /Z7 instead of /Zi for host toolsMichael D Kinney5-14/+12
2022-10-22BaseTools: Fixed the multiple pairs brackets issue in GenFvChao Li1-3/+3
2022-10-19BaseTools: Add missing spaces for PCD expression values in AutoGenCKonstantin Aladyshev1-1/+1
2022-10-19BaseTools: Correct initialization data size check for array PCDsKonstantin Aladyshev1-8/+8