TianoCore EDK2 master
|
#include "PlDebugSupport.h"
Go to the source code of this file.
Functions | |
EFI_STATUS EFIAPI | InitializeDebugSupportDriver (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable) |
Variables | |
EFI_DEBUG_SUPPORT_PROTOCOL | mDebugSupportProtocolInterface |
Top level C file for debug support driver. Contains initialization function.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DebugSupport.c.
EFI_STATUS EFIAPI InitializeDebugSupportDriver | ( | IN EFI_HANDLE | ImageHandle, |
IN EFI_SYSTEM_TABLE * | SystemTable | ||
) |
Debug Support Driver entry point.
Checks to see if there's not already a Debug Support protocol installed for the selected processor before installing it.
[in] | ImageHandle | The firmware allocated handle for the EFI image. |
[in] | SystemTable | A pointer to the EFI System Table. |
EFI_SUCCESS | The entry point is executed successfully. |
EFI_ALREADY_STARTED | Debug Support protocol is installed already. |
other | Some error occurs when executing this entry point. |
Definition at line 35 of file DebugSupport.c.
EFI_DEBUG_SUPPORT_PROTOCOL mDebugSupportProtocolInterface |
Definition at line 11 of file DebugSupport.c.