public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch][edk2-platforms] Vlv2DeviceRefCodePkg: Change Reset Type.
@ 2017-03-28  1:45 lushifex
  2017-03-28  1:51 ` Wei, David
  0 siblings, 1 reply; 2+ messages in thread
From: lushifex @ 2017-03-28  1:45 UTC (permalink / raw)
  To: edk2-devel; +Cc: david.wei

Change RESET_VALUE of FADT from 0x0E to 0x06.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lushifex <shifeix.a.lu@intel.com>
---
 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 4407c56..d24d362 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
-- 
2.7.0.windows.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-28  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28  1:45 [Patch][edk2-platforms] Vlv2DeviceRefCodePkg: Change Reset Type lushifex
2017-03-28  1:51 ` Wei, David

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox