Last change
on this file since 81997 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:
468 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 | Intel FSP Hob Guid definition from Intel Firmware Support Package External
|
---|
3 | Architecture Specification v2.0.
|
---|
4 |
|
---|
5 | Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
|
---|
6 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
7 |
|
---|
8 | **/
|
---|
9 |
|
---|
10 | #ifndef __GUID_HOB_FSP_EAS_GUID__
|
---|
11 | #define __GUID_HOB_FSP_EAS_GUID__
|
---|
12 |
|
---|
13 | extern EFI_GUID gFspBootLoaderTolumHobGuid;
|
---|
14 | extern EFI_GUID gFspReservedMemoryResourceHobGuid;
|
---|
15 | extern EFI_GUID gFspNonVolatileStorageHobGuid;
|
---|
16 |
|
---|
17 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.