summaryrefslogtreecommitdiff
path: root/src/mainboard/portwell/m107/acpi_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/portwell/m107/acpi_tables.c')
-rw-r--r--src/mainboard/portwell/m107/acpi_tables.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/portwell/m107/acpi_tables.c b/src/mainboard/portwell/m107/acpi_tables.c
index 539a74e8a8..8492704b74 100644
--- a/src/mainboard/portwell/m107/acpi_tables.c
+++ b/src/mainboard/portwell/m107/acpi_tables.c
@@ -37,3 +37,9 @@ unsigned long acpi_fill_madt(unsigned long current)
return current;
}
+
+void motherboard_fill_fadt(acpi_fadt_t *fadt)
+{
+ fadt->preferred_pm_profile = PM_MOBILE;
+ fadt->iapc_boot_arch &= ~ACPI_FADT_8042;
+}