]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/AcpiTables/Platform.h
OvmfPkg: Update DSC/FDF to use NetworkPkg's include fragment file.
[mirror_edk2.git] / OvmfPkg / AcpiTables / Platform.h
index c95cbb20d572f4df2eeb7e6be5f6c452ffd527f0..e4ee848961c647d09207a608ef4435c697cb9fb9 100644 (file)
@@ -3,13 +3,7 @@
 \r
   Copyright (c) 2012, 2013, Red Hat, Inc.\r
   Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials are\r
-  licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
 #define FLAG            (EFI_ACPI_2_0_WBINVD | \\r
                          EFI_ACPI_2_0_PROC_C1 | \\r
                          EFI_ACPI_2_0_SLP_BUTTON | \\r
-                         EFI_ACPI_2_0_RTC_S4)\r
+                         EFI_ACPI_2_0_RTC_S4 | \\r
+                         EFI_ACPI_2_0_RESET_REG_SUP)\r
+#define RESET_REG       0xCF9\r
+#define RESET_VALUE     (BIT2 | BIT1) // PIIX3 Reset CPU + System Reset\r
 \r
 //\r
 // Byte-aligned IO port register block initializer for\r