summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
diff options
context:
space:
mode:
authorniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-10 07:33:42 +0000
committerniruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524>2011-03-10 07:33:42 +0000
commite8bce4b41ca25bc14bcee61dfb0ffe14d65cce95 (patch)
tree0dea44009b24fb0a56d28ee2e67d4ab9a4b8bd11 /PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
parent5fbfa2d023184889752e386ac8827c36b72e7661 (diff)
Enhance PcAt IsaAcpi driver to support enable/disable separated functions per PCD settings.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11362 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf')
-rw-r--r--PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf13
1 files changed, 12 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
index 5d5101efd7..2edd39a01b 100644
--- a/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
+++ b/PcAtChipsetPkg/IsaAcpiDxe/IsaAcpi.inf
@@ -1,7 +1,7 @@
## @file
# Component description file for PCAT ISA ACPI driver
#
-# Copyright (c) 2005 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2005 - 2011, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -25,11 +25,14 @@
[Packages]
MdePkg/MdePkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+ PcAtChipsetPkg/PcAtChipsetPkg.dec
[LibraryClasses]
UefiDriverEntryPoint
UefiBootServicesTableLib
UefiLib
+ BaseMemoryLib
+ PcdLib
[Sources]
PcatIsaAcpi.h
@@ -40,3 +43,11 @@
[Protocols]
gEfiPciIoProtocolGuid
gEfiIsaAcpiProtocolGuid
+
+[Pcd]
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom1Enable
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiCom2Enable
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiPs2KeyboardEnable
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiPs2MouseEnable
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiFloppyAEnable
+ gPcAtChipsetPkgTokenSpaceGuid.PcdIsaAcpiFloppyBEnable