Skip to content

Commit bb5377b

Browse files
jsun26intellijinxia
authored andcommitted
HV: change wake vector info to accommodate ww32 sbl
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>
1 parent f8f49d4 commit bb5377b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hypervisor/bsp/sbl/platform_acpi_info.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const struct acpi_info host_acpi_info = {
4848
.val_pm1b = 0U,
4949
.reserved = 0U
5050
},
51-
.wake_vector_32 = (uint32_t *)0x7A86BC9CUL,
52-
.wake_vector_64 = (uint64_t *)0x7A86BCA8UL
51+
.wake_vector_32 = (uint32_t *)0x7A86BBDCUL,
52+
.wake_vector_64 = (uint64_t *)0x7A86BBE8UL
5353
}
5454
};

0 commit comments

Comments
 (0)