Add most of warmboot_main

This commit is contained in:
TuxSH
2018-03-03 19:31:22 +01:00
parent be6b67669f
commit 03c1ad7119
12 changed files with 135 additions and 57 deletions

View File

@@ -9,4 +9,10 @@ void setup_4x_mmio(void);
void setup_current_core_state(void);
#endif
void identity_unmap_iram_cd_tzram(void);
void secure_additional_devices(void);
void set_extabt_serror_taken_to_el3(bool taken_to_el3);
#endif