bdk: ccplex: add no rst vector lock & powergating

Allow not locking the reset vectors and launch a new payload after powergating ccplex.
This commit is contained in:
CTCaer
2024-03-13 01:37:52 +02:00
parent 82925845e3
commit fb31cb2926
3 changed files with 72 additions and 16 deletions

View File

@@ -19,6 +19,7 @@
#include <utils/types.h>
void ccplex_boot_cpu0(u32 entry);
void ccplex_boot_cpu0(u32 entry, bool lock);
void ccplex_powergate_cpu0();
#endif