mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Failsafe, clear SPSel for sure
This commit is contained in:
parent
bb977ac635
commit
039bd191de
2 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ _start:
|
|||
// set up exception handlers
|
||||
1: ldr x2, =_vectors
|
||||
msr vbar_el1, x2
|
||||
// disable execution level dependent stacks, so that we have only 4 vectors
|
||||
msr SPSel, #0
|
||||
// read cpu id, start slave cores
|
||||
mrs x7, mpidr_el1
|
||||
and x7, x7, #3
|
||||
|
|
BIN
bootboot.img
BIN
bootboot.img
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue