mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
Implement NX Key Derivation.
This commit is contained in:
parent
57853602df
commit
6ed9123c24
4 changed files with 180 additions and 1 deletions
|
@ -17,7 +17,8 @@ __attribute__ ((noreturn)) void panic(uint32_t code) {
|
|||
/* For now, just use NX BOOTLOADER's panic. */
|
||||
fuse_disable_programming();
|
||||
APBDEV_PMC_CRYPTO_OP_0 = 1; /* Disable all SE operations. */
|
||||
watchdog_reboot();
|
||||
/* TODO: watchdog_reboot(); */
|
||||
while (1) { }
|
||||
}
|
||||
|
||||
__attribute__ ((noreturn)) void generic_panic(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue