]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Include/Protocol/SmmReadyToLock.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Protocol / SmmReadyToLock.h
CommitLineData
fc8f8b25 1/** @file\r
2bce0791
SZ
2 SMM Ready To Lock protocol introduced in the PI 1.2 specification.\r
3\r
4 According to PI 1.4a specification, this SMM protocol indicates that\r
5 SMM resources and services that should not be used by the third party\r
6 code are about to be locked.\r
7 This protocol is a mandatory protocol published by the SMM Foundation\r
8 code when the system is preparing to lock certain resources and interfaces\r
9 in anticipation of the invocation of 3rd party extensible modules.\r
10 This protocol is an SMM counterpart of the DXE SMM Ready to Lock Protocol.\r
11 This protocol prorogates resource locking notification into SMM environment.\r
12 This protocol is installed after installation of the SMM End of DXE Protocol.\r
13\r
14 Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>\r
9344f092 15 SPDX-License-Identifier: BSD-2-Clause-Patent\r
fc8f8b25 16\r
17**/\r
18\r
19#ifndef _SMM_READY_TO_LOCK_H_\r
20#define _SMM_READY_TO_LOCK_H_\r
21\r
2f208e59
ED
22#include <Protocol/MmReadyToLock.h>\r
23\r
2f88bd3a 24#define EFI_SMM_READY_TO_LOCK_PROTOCOL_GUID EFI_MM_READY_TO_LOCK_PROTOCOL_GUID\r
fc8f8b25 25\r
2f88bd3a 26extern EFI_GUID gEfiSmmReadyToLockProtocolGuid;\r
fc8f8b25 27\r
28#endif\r