17 lines
267 B
ArmAsm
Raw Normal View History

2016-11-29 05:23:11 -08:00
// See LICENSE for license details.
// Execute in place
// Jump directly to XIP_TARGET_ADDR
2017-08-18 18:21:04 -07:00
.section .text.init
2016-11-29 05:23:11 -08:00
.option norvc
.globl _start
_start:
2017-08-18 18:21:04 -07:00
csrr a0, mhartid
la a1, dtb
2016-11-29 05:23:11 -08:00
li t0, XIP_TARGET_ADDR
jr t0
.section .rodata
2017-08-18 18:21:04 -07:00
dtb:
.incbin DEVICE_TREE