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

Go to the source code of this file.

Data Structures

struct  PROCESSOR_HAND_OFF
 
struct  MP_HAND_OFF
 
struct  MP_HAND_OFF_CONFIG
 

Macros

#define MP_HANDOFF_GUID
 
#define MP_HANDOFF_CONFIG_GUID
 

Variables

EFI_GUID mMpHandOffGuid
 
EFI_GUID mMpHandOffConfigGuid
 

Detailed Description

Defines the HOB GUID, which is utilized for transferring essential information from the PEI to the DXE phase.

Copyright (c) 2015 - 2023, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file MpHandOff.h.

Macro Definition Documentation

◆ MP_HANDOFF_CONFIG_GUID

#define MP_HANDOFF_CONFIG_GUID
Value:
{ \
0xdabbd793, 0x7b46, 0x4144, {0x8a, 0xd4, 0x10, 0x1c, 0x7c, 0x08, 0xeb, 0xfa } \
}

Definition at line 18 of file MpHandOff.h.

◆ MP_HANDOFF_GUID

#define MP_HANDOFF_GUID
Value:
{ \
0x11e2bd88, 0xed38, 0x4abd, {0xa3, 0x99, 0x21, 0xf2, 0x5f, 0xd0, 0x7a, 0x60 } \
}

Definition at line 13 of file MpHandOff.h.

Variable Documentation

◆ mMpHandOffConfigGuid

EFI_GUID mMpHandOffConfigGuid
extern

Definition at line 18 of file MpLib.c.

◆ mMpHandOffGuid

EFI_GUID mMpHandOffGuid
extern

Definition at line 17 of file MpLib.c.