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>
This commit is contained in:
parent
f8f49d410f
commit
bb5377b354
|
@ -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
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue