JEGA: Bring back the reset for time being, the BIOS needs it to reboot.
This commit is contained in:
@@ -803,9 +803,9 @@ if386_p6x_write(uint16_t port, uint8_t val, void *priv)
|
||||
} else if (p65idx == 0x05) {
|
||||
if (val & 0x10)
|
||||
/* Power off (instead this call hardware reset here) */
|
||||
// resetx86();
|
||||
resetx86();
|
||||
/* Actually, power off - we have a function for that! */
|
||||
plat_power_off();
|
||||
// plat_power_off();
|
||||
}
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user