Last change
on this file since 105668 was 80721, checked in by vboxsync, 5 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:
1.1 KB
|
Line | |
---|
1 | ## @file
|
---|
2 | # Component information file for the FSP notify phase PEI module.
|
---|
3 | #
|
---|
4 | # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.
|
---|
5 | # SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
6 | ##
|
---|
7 |
|
---|
8 | [Defines]
|
---|
9 | INF_VERSION = 0x00010005
|
---|
10 | BASE_NAME = FspNotifyPhasePeim
|
---|
11 | FILE_GUID = 29CBB005-C972-49F3-960F-292E2202CECD
|
---|
12 | MODULE_TYPE = PEIM
|
---|
13 | VERSION_STRING = 1.0
|
---|
14 | ENTRY_POINT = FspNotifyPhasePeimEntryPoint
|
---|
15 |
|
---|
16 | [Sources]
|
---|
17 | FspNotifyPhasePeim.h
|
---|
18 | FspNotifyPhasePeim.c
|
---|
19 |
|
---|
20 | [Packages]
|
---|
21 | MdePkg/MdePkg.dec
|
---|
22 | IntelFsp2Pkg/IntelFsp2Pkg.dec
|
---|
23 |
|
---|
24 | [LibraryClasses]
|
---|
25 | PeimEntryPoint
|
---|
26 | DebugLib
|
---|
27 | FspPlatformLib
|
---|
28 | FspCommonLib
|
---|
29 | FspSwitchStackLib
|
---|
30 |
|
---|
31 | [Ppis]
|
---|
32 | gEfiDxeIplPpiGuid ## PRODUCES
|
---|
33 | gEfiEndOfPeiSignalPpiGuid ## PRODUCES
|
---|
34 | gFspReadyForNotifyPhasePpiGuid ## PRODUCES
|
---|
35 |
|
---|
36 | [Protocols]
|
---|
37 | gEfiPciEnumerationCompleteProtocolGuid ## PRODUCES
|
---|
38 |
|
---|
39 | [Guids]
|
---|
40 | gEfiEventReadyToBootGuid ## PRODUCES ## Event
|
---|
41 |
|
---|
42 | [Depex]
|
---|
43 | gEfiDxeIplPpiGuid
|
---|
Note:
See
TracBrowser
for help on using the repository browser.