hos: Add error message for mariko warmboot fw not found

Ability to continue without sleep working also.
This commit is contained in:
CTCaer
2021-02-06 03:05:41 +02:00
parent 2428736bfa
commit a80cc0ae2c
3 changed files with 23 additions and 6 deletions

View File

@@ -81,6 +81,6 @@ int pkg1_decrypt(const pkg1_id_t *id, u8 *pkg1);
const u8 *pkg1_unpack(void *wm_dst, u32 *wb_sz, void *sm_dst, void *ldr_dst, const pkg1_id_t *id, u8 *pkg1);
void pkg1_secmon_patch(void *hos_ctxt, u32 secmon_base, bool t210b01);
void pkg1_warmboot_patch(void *hos_ctxt);
void pkg1_warmboot_config(void *hos_ctxt, u32 warmboot_base);
int pkg1_warmboot_config(void *hos_ctxt, u32 warmboot_base);
#endif