hos: add 20.0.0 support

This commit is contained in:
CTCaer
2025-04-30 09:22:04 +03:00
parent 57e31c09f9
commit 466beedb28
10 changed files with 64 additions and 25 deletions

View File

@@ -199,7 +199,7 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
case 12:
exo_fw_no = EXO_FW_VER(9, 1);
break;
case 13 ... 22: //!TODO: Update on API changes. 22: 19.0.0.
case 13 ... 23: //!TODO: Update on API changes. 23: 20.0.0.
exo_fw_no = EXO_FW_VER(exo_fw_no - 3, ctxt->exo_ctx.hos_revision);
break;
}