]> xenbits.xensource.com Git - seabios.git/commitdiff
acpi: move \_SB.HPET to separate file [q35]
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 28 Nov 2012 09:17:41 +0000 (10:17 +0100)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Dec 2012 04:22:21 +0000 (23:22 -0500)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
src/q35-acpi-dsdt.dsl

index e61f1424687e3d366d6b6fd0eb351e4ed37f49f9..737a358d8fe1b9a37b28cc526767f458dc9d743b 100644 (file)
@@ -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)
             {