i3100: Convert to per-device ACPI

Change-Id: Id90db4f6ce1a5fb506c81bc3a6010d85b0aa8c43
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6940
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Vladimir Serbinenko
2014-09-01 22:35:20 +02:00
parent 6c71a684a4
commit 9a0b251680
4 changed files with 30 additions and 110 deletions

View File

@@ -2,6 +2,7 @@ config SOUTHBRIDGE_INTEL_I3100
bool
select IOAPIC
select HAVE_HARD_RESET
select PER_DEVICE_ACPI_TABLES
if SOUTHBRIDGE_INTEL_I3100

View File

@@ -31,6 +31,7 @@
#include <pc80/i8259.h>
#include <arch/io.h>
#include <arch/ioapic.h>
#include <arch/acpi.h>
#include "i3100.h"
#define ACPI_BAR 0x40
@@ -453,6 +454,9 @@ static struct device_operations lpc_ops = {
.set_resources = pci_dev_set_resources,
.enable_resources = i3100_lpc_enable_resources,
.init = lpc_init,
#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES)
.write_acpi_tables = acpi_write_hpet,
#endif
.scan_bus = scan_static_bus,
.enable = i3100_enable,
.ops_pci = &lops_pci,