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:
Ruslan Bukin 2016-11-04 13:07:54 +00:00
parent 1771e987ca
commit 426b08bcd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308289

View File

@ -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