fusee_cpp: skeleton the remaining code flow

This commit is contained in:
Michael Scire
2021-08-27 17:35:57 -07:00
committed by SciresM
parent ecbf13e45d
commit 80999988d4
7 changed files with 151 additions and 4 deletions

View File

@@ -1099,6 +1099,9 @@ namespace ams::nxboot {
} else /* if (soc_type == fuse::SocType_Mariko) */ {
InitializeSdram<fuse::SocType_Mariko>(sdram_params);
}
/* Lock DRAM scratch. */
pmc::LockSecureRegister(pmc::SecureRegister_DramParameters);
}
}