summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib
AgeCommit message (Expand)AuthorFilesLines
2026-08-04ShellPkg/EfiDecompress: Fix Codeql issuesPierre Gondois1-36/+42
2026-08-04ShellPkg/Comp: Extract helper functionsPierre Gondois1-174/+247
2026-08-04ShellPkg/EfiDecompress: Check presence of decompression protocolPierre Gondois1-1/+5
2026-08-04ShellPkg/Dmem: Refactor MainCmdDmem()Pierre Gondois1-26/+51
2026-08-04ShellPkg/EfiCompress: Extract OpenFileHelper() and CompressFile()Pierre Gondois1-68/+131
2026-08-04ShellPkg/Pci: Extract ParsePciBdf()Pierre Gondois1-65/+90
2026-08-04ShellPkg/Pci: Extract PciEnumerateAll()Pierre Gondois1-167/+196
2026-08-04ShellPkg/UefiShellDebug1: Lower indentation level in MainCmdXXX() (4/4)Pierre Gondois4-273/+262
2026-08-04ShellPkg/UefiShellDebug1: Lower indentation level in MainCmdXXX() (3/4)Pierre Gondois4-152/+140
2026-08-04ShellPkg/UefiShellDebug1: Lower indentation level in MainCmdXXX() (2/4)Pierre Gondois4-309/+312
2026-08-04ShellPkg/UefiShellDebug1: Lower indentation level in MainCmdXXX() (1/4)Pierre Gondois5-475/+482
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (4/4)Pierre Gondois4-130/+211
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (3/4)Pierre Gondois4-135/+217
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (2/4)Pierre Gondois5-177/+286
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (1/4)Pierre Gondois5-186/+284
2026-08-04ShellPkg/Mm: Remove unnecessary gotoPierre Gondois1-1/+0
2026-08-04ShellPkg/ShellDebug1: Rationalize Package init/freePierre Gondois7-29/+7
2026-08-04ShellPkg/LoadPciRom: Fix memory leakPierre Gondois1-0/+2
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (4/4)Pierre Gondois4-320/+329
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (3/4)Pierre Gondois4-598/+606
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (2/4)Pierre Gondois5-452/+461
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (1/4)Pierre Gondois5-531/+543
2026-08-04ShellPkg/Edit: Remove unused code snippetPierre Gondois1-9/+0
2026-07-18ShellPkg/Pci: Restore BAR informationsVincent Gatine1-0/+16
2026-07-02ShellPkg: Add missing smbiosview Type 28 locationsVarshitPandya1-0/+16
2026-07-02ShellPkg: Fix smbiosview Type 26 location/status decodeVarshitPandya1-27/+27
2026-07-01ShellPkg: Add null pointer checks before dereferenceQihang Gao1-6/+33
2026-06-29ShellPkg: ShellPkg: Fix SMBIOS Type 28 probe labelsVarshitPandya2-3/+5
2026-06-29ShellPkg: Fix SMBIOS Type 26 probe decodingVarshitPandya1-3/+3
2026-05-08Global: Fix Spelling Errors in PCI/PCIe DefinitionsOliver Smith-Denny1-2/+2
2026-05-01ShellPkg: Add 'cxl' commandOleksandr Tymoshenko5-0/+613
2026-04-24ShellPkg/SerMode: Add ValidDataBits() functionPierre Gondois1-9/+20
2026-04-24ShellPkg/SerMode: Add GetStopBits() functionPierre Gondois1-24/+51
2026-04-24ShellPkg/SerMode: Lower indentation level in DisplaySettings()Pierre Gondois1-28/+24
2026-04-24ShellPkg/SerMode: Add GetParityType() functionPierre Gondois1-29/+62
2026-04-24ShellPkg/SerMode: Add name conversion arrays for parity/stop bitsPierre Gondois1-61/+36
2026-03-07ShellPkg/SmbiosView: Fix clang compatibility issueMichael D Kinney1-0/+2
2026-03-06ShellPkg/SmbiosView: Support print Protocol Records of SMBIOS type42Yang Gang1-0/+39
2026-03-02ShellPkg: fix UNI string formatting and line endings to match UNI SpecAlexander Gryanko1-1/+1
2026-02-25ShellPkg/SmbiosView: Add Type45 entry to query tableWerner Lewis1-0/+5
2026-02-24ShellPkg: Replace include guards with #pragma onceMichael Kubacki26-104/+26
2026-02-04ShellPkg: SMBIOS type 20 Extended Starting/Ending Address print type errorRen Yang (楊壹任)1-2/+2
2025-10-16ShellPkg/SmbiosView: Display Type 44 "Referenced Handle" fieldCassandra Lam1-0/+5
2025-10-16ShellPkg/SmbiosView: Display Type 2 Contained Objects infoCassandra Lam2-0/+14
2025-10-16ShellPkg: Review SMBIOS 3.9 specification“anupriyak“1-0/+10
2025-10-03ShellPkg/pci.c: Fix typo in source code.Chasel Chiu1-5/+5
2025-10-03ShellPkg: Add PCIe boundary check and enhance DVSEC size calculationPranav V V1-48/+71
2025-10-01ShellPkg: Use the newly introduced ShellPrintDefaultEx() aliasPierre Gondois9-437/+253
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois24-1521/+1017
2025-10-01ShellPkg/MemMap: Extract a ParseMemoryDescriptors() functionPierre Gondois1-185/+209