]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkPlatformPkg/Platform/SpiFvbServices/PlatformSmmSpi.inf
UefiCpuPkg/PiSmmCpuDxeSmm: eliminate "gSmmJmpAddr" and related DBs
[mirror_edk2.git] / QuarkPlatformPkg / Platform / SpiFvbServices / PlatformSmmSpi.inf
CommitLineData
b303605e
MK
1## @file\r
2# Component description file for SpiFvbServices Module\r
3#\r
4# Copyright (c) 2013-2015 Intel Corporation.\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = FwBlockServiceSmm\r
20 FILE_GUID = A469DDBD-16D0-4535-BAE3-77274BD70B4C\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 VERSION_STRING = 1.0\r
23 PI_SPECIFICATION_VERSION = 0x0001000A\r
24 ENTRY_POINT = FvbInitialize\r
25\r
26[Sources]\r
27 FwBlockService.c\r
28 FwBlockService.h\r
29 FvbInfo.c\r
30 SpiFlashDevice.c\r
31 SpiFlashDevice.h\r
32 PlatformSmmSpi.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 QuarkSocPkg/QuarkSocPkg.dec\r
38 QuarkPlatformPkg/QuarkPlatformPkg.dec\r
39\r
40[LibraryClasses]\r
41 IoLib\r
42 PcdLib\r
43 HobLib\r
44 UefiLib\r
45 BaseMemoryLib\r
46 UefiDriverEntryPoint\r
47 MemoryAllocationLib\r
48 UefiRuntimeServicesTableLib\r
49 UefiBootServicesTableLib\r
50 DxeServicesTableLib\r
51\r
52[Guids]\r
53 gEfiEventVirtualAddressChangeGuid\r
54 gEfiHobListGuid\r
55\r
56 [Protocols]\r
57 gEfiFirmwareVolumeBlockProtocolGuid ##Produces\r
58 gEfiSpiProtocolGuid\r
59 gEfiDevicePathProtocolGuid\r
60 gEfiLoadedImageProtocolGuid\r
61 gEfiSmmBase2ProtocolGuid\r
62 gEfiSmmSpiProtocolGuid\r
63 gEfiSmmFirmwareVolumeBlockProtocolGuid\r
64 gEfiSmmSpiReadyProtocolGuid\r
65\r
66[FixedPcd]\r
67 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaSize\r
68\r
69[Pcd]\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
76 gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress\r
77 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainSize\r
78 gQuarkPlatformTokenSpaceGuid.PcdFlashFvMainBase\r
79 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoveryBase\r
80 gQuarkPlatformTokenSpaceGuid.PcdFlashFvRecoverySize\r
81 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadBase\r
82 gQuarkPlatformTokenSpaceGuid.PcdFlashFvPayloadSize\r
83 gQuarkPlatformTokenSpaceGuid.PcdSpiFlashDeviceSize\r
84\r
85[Depex]\r
86 gEfiSpiProtocolGuid\r