From: Gerd Hoffmann Date: Wed, 28 Nov 2012 09:17:41 +0000 (+0100) Subject: acpi: move \_SB.HPET to separate file [q35] X-Git-Tag: rel-1.7.2~32 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7464aea6eb8f12a2695681ffaf994561d684c490;p=seabios.git acpi: move \_SB.HPET to separate file [q35] Signed-off-by: Gerd Hoffmann --- diff --git a/src/q35-acpi-dsdt.dsl b/src/q35-acpi-dsdt.dsl index e61f142..737a358 100644 --- a/src/q35-acpi-dsdt.dsl +++ b/src/q35-acpi-dsdt.dsl @@ -360,6 +360,8 @@ DefinitionBlock ( } } +#include "acpi-dsdt-hpet.dsl" + Scope(\_SB.PCI0) { Device (VGA) { Name (_ADR, 0x00020000) @@ -420,25 +422,6 @@ DefinitionBlock ( FDEN, 1 } - /* High Precision Event Timer */ - Device(HPET) { - Name(_HID, EISAID("PNP0103")) - Name(_UID, 0) - Method (_STA, 0, NotSerialized) { - Return(0x0F) - } - Name(_CRS, ResourceTemplate() { - DWordMemory( - ResourceConsumer, PosDecode, MinFixed, MaxFixed, - NonCacheable, ReadWrite, - 0x00000000, - 0xFED00000, - 0xFED003FF, - 0x00000000, - 0x00000400 /* 1K memory: FED00000 - FED003FF */ - ) - }) - } /* Real-time clock */ Device (RTC) {