mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 11:16:57 -04:00
Skeleton smcCpuOff, fix building, fix smcConfigureCarveout
This commit is contained in:
parent
23e9a8369a
commit
c4789a5a11
5 changed files with 49 additions and 3 deletions
|
@ -14,3 +14,7 @@ void invalidate_icache_all_tzram_pa(void) {
|
|||
uintptr_t get_warmboot_crt0_stack_address(void) {
|
||||
return TZRAM_GET_SEGMENT_ADDRESS(TZRAM_SEGMENT_ID_CORE3_STACK) + 0x800;
|
||||
}
|
||||
|
||||
void warmboot_init(void) {
|
||||
/* TODO: Implement. */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue