TianoCore EDK2 master
|
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Protocol/FirmwareManagement.h>
#include <Guid/SystemResourceTable.h>
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | PrintOutEsrtEntry (IN EFI_SYSTEM_RESOURCE_ENTRY *Entry) |
VOID EFIAPI | PrintTable (IN EFI_SYSTEM_RESOURCE_TABLE *Table) |
Publishes ESRT table from Firmware Management Protocol instances
Copyright (c) 2016, Microsoft Corporation Copyright (c) 2018, Intel Corporation. All rights reserved.
All rights reserved. SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file EsrtFmpDebugPrint.c.
EFI_STATUS EFIAPI PrintOutEsrtEntry | ( | IN EFI_SYSTEM_RESOURCE_ENTRY * | Entry | ) |
Function to print a single ESRT Entry (ESRE) to the debug console.
Print Format: | 00000000-0000-0000-0000-000000000000 | SSSSSSSSSSSS | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 | 0x00000000 |
[in] | Entry | - Pointer to an ESRE entry |
EFI_SUCCESS | EFI_INVALID_PARAMETER |
Definition at line 31 of file EsrtFmpDebugPrint.c.
VOID EFIAPI PrintTable | ( | IN EFI_SYSTEM_RESOURCE_TABLE * | Table | ) |
Function to print the ESRT table to the debug console.
[in] | Table | - Pointer to the ESRT table |
Definition at line 94 of file EsrtFmpDebugPrint.c.