mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-18 11:47:30 +00:00
HV: change wake vector to accommodate abl 1820HF1release
MRB bootloader is switched to ABL ver 1820HF1_release, so change platform acpi info accordingly to support system S3. Tracked-On: #1196 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
bca43b5324
commit
dbcbe7d1ff
@ -52,8 +52,8 @@ const struct acpi_info host_acpi_info = {
|
|||||||
.wake_vector_32 = (uint32_t *)0x7A86BBDCUL,
|
.wake_vector_32 = (uint32_t *)0x7A86BBDCUL,
|
||||||
.wake_vector_64 = (uint64_t *)0x7A86BBE8UL
|
.wake_vector_64 = (uint64_t *)0x7A86BBE8UL
|
||||||
#else
|
#else
|
||||||
.wake_vector_32 = (uint32_t *)0x7AEDCEFCUL,
|
.wake_vector_32 = (uint32_t *)0x7AFDCEFCUL,
|
||||||
.wake_vector_64 = (uint64_t *)0x7AEDCF08UL
|
.wake_vector_64 = (uint64_t *)0x7AFDCF08UL
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user