summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois1-36/+21
2025-10-01ShellPkg/Dmem: Remove return parameter from DisplayXXX() functionsPierre Gondois1-42/+20
2025-10-01ShellPkg/Dmem: Remove unnecessary EfiGetSystemConfigurationTable() callsPierre Gondois1-38/+32
2025-10-01ShellPkg/Dmem: Simplify logic by inverting Address checksPierre Gondois1-78/+81
2025-10-01ShellPkg/Dmem: Replace per-System Table variable by indexed arraysPierre Gondois1-125/+72
2025-10-01ShellPkg/Dmem: Remove Memory Range Capsule supportPierre Gondois1-3/+0
2025-10-01ShellPkg/Dmem: Remove remaining of SAL System TablePierre Gondois1-3/+0
2025-10-01ShellPkg/Dmem: Extract a DisplaySystemTable() functionPierre Gondois1-163/+185
2025-07-24ShellPkg: DtbTableAddress via config in dmemPrachotan Reddy Bathi1-0/+5
2025-01-29ShellPkg: fix warnings about uninitialized variableMike Maslenkin1-10/+13
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Conformance Profiles in Dmem.cSam Kaynor1-0/+80
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Image Execution Table in Dmem.cSam Kaynor1-0/+136
2024-07-10ShellPkg: UefiShellDebug1CommandsLib: Dumping RT Properties in Dmem.cSam Kaynor1-2/+64
2023-04-13ShellPkg: UefiShellDebug1CommandsLib: Uefi Config Tables in Dmem.cSam Kaynor1-6/+93
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-75/+86
2019-04-28ShellPkg/UefiShellDebug1CommandsLibShenglei Zhang1-5/+0
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-10-24ShellPkg/dmem: Only dump sizeof (EFI_SYSTEM_TABLE) bytes for gSTRuiyu Ni1-1/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-11/+11
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen1-2/+0
2016-07-18ShellPkg/DMem: Handle memory allocation failureRuiyu Ni1-2/+4
2015-09-18ShellPkg: Added SMBIOS 3.0 support in dmem.Samer El-Haj-Mahmoud1-1/+6
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Update Debug1 profile commands response outputTapan Shah1-6/+7
2012-12-19ShellPkg: Updates to DumpHex() and ‘dmem’ command for correct output formatjcarsey1-2/+2
2011-04-08Fix Xcode, clang, and ARM build and link issues.andrewfish1-14/+14
2011-03-26comp - add comments and add input verification jcarsey1-17/+95
2010-11-17Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+149