summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/C/Common
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*Gerd Hoffmann2023-06-011-14/+14
* BaseTools: drop IMAGE_FILE_MACHINE_ARM hacksGerd Hoffmann2023-06-011-19/+4
* BaseTools: remove duplicate includes: <arch>/ProcessorBind.hGerd Hoffmann2023-06-011-0/+1
* BaseTools: remove WinNtInclude.hGerd Hoffmann2023-06-011-66/+0
* BaseTools: Replace duplicate __PcdSet prototype with __PcdGetRebecca Cran2023-03-241-7/+6
* BaseTools: Source/C/Common: Fix doc block locations and convert to DoxygenRebecca Cran2023-03-2429-4065/+2072
* BaseTools: Remove duplicated words in C toolsPierre Gondois2022-10-161-3/+3
* BaseTools: Update GenFw/GenFv to support LoongArch platform.Chao Li2022-10-142-1/+93
* BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATHEnze Zhu2021-01-061-0/+8
* BaseTools: Fix PcdValueInit tool build issue with VS compiler x64Bob Feng2020-10-261-1/+1
* BaseTools/PeCoffLoaderEx: Remove the unused local variableAbner Chang2020-07-291-3/+0
* BaseTools: BaseTools changes for RISC-V platform.Abner Chang2020-04-293-1/+109
* BaseTools/PcdValueCommon: Fix 64-bit host compiler errorSean Brogan2020-02-071-1/+1
* BaseTools/Build: Do not use Common.lib in Structured PCD appKinney, Michael D2020-02-072-4/+2
* BaseTools: Fix various typosAntoine Cœur2019-07-081-2/+2
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0939-273/+39
* BaseTools/C/Common: Improve performance of boundary validationShenglei Zhang2019-03-271-3/+4
* BaseTools: Add parameter check for the AsciiStringToUint64Feng, Bob C2019-02-251-1/+1
* BaseTools: Various typoAntoine Coeur2019-02-1421-52/+52
* BaseTools: Remove unused logic from C toolsFeng, Bob C2019-01-142-174/+2
* BaseTools/CommonLib: drop the use of MAX_ADDRESSArd Biesheuvel2018-12-061-1/+0
* BaseTools/CommonLib: drop definition of MAX_UINTNArd Biesheuvel2018-12-051-1/+0
* BaseTools/CommonLib: get rid of 'native' type string parsing routinesArd Biesheuvel2018-12-052-193/+5
* BaseTools/CommonLib: add definition of MAX_UINT32Ard Biesheuvel2018-12-051-0/+1
* BaseTools/CommonLib: use explicit 64-bit type in Strtoi()Ard Biesheuvel2018-12-051-2/+2
* BaseTools/CommonLib: avoid using 'native' word size in IP address handlingArd Biesheuvel2018-12-051-14/+14
* BaseTools: Fix UEFI and Tiano Decompression logic issueLiming Gao2018-11-111-0/+6
* BaseTools: Add more checker in Decompress algorithm to access the valid buffe...Liming Gao2018-10-241-2/+21
* BaseTools: add ASSERT checker for array buffer value assignment.Zhaozh1x2018-10-161-0/+7
* BaseTools: Clean up source filesLiming Gao2018-07-0931-727/+727
* BaseTools GNUmakefile: Remove HOST_ARCH in every tool MakefileLiming Gao2018-02-061-2/+1
* BaseTools: Fix make PcdValueCommon.c failure on GCCFeng, YunhuaX2018-02-021-2/+1
* BaseTools CommonLib: Remove the unnecessary print message in PcdValueCommonLiming Gao2018-02-011-10/+0
* BaseTools: CommonLib Fix Crash to write the last byteLiming Gao2018-01-251-1/+1
* BaseTools/C/Common: Fix potential null pointer dereferenceHao Wu2018-01-151-0/+7
* BaseTools/C/Common: Fix potential memory leakHao Wu2018-01-151-1/+4
* BaseTools/C/Common: Fix code to be more readableHao Wu2018-01-151-2/+2
* BaseTools: Fix compile error on VS2010Yonghong Zhu2018-01-031-3/+2
* BaseTools CommonLib: Fix printf %llx issue on UINT64Liming Gao2018-01-031-5/+1
* BaseTools: Add DevicePath support for PCD valuesYonghong Zhu2017-12-312-3/+1930
* BaseTools: Add PcdValueCommon logic into C source CommonLibLiming Gao2017-12-254-2/+978
* BaseTools/C/Common: Refine using sprintf() with '%s' in format stringHao Wu2017-12-251-9/+12
* BaseTools/C/Common: Add/refine boundary checks for strcpy/strcat callsHao Wu2017-12-252-13/+20
* BaseTools/C/Common: Remove redundant type castHao Wu2017-12-251-7/+5
* BaseTools/C/Common: Add checks for array accessHao Wu2017-12-252-11/+9
* BaseTools: Replace ARCH with HOST_ARCH in C Makefile to avoid conflictLiming Gao2017-11-301-1/+1
* BaseTools: Fix Xcode 9 Beta treating 32-bit left shift as undefinedYonghong Zhu2017-08-111-2/+2
* BaseTools CommonLib: Update ReadMemoryFileLine() to read line in file scopeLiming Gao2016-11-301-0/+3
* BaseTools/PeCoffLib: Check 'RelocDir' before finding relocation blockHao Wu2016-11-091-16/+30
* BaseTools/C/Common: Fix potential memory leakHao Wu2016-11-084-10/+34