summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C
AgeCommit message (Expand)AuthorFilesLines
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 Cran8-58/+58
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-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-16BaseTools: Remove duplicated words in C toolsPierre Gondois4-7/+7
2022-10-14BaseTools: Add LoongArch64 binding.Chao Li2-0/+83
2022-10-14BaseTools: Update GenFw/GenFv to support LoongArch platform.Chao Li7-33/+636
2022-10-02BaseTools/VolInfo: Update file and section type stringsKonstantin Aladyshev1-6/+6
2022-10-02BaseTools/VolInfo: Update copyright informationKonstantin Aladyshev1-0/+1
2022-10-02BaseTools/VolInfo: Parse apriori filesKonstantin Aladyshev1-0/+74
2022-10-02BaseTools/VolInfo: Increase GUID base name stringKonstantin Aladyshev1-3/+1
2022-10-02BaseTools/VolInfo: Fix EFI_SECTION_GUID_DEFINED parsingKonstantin Aladyshev1-4/+4
2022-10-02BaseTools/VolInfo: Correct buffer for GenCrc32 toolKonstantin Aladyshev1-0/+7
2022-09-15BaseTools: 64bit FSP FV map file cannot be created correctlyKuo, Ted1-1/+1
2022-09-08BaseTools/GenFw AARCH64: Convert more types of explicit GOT referencesArd Biesheuvel1-0/+35
2022-08-28BaseTools: Fix DevicePath GNUmakefile for macOSedk2-stable202208Rebecca Cran1-0/+2
2022-08-19BaseTools/Source/C/GenSec: Fix EFI_SECTION_FREEFORM_SUBTYPE_GUID headerMichael D Kinney1-1/+1
2022-08-08Basetools/GenFw: Allow AARCH64 builds to use the --prm flagJose Marinho1-3/+3
2022-08-06BaseTools/GenSec: Support EFI_SECTION_FREEFORM_SUBTYPE_GUID sectionsKonstantin Aladyshev1-2/+169
2022-08-06BaseTools/VolInfo: Parse EFI_SECTION_FREEFORM_SUBTYPE_GUID headerKonstantin Aladyshev1-1/+9
2022-08-06BaseTools/VolInfo: Show FV section boundariesKonstantin Aladyshev1-0/+2
2022-08-06BaseTools/GenSec: Fix typoKonstantin Aladyshev1-1/+1
2022-07-27BaseTools/VolInfo: Show encapsulation sectionsKonstantin Aladyshev1-0/+6
2022-07-24BaseTools/VolInfo: Correct EFI_SECTION_VERSION displayKonstantin Aladyshev1-2/+9
2022-07-24BaseTools/VolInfo: Increase define for highest section valueKonstantin Aladyshev1-2/+2
2022-07-24BaseTools/VolInfo: Correct alignment attributes displayKonstantin Aladyshev1-102/+96
2022-05-13BaseTools: Remove RVCT supportedk2-stable202205-rc1Rebecca Cran1-9/+1
2022-04-12BaseTools: Fix DevicePath tool build failure issueFeng, Bob C1-0/+5
2022-03-28Basetools: turn off gcc12 warningGerd Hoffmann1-0/+3
2022-03-28BaseTools: fix gcc12 warningGerd Hoffmann1-1/+2
2022-03-28BaseTools: fix gcc12 warningGerd Hoffmann2-2/+2
2022-03-16BaseTools/GenFw: Enhance GenFw to support PRM GCC buildHuang, Li-Xia5-5/+315
2022-02-15BaseTools: Update brotli submoduleBob Feng3-1/+17
2021-12-09BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one ofHuang, Long12-1/+4
2021-12-09BaseTools: Increase the DevicePath length for support more PCD value.Jiang, Xiaolu1-1/+1
2021-11-03BaseTools/VrfCompile: Fix uninitialized field from unnamed fieldMichael D Kinney1-2/+2
2021-08-11GenFv: Arm: support images entered in Thumb modeEtienne Carriere1-9/+29