hos: add 21.0.0 support

This commit is contained in:
CTCaer
2025-11-11 14:17:04 +02:00
committed by NaGa
parent 82a97aae53
commit 10521a32d3
9 changed files with 44 additions and 6 deletions

View File

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