TianoCore EDK2 master
|
#include "UefiShellDebug1CommandsLib.h"
#include <Protocol/PciRootBridgeIo.h>
#include <Protocol/HiiDatabase.h>
#include <Guid/Acpi.h>
#include <Guid/Mps.h>
#include <Guid/SmBios.h>
#include <Guid/MemoryAttributesTable.h>
#include <Guid/RtPropertiesTable.h>
#include <Guid/SystemResourceTable.h>
#include <Guid/DebugImageInfoTable.h>
#include <Guid/ImageAuthentication.h>
#include <Guid/ConformanceProfiles.h>
Go to the source code of this file.
Functions | |
CHAR16 | MakePrintable (IN CONST CHAR16 Char) |
SHELL_STATUS | DisplayMmioMemory (IN CONST VOID *Address, IN CONST UINTN Size) |
SHELL_STATUS | DisplayRtProperties (IN UINT64 Address) |
EFI_STATUS | GetBaseName (IN CHAR16 *FileName, OUT CHAR16 **BaseName) |
EFI_STATUS | GetImageExecutionInfo () |
SHELL_STATUS | DisplayImageExecutionEntries (IN UINT64 Address) |
SHELL_STATUS | DisplayConformanceProfiles (IN UINT64 Address) |
SHELL_STATUS EFIAPI | ShellCommandRunDmem (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
STATIC CONST SHELL_PARAM_ITEM | ParamList [] |
Main file for Dmem shell Debug1 function.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
(C) Copyright 2015 Hewlett-Packard Development Company, L.P.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file Dmem.c.
SHELL_STATUS DisplayConformanceProfiles | ( | IN UINT64 | Address | ) |
SHELL_STATUS DisplayImageExecutionEntries | ( | IN UINT64 | Address | ) |
SHELL_STATUS DisplayRtProperties | ( | IN UINT64 | Address | ) |
EFI_STATUS GetBaseName | ( | IN CHAR16 * | FileName, |
OUT CHAR16 ** | BaseName | ||
) |
EFI_STATUS GetImageExecutionInfo | ( | ) |
SHELL_STATUS EFIAPI ShellCommandRunDmem | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |