]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmEndOfDxe.h
MdePkg/ProcessorBind: add defines for page allocation granularity
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmEndOfDxe.h
CommitLineData
46ece1ff 1/** @file\r
2bce0791 2 SMM End Of Dxe protocol introduced in the PI 1.2.1 specification.\r
46ece1ff 3\r
2bce0791
SZ
4 According to PI 1.4a specification, this protocol indicates end of the\r
5 execution phase when all of the components are under the authority of\r
6 the platform manufacturer.\r
7 This protocol is a mandatory protocol published by SMM Foundation code.\r
8 This protocol is an SMM counterpart of the End of DXE Event.\r
9 This protocol prorogates End of DXE notification into SMM environment.\r
10 This protocol is installed prior to installation of the SMM Ready to Lock Protocol.\r
46ece1ff 11\r
2bce0791 12 Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>\r
46ece1ff
JY
13 This program and the accompanying materials\r
14 are licensed and made available under the terms and conditions of the BSD License\r
15 which accompanies this distribution. The full text of the license may be found at\r
16 http://opensource.org/licenses/bsd-license.php\r
17\r
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20\r
21**/\r
22\r
23#ifndef _SMM_END_OF_DXE_H_\r
24#define _SMM_END_OF_DXE_H_\r
25\r
26#define EFI_SMM_END_OF_DXE_PROTOCOL_GUID \\r
27 { \\r
28 0x24e70042, 0xd5c5, 0x4260, { 0x8c, 0x39, 0xa, 0xd3, 0xaa, 0x32, 0xe9, 0x3d } \\r
29 }\r
30\r
31extern EFI_GUID gEfiSmmEndOfDxeProtocolGuid;\r
32\r
33#endif\r