]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
configs: Specify PM timer addresses
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 6 Jul 2014 09:29:47 +0000 (11:29 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Sun, 6 Jul 2014 09:54:04 +0000 (11:54 +0200)
Specify the location of the PM timer. For QEMU VMs, we already use the
address of upcoming release 2.1.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
configs/h700-8G.c
configs/h87i.c
configs/qemu-vm.c

index fc4cb015f349e5e7e2f2735d4f24ec78f3d48527..2e5fbd92ce96eb6c6d4fe706eb95d25dab557b68 100644 (file)
@@ -34,6 +34,9 @@ struct {
                        .phys_start = 0xbf7de000,
                        .size = 0x21000,
                },
+               .platform_info.x86 = {
+                       .pm_timer_address = 0x408,
+               },
                .root_cell = {
                        .name = "Celsius H700",
 
index 972dd03906191854dff947f8d65b877c7da610b7..16ebcc9687c1c08c2f96aa122fd3bc45b4615488 100644 (file)
@@ -34,6 +34,9 @@ struct {
                        .phys_start = 0xcca64000,
                        .size = 0x15000,
                },
+               .platform_info.x86 = {
+                       .pm_timer_address = 0x1808,
+               },
                .root_cell = {
                        .name = "H87I-PLUS",
 
index 10820e08d46baf4aa6ac8aae9e19040b4fd30bd3..888b399f0afdc6d8384d09b47f7929942bfc2810 100644 (file)
@@ -38,6 +38,9 @@ struct {
                        .phys_start = 0x3fffe000,
                        .size = 0x2000,
                },
+               .platform_info.x86 = {
+                       .pm_timer_address = 0x608,
+               },
                .root_cell = {
                        .name = "QEMU Linux VM",