System Binary Interface (SBI) page was moved in latest version of
Berkeley Boot Loader (BBL) due to code size increase. We will need to dehardcode this somehow. Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
1771e987ca
commit
426b08bcd3
@ -137,7 +137,7 @@ _start:
|
||||
|
||||
/* Create an L3 page for SBI */
|
||||
la s1, pagetable_l3_sbi
|
||||
li s2, 0x80009000
|
||||
li s2, 0x8000b000
|
||||
srli s2, s2, PAGE_SHIFT
|
||||
li a5, 511
|
||||
li t4, PTE_V | PTE_RX | PTE_W
|
||||
|
Loading…
Reference in New Issue
Block a user