Push WIP NX_BOOTLOADER sync code (for coldboots)

This commit is contained in:
Michael Scire
2018-02-21 10:57:51 -08:00
parent 330f8a0f8b
commit f0d0ec0dca
9 changed files with 213 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ __init_cold:
msr spsel, #0
ldr x20, =__pk2_load_stack_top__
mov sp, x20
bl loadPk2
bl load_package2
ldr x20, =__cold_init_stack_top__
mov sp, x20
b coldboot_main