summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
diff options
context:
space:
mode:
authorAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 22:15:08 +0000
committerAJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524>2007-08-16 22:15:08 +0000
commit6b88ceec9b23366f3a2b5541637a99f03ed7de04 (patch)
tree8a51d49f7bbb836d84094a4d5a1f1d657efeefc3 /IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
parent29c3622cdfe291bb98573c6e0c57241bf5cd94fd (diff)
downloadedk2-platforms-6b88ceec9b23366f3a2b5541637a99f03ed7de04.tar.xz
Updated to use new PCD settings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3664 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf')
-rw-r--r--IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf9
1 files changed, 8 insertions, 1 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
index 7604092a81..fb2727f717 100644
--- a/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
+++ b/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.inf
@@ -65,7 +65,14 @@
gEfiSerialIoProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
-
[PcdsFeatureFlag.common]
PcdNtEmulatorEnable|gEfiMdeModulePkgTokenSpaceGuid
+
+[PcdsFixedAtBuild.common]
+ PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200
+ PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8
+ PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1
+ PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1
+
+