Fixed ARM11 access to chainloaded payloads

This commit is contained in:
Aurora
2016-04-01 14:27:31 +02:00
parent 5e99fb3aa0
commit 6b64a10362
9 changed files with 281 additions and 127 deletions

11
screeninit/source/start.s Normal file
View File

@@ -0,0 +1,11 @@
.section .text.start
.align 4
.global _start
_start:
@ Disable interrupts
CPSID aif
bl main
.die:
b .die