exosphere: properly implement reboot-to-payload

This commit is contained in:
Michael Scire
2019-01-24 08:12:10 -08:00
parent c9c8f64f09
commit c6f06e2c40
8 changed files with 262 additions and 11 deletions

View File

@@ -21,4 +21,7 @@
uint32_t ams_iram_copy(smc_args_t *args);
void ams_map_irampage(uintptr_t iram_address);
void ams_unmap_irampage(void);
#endif