]> git.proxmox.com Git - mirror_edk2.git/blame - QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/IohInitDxe.inf
QuarkSocPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / QuarkSocPkg / QuarkSouthCluster / IohInit / Dxe / IohInitDxe.inf
CommitLineData
9b6bbcdb
MK
1## @file\r
2# Component description file for Quark South Cluster Init driver.\r
3#\r
4# IohInit driver implement QuarkSCSocId related drivers, includes:\r
5# PciHostBridge, PciExpress, SmmAccess driver and LegacyRegion driver.\r
6#\r
7# This driver mainly do full initialization for the Soc chipet includes:\r
8# 1. Initialize the PCI Express device.\r
9# 2. Initialize the PciHostBridge, and allocate the I/O and memory space from GCD service.\r
10# 3. Initialize the SmmAccess module and install EFI_SMM_ACCESS_PROTOCOL\r
11# 4. Initialize the LegacyRegion module, install EFI_LEGACY_REGION_PROTOCOL and set below 1M\r
12# memory attribute from MTRR.\r
13#\r
fda6abd6 14# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9b6bbcdb
MK
15#\r
16# This program and the accompanying materials\r
17# are licensed and made available under the terms and conditions of the BSD License\r
18# which accompanies this distribution. The full text of the license may be found at\r
19# http://opensource.org/licenses/bsd-license.php\r
20#\r
21# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
22# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
23#\r
24##\r
25\r
26[Defines]\r
27 INF_VERSION = 0x00010005\r
28 BASE_NAME = IohInitDxe\r
29 FILE_GUID = 3FE2A8A3-C400-48F8-832F-7881A394C250\r
30 MODULE_TYPE = DXE_DRIVER\r
31 VERSION_STRING = 1.0\r
32 ENTRY_POINT = IohInit\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
fda6abd6 37# VALID_ARCHITECTURES = IA32 X64 EBC\r
9b6bbcdb
MK
38#\r
39\r
40[Sources]\r
41 IohInit.c\r
42 IohBds.h\r
43 IohData.c\r
44 CommonHeader.h\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49 QuarkSocPkg/QuarkSocPkg.dec\r
50\r
51[LibraryClasses]\r
52 S3BootScriptLib\r
53 PcdLib\r
54 HobLib\r
55 PciLib\r
56 BaseMemoryLib\r
57 MemoryAllocationLib\r
58 S3PciLib\r
59 UefiLib\r
60 DebugLib\r
61 UefiRuntimeServicesTableLib\r
62 UefiBootServicesTableLib\r
63 DxeServicesTableLib\r
64 UefiDriverEntryPoint\r
65 BaseLib\r
66 S3IoLib\r
67 IoLib\r
68 DevicePathLib\r
69 IohLib\r
70\r
71[Protocols]\r
72 gEfiPciRootBridgeIoProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
73 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
74 gEfiPciIoProtocolGuid\r
75\r
76[Pcd]\r
77 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohUartBusNumber\r
78 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohUartDevNumber\r
79 gEfiQuarkSCSocIdTokenSpaceGuid.PcdIohUartFunctionNumber\r
80\r
81[Depex]\r
82 TRUE\r