if ( (_DWORD)is_resume && (boot_type & 0x7F) != 0x17 )
if ( (_DWORD)is_resume && (boot_type & 0x7F) != 0x17 )
Line 316:
Line 326:
}
}
set_status(89LL);
set_status(89LL);
+
</pre>
+
+
If resume, ARM exception vectors are copied from TZ memory at 0x40000000 to 0x1F000000 (0x0 alias on ARM). If coldboot, kernel_boot_loader.self is loaded from emmc and decrypted.