fusee_cpp: implement bpmp cache driver

This commit is contained in:
Michael Scire 2021-08-23 09:13:26 -07:00 committed by SciresM
parent 49d0a51d6b
commit 5cff5e629b
6 changed files with 390 additions and 11 deletions

View file

@ -27,6 +27,9 @@ namespace ams::nxboot {
/* Initialize Sdram. */
InitializeSdram();
/* Initialize cache. */
hw::InitializeDataCache();
/* Initialize SD card. */
Result result = InitializeSdCard();