Skip to content

Commit

Permalink
HV: change wake vector info to accommodate ww32 sbl
Browse files Browse the repository at this point in the history
The wake vector address in SBL ACPI table was changed since ww30,
so change platform acpi info accordingly to support system S3.

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
  • Loading branch information
jsun26intel authored and lijinxia committed Aug 15, 2018
1 parent f8f49d4 commit bb5377b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hypervisor/bsp/sbl/platform_acpi_info.c
Expand Up @@ -48,7 +48,7 @@ const struct acpi_info host_acpi_info = {
.val_pm1b = 0U,
.reserved = 0U
},
.wake_vector_32 = (uint32_t *)0x7A86BC9CUL,
.wake_vector_64 = (uint64_t *)0x7A86BCA8UL
.wake_vector_32 = (uint32_t *)0x7A86BBDCUL,
.wake_vector_64 = (uint64_t *)0x7A86BBE8UL
}
};

0 comments on commit bb5377b

Please sign in to comment.