1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00

exo: follow hekate's example, disable warmboot signature checks via bootrom arbwrite.

(rip mariko)
This commit is contained in:
Michael Scire 2018-12-16 17:38:10 -08:00
parent a9a71fbeed
commit b72a68f622

View file

@ -241,6 +241,10 @@ void save_se_and_power_down_cpu(void) {
save_tzram_state();
save_se_state();
/* Patch the bootrom to disable warmboot signature checks. */
MAKE_REG32(PMC_BASE + 0x118) = 0x2202E012;
MAKE_REG32(PMC_BASE + 0x11C) = 0x6001DC28;
if (!configitem_is_retail()) {
uart_send(UART_A, "OYASUMI", 8);
}