initial commit
This commit is contained in:
9
FIRMWARE/start_pipeline.S
Normal file
9
FIRMWARE/start_pipeline.S
Normal file
@@ -0,0 +1,9 @@
|
||||
.equ IO_BASE, 0x400000
|
||||
.section .text
|
||||
.globl start
|
||||
start:
|
||||
li gp,IO_BASE
|
||||
li sp,0x20000
|
||||
call main
|
||||
ebreak
|
||||
|
Reference in New Issue
Block a user