From 74a5c7c849543cd98424bb299ab82e1d131c75bb Mon Sep 17 00:00:00 2001 From: "Lu, ShifeiX A" Date: Tue, 28 Mar 2017 09:45:49 +0800 Subject: Vlv2DeviceRefCodePkg: Change Reset Type. Change RESET_VALUE of FADT from 0x0E to 0x06. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lushifex --- Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc index 4407c56ea2..d24d362538 100644 --- a/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc +++ b/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/Facp.aslc @@ -1,6 +1,6 @@ /*++ -Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved +Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License that accompanies this distribution. @@ -86,7 +86,7 @@ EFI_ACPI_5_0_FIXED_ACPI_DESCRIPTION_TABLE FACP = { 0, 0xCF9 }, - 0x0E, // Hardware reset value + 0x06, // Hardware reset value 0, 0, 0, // Reserved 0, // XFirmwareCtrl 0, // XDsdt -- cgit v1.2.3