mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-01 23:38:23 -04:00
Integrate 5.x SMC API changes, add 4.x specific setup, implement target firmware selection
This commit is contained in:
parent
c6ee1bffb7
commit
c2eed3caf6
34 changed files with 734 additions and 80 deletions
|
@ -47,6 +47,9 @@ void bootconfig_clear(void);
|
|||
|
||||
void bootconfig_load_boot_reason(volatile boot_reason_t *boot_reason);
|
||||
|
||||
void bootconfig_set_package2_hash_for_recovery(const void *package2, size_t package2_size);
|
||||
void bootconfig_get_package2_hash_for_recovery(uint64_t *out_hash);
|
||||
|
||||
/* Actual configuration getters. */
|
||||
bool bootconfig_is_package2_plaintext(void);
|
||||
bool bootconfig_is_package2_unsigned(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue