TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugIoPortQemu.c File Reference
#include <Library/IoLib.h>
#include <Library/PcdLib.h>
#include "DebugLibDetect.h"

Go to the source code of this file.

Macros

#define BOCHS_DEBUG_PORT_MAGIC   0xE9
 

Functions

BOOLEAN EFIAPI PlatformDebugLibIoPortDetect (VOID)
 

Detailed Description

Detection code for QEMU debug port.

Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
Copyright (c) 2012, Red Hat, Inc.
Copyright (c) 2020, Citrix Systems, Inc. SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DebugIoPortQemu.c.

Macro Definition Documentation

◆ BOCHS_DEBUG_PORT_MAGIC

#define BOCHS_DEBUG_PORT_MAGIC   0xE9

Definition at line 18 of file DebugIoPortQemu.c.

Function Documentation

◆ PlatformDebugLibIoPortDetect()

BOOLEAN EFIAPI PlatformDebugLibIoPortDetect ( VOID  )

Return the result of detecting the debug I/O port device.

Return values
TRUEif the debug I/O port device was detected.
FALSEotherwise

Definition at line 29 of file DebugIoPortQemu.c.