From f9279c57e5d9efa5303dfda7f641367b512692fa Mon Sep 17 00:00:00 2001 From: lushifex Date: Wed, 15 Mar 2017 14:32:58 +0800 Subject: Vlv2TbltDevicePkg: Disable LPC Serial IRQ. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex Reviewed-by: zwei4 --- Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c b/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c index 753eb54f22..5a691b37f3 100644 --- a/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c +++ b/Vlv2TbltDevicePkg/PlatformDxe/IchPlatformPolicy.c @@ -1,6 +1,6 @@ /** @file - Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under @@ -406,7 +406,7 @@ InitPchPlatformPolicy ( // // Enable / disable serial IRQ according to setup value. // - DxePlatformPchPolicy->SerialIrqConfig->SirqEnable = PCH_DEVICE_ENABLE; + DxePlatformPchPolicy->SerialIrqConfig->SirqEnable = PCH_DEVICE_DISABLE; // // Set Serial IRQ Mode Select according to setup value. -- cgit v1.2.3