exo: load mariko-only program during boot

This commit is contained in:
Michael Scire 2020-11-15 08:35:57 -08:00
parent fc97237447
commit cb7c6a5d8a
5 changed files with 42 additions and 0 deletions

View file

@ -21,6 +21,7 @@ namespace ams::secmon::boot {
void MakePageTable();
void UnmapPhysicalIdentityMapping();
void UnmapDram();
void LoadMarikoProgram();
void InitializeColdBoot();