fusee/exo: fixes to allow booting (sleep broken until warmboot cache implemented)

This commit is contained in:
Michael Scire
2021-01-03 23:46:13 -08:00
committed by SciresM
parent 192ea926f6
commit 601c4516bf
5 changed files with 32 additions and 23 deletions

View File

@@ -57,6 +57,8 @@ typedef struct {
uint8_t data[];
} pk11_mariko_oem_header_t;
bool package1_is_custom_public_key(const void *bct, bool mariko);
int package1_read_and_parse_boot0_erista(void **package1loader, size_t *package1loader_size, nx_keyblob_t *keyblobs, uint32_t *revision, FILE *boot0);
int package1_read_and_parse_boot0_mariko(void **package1loader, size_t *package1loader_size, FILE *boot0);