Skeleton smcCpuOff, fix building, fix smcConfigureCarveout

This commit is contained in:
Michael Scire 2018-02-26 17:41:31 -08:00
parent 23e9a8369a
commit c4789a5a11
5 changed files with 49 additions and 3 deletions

View file

@ -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. */
}