Last change
on this file since 88542 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
583 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | EDKII SMM Legacy Boot protocol.
|
---|
3 |
|
---|
4 | This SMM protocol is to be published by the SMM Foundation code to associate
|
---|
5 | with EFI_EVENT_LEGACY_BOOT_GUID to notify SMM driver that system enter legacy boot.
|
---|
6 |
|
---|
7 | Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
---|
8 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
9 |
|
---|
10 | **/
|
---|
11 |
|
---|
12 | #ifndef _SMM_LEGACY_BOOT_H_
|
---|
13 | #define _SMM_LEGACY_BOOT_H_
|
---|
14 |
|
---|
15 | #define EDKII_SMM_LEGACY_BOOT_PROTOCOL_GUID \
|
---|
16 | { \
|
---|
17 | 0x85a8ab57, 0x644, 0x4110, { 0x85, 0xf, 0x98, 0x13, 0x22, 0x4, 0x70, 0x70 } \
|
---|
18 | }
|
---|
19 |
|
---|
20 | extern EFI_GUID gEdkiiSmmLegacyBootProtocolGuid;
|
---|
21 |
|
---|
22 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.