mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-21 13:08:42 +00:00
DM: acpi: Update the reset value of FADT to trigger cold reboot
There are bootloaders require cold reboot as ACPI reboot instead of warm reboot. So we set 0xE to reset value of FADT to make ACPI reboot cold reboot. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
parent
519c4285cf
commit
11689486b1
@ -393,7 +393,7 @@ basl_fwrite_fadt(FILE *fp)
|
||||
EFPRINTF(fp, "[0008]\t\tAddress : 0000000000000CF9\n");
|
||||
EFPRINTF(fp, "\n");
|
||||
|
||||
EFPRINTF(fp, "[0001]\t\tValue to cause reset : 06\n");
|
||||
EFPRINTF(fp, "[0001]\t\tValue to cause reset : 0E\n");
|
||||
EFPRINTF(fp, "[0002]\t\tARM Flags (decoded below): 0000\n");
|
||||
EFPRINTF(fp, "\t\t\tPSCI Compliant : 0\n");
|
||||
EFPRINTF(fp, "\t\t\tMust use HVC for PSCI : 0\n");
|
||||
|
Loading…
Reference in New Issue
Block a user