Clean up SE TODOs, implement GIC nonsecure init

This commit is contained in:
Michael Scire
2018-02-27 19:58:56 -08:00
parent 1463266190
commit 0508ee29d8
5 changed files with 17 additions and 6 deletions

View File

@@ -71,10 +71,6 @@ void se_verify_flags_cleared(void) {
}
}
void se_clear_interrupts(void) {
/* TODO */
}
/* Set the flags for an AES keyslot. */
void set_aes_keyslot_flags(unsigned int keyslot, unsigned int flags) {
if (keyslot >= KEYSLOT_AES_MAX) {