TianoCore EDK2 master
Loading...
Searching...
No Matches
EdbCmdExtPci.c File Reference
#include "Edb.h"

Go to the source code of this file.

Functions

EFI_DEBUG_STATUS DebuggerExtPciPCIL (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtPciPCID (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtPciCFGB (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtPciCFGW (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 
EFI_DEBUG_STATUS DebuggerExtPciCFGD (IN CHAR16 *CommandArg, IN EFI_DEBUGGER_PRIVATE_DATA *DebuggerPrivate, IN EFI_EXCEPTION_TYPE ExceptionType, IN OUT EFI_SYSTEM_CONTEXT SystemContext)
 

Detailed Description

Copyright (c) 2007, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file EdbCmdExtPci.c.

Function Documentation

◆ DebuggerExtPciCFGB()

EFI_DEBUG_STATUS DebuggerExtPciCFGB ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - CFGB.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 78 of file EdbCmdExtPci.c.

◆ DebuggerExtPciCFGD()

EFI_DEBUG_STATUS DebuggerExtPciCFGD ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - CFGD.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 132 of file EdbCmdExtPci.c.

◆ DebuggerExtPciCFGW()

EFI_DEBUG_STATUS DebuggerExtPciCFGW ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - CFGW.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 105 of file EdbCmdExtPci.c.

◆ DebuggerExtPciPCID()

EFI_DEBUG_STATUS DebuggerExtPciPCID ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - PCID.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 51 of file EdbCmdExtPci.c.

◆ DebuggerExtPciPCIL()

EFI_DEBUG_STATUS DebuggerExtPciPCIL ( IN CHAR16 *  CommandArg,
IN EFI_DEBUGGER_PRIVATE_DATA DebuggerPrivate,
IN EFI_EXCEPTION_TYPE  ExceptionType,
IN OUT EFI_SYSTEM_CONTEXT  SystemContext 
)

DebuggerCommand - PCIL.

Parameters
CommandArg- The argument for this command
DebuggerPrivate- EBC Debugger private data structure
ExceptionType- Interrupt type.
SystemContext- EBC system context.
Return values
EFI_DEBUG_CONTINUE- formal return value

Definition at line 24 of file EdbCmdExtPci.c.