Fusee Stage2: skeleton more of the nxboot process

This commit is contained in:
Michael Scire
2018-04-10 16:37:58 -06:00
parent 9fadec60c5
commit 3c24bfdb79
5 changed files with 103 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ int _cluster_pmc_enable_partition(u32 part, u32 toggle)
return 1;
}
void cluster_enable_cpu0(u64 entry, u32 ns_disable)
void cluster_boot_cpu0(u64 entry, u32 ns_disable)
{
//Set ACTIVE_CLUSER to FAST.
FLOW_CTLR(FLOW_CTLR_BPMP_CLUSTER_CONTROL) &= 0xFFFFFFFE;