TianoCore EDK2 master
Loading...
Searching...
No Matches
Runtime.h File Reference

Go to the source code of this file.

Data Structures

struct  _EFI_RUNTIME_IMAGE_ENTRY
 
struct  _EFI_RUNTIME_EVENT_ENTRY
 
struct  _EFI_RUNTIME_ARCH_PROTOCOL
 

Macros

#define EFI_RUNTIME_ARCH_PROTOCOL_GUID    { 0xb7dfb4e1, 0x52f, 0x449f, {0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 } }
 

Typedefs

typedef struct _EFI_RUNTIME_ARCH_PROTOCOL EFI_RUNTIME_ARCH_PROTOCOL
 
typedef LIST_ENTRY EFI_LIST_ENTRY
 
typedef struct _EFI_RUNTIME_IMAGE_ENTRY EFI_RUNTIME_IMAGE_ENTRY
 
typedef struct _EFI_RUNTIME_EVENT_ENTRY EFI_RUNTIME_EVENT_ENTRY
 

Variables

EFI_GUID gEfiRuntimeArchProtocolGuid
 

Detailed Description

Runtime Architectural Protocol as defined in PI Specification VOLUME 2 DXE

Allows the runtime functionality of the DXE Foundation to be contained in a separate driver. It also provides hooks for the DXE Foundation to export information that is needed at runtime. As such, this protocol allows services to the DXE Foundation to manage runtime drivers and events. This protocol also implies that the runtime services required to transition to virtual mode, SetVirtualAddressMap() and ConvertPointer(), have been registered into the UEFI Runtime Table in the UEFI System Table. This protocol must be produced by a runtime DXE driver and may only be consumed by the DXE Foundation.

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

Definition in file Runtime.h.

Macro Definition Documentation

◆ EFI_RUNTIME_ARCH_PROTOCOL_GUID

#define EFI_RUNTIME_ARCH_PROTOCOL_GUID    { 0xb7dfb4e1, 0x52f, 0x449f, {0x87, 0xbe, 0x98, 0x18, 0xfc, 0x91, 0xb7, 0x33 } }

Global ID for the Runtime Architectural Protocol

Definition at line 24 of file Runtime.h.

Typedef Documentation

◆ EFI_LIST_ENTRY

LIST_ENTRY from BaseType

Definition at line 32 of file Runtime.h.

◆ EFI_RUNTIME_ARCH_PROTOCOL

Definition at line 27 of file Runtime.h.

◆ EFI_RUNTIME_EVENT_ENTRY

Definition at line 64 of file Runtime.h.

◆ EFI_RUNTIME_IMAGE_ENTRY

Definition at line 34 of file Runtime.h.