summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/DevicePath
AgeCommit message (Expand)AuthorFilesLines
2023-04-05BaseTools: Allow users to build with clang using CC=clang CXX=clang++Rebecca Cran1-1/+2
2023-04-05BaseTools: Allow users to specify compiler to use with make CC= CXX=Rebecca Cran1-2/+2
2022-12-30BaseTools: Use BUILD_CC when checking gcc version in DevicePathJake Garver1-1/+1
2022-10-16BaseTools: Remove duplicated words in C toolsPierre Gondois1-1/+1
2022-08-28BaseTools: Fix DevicePath GNUmakefile for macOSedk2-stable202208Rebecca Cran1-0/+2
2022-04-12BaseTools: Fix DevicePath tool build failure issueFeng, Bob C1-0/+5
2022-03-28Basetools: turn off gcc12 warningGerd Hoffmann1-0/+3
2021-12-09BaseTools: Increase the DevicePath length for support more PCD value.Jiang, Xiaolu1-1/+1
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney7-49/+7
2019-02-14BaseTools: Various typoAntoine Coeur3-3/+3
2019-01-31BaseTools/DevicePath: Add a checking stepMike Turner1-9/+8
2018-12-05BaseTools/DevicePath: use MAX_UINT32 as default device path max sizeArd Biesheuvel1-2/+2
2018-12-05BaseTools/DevicePath: use explicit 64-bit number parsing routinesArd Biesheuvel1-2/+2
2018-10-27BaseTools: Sync the DevicePath Function update from MdePkgFeng, YunhuaX2-12/+49
2018-08-16BaseTools: Add Dns and BluetoothLE DevicePathYunhua Feng1-0/+127
2018-08-16BaseTools: Remove duplicate function declarationYunhua Feng1-7/+0
2018-03-03BaseTools: Fix byte orders when handling 8-byte arrayYonghong Zhu1-1/+3
2018-03-03BaseTools: Fix bug when converting iSCSI nodeYonghong Zhu1-1/+1
2018-01-15BaseTools/DevicePath: Fix potential null pointer dereferenceHao Wu1-0/+5
2018-01-15BaseTools/DevicePath: Fix potential memory leakHao Wu2-2/+14
2018-01-03BaseTools/DevicePath: fix GCC build error in print_mem(), and clean it upLaszlo Ersek1-6/+14
2017-12-31BaseTools: Add DevicePath support for PCD valuesYonghong Zhu7-0/+5214