summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16ShellPkg/SmbiosView: Support New ProcessorUpgrade for SMBIOS Type4Jason Lou1-1/+29
2024-02-02ShellPkg: Update smbiosview for LoongArchDongyan Qian1-0/+8
2023-08-31ShellPkg: Add ProcessorUpgradeSocket definitions from SMBIOS 3.7.0Eduardo Cuevas Farfan1-1/+33
2023-06-08ShellPkg/SmbiosView: type 45 and type 46 support.Simon Wang1-0/+81
2022-11-28ShellPkg/SmbiosView: Update ProcessorUpgradeTableZhang, JuX1-0/+36
2022-04-22ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fieldsBo Chang Ke1-0/+236
2022-04-15ShellPkg: Update smbiosview type 41 with SMBIOS 3.5 fieldsKe, Bo-ChangX1-0/+24
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-225/+228
2021-10-12ShellPkg: Support ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0Star Zeng1-1/+13
2021-07-20MdePkg/Include: Smbios Specification 3.4.0 changesgthotala1-4/+4
2021-04-12ShellPkg: Fix smbiosview system enclosure type tableRebecca Cran1-4/+4
2020-10-30ShellPkg: Add ARM64 SoC ID to Processor Characteristics in smbiosviewRebecca Cran1-0/+4
2020-10-14ShellPkg/SmbiosView: Add DDR5 supportGao, Zhichao1-0/+8
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 Update "Intel persistent memory"Gao, Zhichao1-2/+2
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 Add value HBM and Die for type 17Gao, Zhichao1-0/+12
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 add support for CXL FlexbusGao, Zhichao1-0/+8
2019-11-14ShellPkg/SmbiosView: SMBIOS 3.3.0 add PCI gen4 values for type 9Gao, Zhichao1-1/+25
2019-10-17ShellPkg/UefiShellDebug1CommandsLib: Update to support SmBios 3.3.0Abner Chang1-1/+64
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-30ShellPkg/SmbiosView: Update SmbiosView for SMBIOS3.2.0Dandan Bi1-1/+134
2018-06-28ShellPkg: Clean up source filesLiming Gao1-2/+2
2017-08-16ShellPkg: Update header file including styleSong, BinX1-1/+1
2017-02-10ShellPkg SmbiosView: Correct some outputs for Type 0/3/10Star Zeng1-1/+1
2017-02-10ShellPkg SmbiosView: Eliminate trailing " | " in PrintBitsInfo()Star Zeng1-5/+13
2017-01-24ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.1Star Zeng1-0/+37
2017-01-22ShellPkg SmbiosView: Add decoding of SMBIOS spec 3.1.0Star Zeng1-0/+56
2017-01-19ShellPkg SmbiosView: Add missing decoding of SMBIOS spec 3.0.0Star Zeng1-0/+80
2017-01-19ShellPkg SmbiosView: Add missing decoding of SlotType AGP8XStar Zeng1-1/+5
2017-01-13ShellPkg/SmbiosView: Add decoding of SMBIOS record type 43Linson Augustine1-1/+5
2016-07-29ShellPkg: Correct files with CRLF line endingLiming Gao1-21/+21
2016-04-28ShellPkg: Update smbiosview for latest Type 17 devicesSamer El-Haj-Mahmoud1-0/+21
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin1-2/+2
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-3/+3
2015-03-04ShellPkg: smbiosview shows wrong information for Type 27.Elvin Li1-3/+3
2014-09-02Update SmbiosView Shell command to display additional CPU Family Samer El-Haj-Mahmoud elhaj1-1/+9
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey1-12/+7
2012-12-13ShellPkg: Updates to 'smbiosview' commandjcarsey1-1/+1
2012-03-15Add SMBIOS 2.7.1 support to SmbiosView command.lzeng141-9/+327
2011-09-02Refine comments and two code style.ydong101-5/+5
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-205/+469
2011-04-01Comment's added and fixed.jcarsey1-2/+2
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey1-26/+23
2010-11-16Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+3798