]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
CorebootModulePkg/CbSupportDxe: Remove SCI_EN setting
[mirror_edk2.git] / CorebootModulePkg / CbSupportDxe / CbSupportDxe.inf
CommitLineData
fce4ecd9
MM
1## @file\r
2# Coreboot Support DXE Module\r
3#\r
4# Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and install.\r
5#\r
6# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php.\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = CbSupportDxe\r
20 FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = CbDxeEntryPoint\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 CbSupportDxe.c\r
33 CbSupportDxe.h\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
40 CorebootModulePkg/CorebootModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 DxeServicesTableLib\r
46 DebugLib\r
47 BaseMemoryLib\r
48 UefiLib\r
fce4ecd9
MM
49 HobLib\r
50\r
3aa86568 51[Guids]\r
fce4ecd9
MM
52 gEfiAcpiTableGuid\r
53 gEfiSmbiosTableGuid\r
54 gUefiSystemTableInfoGuid\r
55 gUefiAcpiBoardInfoGuid\r
3aa86568
MM
56 gUefiFrameBufferInfoGuid\r
57\r
58[Pcd]\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
fce4ecd9
MM
63\r
64[Depex]\r
65 TRUE\r