]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/StatusCode/Dxe/DxeStatusCode.inf
Enhance PciCfg2 driver to handle unaligned Pci access according to PI spec.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Dxe / DxeStatusCode.inf
... / ...
CommitLineData
1#/** @file\r
2# DXE status code driver.\r
3#\r
4# Status Code Architectural Protocol implementation as defined in Tiano\r
5# Architecture Specification. This driver has limited functionality\r
6# at runtime and will not log to Data Hub at runtime.\r
7# Copyright (c) 2006, Intel Corporation.\r
8#\r
9# All rights reserved. This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = DxeStatusCode\r
22 FILE_GUID = FEDE0A1B-BCA2-4A9F-BB2B-D9FD7DEC2E9F\r
23 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = DxeStatusCodeDriverEntry\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 EBC\r
34#\r
35# VIRTUAL_ADDRESS_MAP_CALLBACK = VirtualAddressChangeCallBack\r
36#\r
37\r
38[Sources.common]\r
39 SerialStatusCodeWorker.c\r
40 RtMemoryStatusCodeWorker.c\r
41 DataHubStatusCodeWorker.c\r
42 DxeStatusCode.c\r
43 DxeStatusCode.h\r
44\r
45[Sources.Ia32]\r
46 DxeStatusCodeCommon.c\r
47\r
48[Sources.X64]\r
49 DxeStatusCodeCommon.c\r
50\r
51[Sources.EBC]\r
52 DxeStatusCodeCommon.c\r
53\r
54\r
55\r
56[Packages]\r
57 MdePkg/MdePkg.dec\r
58 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
59 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
60\r
61[LibraryClasses]\r
62 OemHookStatusCodeLib\r
63 SerialPortLib\r
64 UefiRuntimeLib\r
65 MemoryAllocationLib\r
66 UefiLib\r
67 UefiBootServicesTableLib\r
68 UefiDriverEntryPoint\r
69 HobLib\r
70 PcdLib\r
71 PrintLib\r
72 ReportStatusCodeLib\r
73 DebugLib\r
74 BaseMemoryLib\r
75 BaseLib\r
76\r
77\r
78[Guids]\r
79 gEfiDataHubStatusCodeRecordGuid # SOMETIMES_CONSUMED\r
80 gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED\r
81 gEfiStatusCodeDataTypeDebugGuid # PROTOCOL ALWAYS_CONSUMED\r
82\r
83[Protocols]\r
84 gEfiStatusCodeRuntimeProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
85 gEfiDataHubProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
86 gEfiSerialIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
87\r
88\r
89[FeaturePcd.common]\r
90 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInOEM\r
91 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInRuntimeMemory\r
92 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInDataHub\r
93 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeReplayInSerial\r
94 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM\r
95 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseDataHub\r
96 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseRuntimeMemory\r
97 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseEfiSerial\r
98 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseHardSerial\r
99\r
100\r
101[Pcd.common]\r
102 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeRuntimeMemorySize\r
103\r
104[Depex]\r
105 TRUE