TianoCore EDK2 master
|
Go to the source code of this file.
Functions | |
RETURN_STATUS EFIAPI | PlatformRomDebugLibIoPortConstructor (VOID) |
BOOLEAN EFIAPI | PlatformDebugLibIoPortFound (VOID) |
Detection code for hypervisor debug port. SEC instance, cannot cache the result of detection.
Copyright (c) 2017, Red Hat, Inc.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugLibDetectRom.c.
BOOLEAN EFIAPI PlatformDebugLibIoPortFound | ( | VOID | ) |
Return the result of detecting the debug I/O port device.
TRUE | if the debug I/O port device was detected. |
FALSE | otherwise |
Definition at line 37 of file DebugLibDetectRom.c.
RETURN_STATUS EFIAPI PlatformRomDebugLibIoPortConstructor | ( | VOID | ) |
This constructor function does not have anything to do.
RETURN_SUCCESS | The constructor always returns RETURN_SUCCESS. |
Definition at line 21 of file DebugLibDetectRom.c.