From a12c154727cd82faefc478458702270c296624e3 Mon Sep 17 00:00:00 2001 From: jljusten Date: Fri, 4 May 2012 15:01:39 +0000 Subject: OvmfPkg/AcpiTables: Set SMI ACPI Enable/Disable fields to 0 OVMF does not support SMM. Previously the port value was set to 0. This should be enough to disable the SMM ACPI Enable/Disable code paths, but to be consistent we'll set these fields to 0 as well. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen Reviewed-by: Erik Bjorge Tested-by: Laszlo Ersek Reviewed-by: Laszlo Ersek Tested-by: Bei Guan Reviewed-by: Bei Guan git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13277 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/Platform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OvmfPkg/AcpiTables') diff --git a/OvmfPkg/AcpiTables/Platform.h b/OvmfPkg/AcpiTables/Platform.h index c9aa54706..a79bfd870 100644 --- a/OvmfPkg/AcpiTables/Platform.h +++ b/OvmfPkg/AcpiTables/Platform.h @@ -30,8 +30,8 @@ #define INT_MODEL 0x01 #define SCI_INT_VECTOR 0x0009 #define SMI_CMD_IO_PORT 0 // If SMM was supported, then this would be 0xB2 -#define ACPI_ENABLE 0x0E1 -#define ACPI_DISABLE 0x01E +#define ACPI_ENABLE 0 +#define ACPI_DISABLE 0 #define S4BIOS_REQ 0x00 #define PM1a_EVT_BLK 0x00000400 #define PM1b_EVT_BLK 0x00000000 -- cgit v1.2.3