mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Merge branch 'ariane_next' of github.com:pulp-platform/ariane into ariane_next
This commit is contained in:
commit
846d99e3e8
4 changed files with 8 additions and 8 deletions
|
@ -8,8 +8,8 @@ uint32_t reset_vec[reset_vec_size] = {
|
|||
0x00000493,
|
||||
0xf1402973,
|
||||
0x03249663,
|
||||
0x01000117,
|
||||
0xfec10113,
|
||||
0x0210011b,
|
||||
0x01a11113,
|
||||
0x1f5000ef,
|
||||
0x020004b7,
|
||||
0x00100913,
|
||||
|
|
|
@ -854,8 +854,8 @@ module bootrom (
|
|||
64'h4009091b_02000937,
|
||||
64'h00448493_0124a023,
|
||||
64'h00100913_020004b7,
|
||||
64'h1f5000ef_fec10113,
|
||||
64'h01000117_03249663,
|
||||
64'h1f5000ef_01a11113,
|
||||
64'h0210011b_03249663,
|
||||
64'hf1402973_00000493,
|
||||
64'h30491073_00800913
|
||||
};
|
||||
|
|
|
@ -30,8 +30,8 @@ SECTIONS
|
|||
_BSS_END_ = .;
|
||||
}
|
||||
|
||||
PROVIDE(_sp = 0x84000000);
|
||||
PROVIDE(_heap_end = _sp - 0x80000);
|
||||
/* PROVIDE(_sp = 0x84000000); */
|
||||
/* PROVIDE(_heap_end = _sp - 0x80000); */
|
||||
|
||||
/*.rodata.dtb : { *(.rodata.dtb) }*/
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
.globl _prog_start
|
||||
_prog_start:
|
||||
smp_pause(s1, s2)
|
||||
la sp, _sp
|
||||
li sp, 0x84000000
|
||||
call main
|
||||
smp_resume(s1, s2)
|
||||
csrr a0, mhartid
|
||||
|
@ -22,4 +22,4 @@ _prog_start:
|
|||
.globl _dtb
|
||||
.align 5, 0
|
||||
_dtb:
|
||||
.incbin "ariane.dtb"
|
||||
.incbin "ariane.dtb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue