]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r360551-r360554
authorMitchell Horne <mhorne@FreeBSD.org>
Fri, 15 May 2020 20:01:30 +0000 (20:01 +0000)
committerMitchell Horne <mhorne@FreeBSD.org>
Fri, 15 May 2020 20:01:30 +0000 (20:01 +0000)
commitd27502db3e34316b1ae634f1aef2163467736dae
tree0b974fa770a1c014e3137c102af1b4af9e5fa28d
parent97c4bcd5b8202687844181fb7735b28d8f256e19
MFC r360551-r360554

This set of changes allows booting with OpenSBI v0.7.

r360551:
Make mpentry independent of _start

r360552:
Add support for HSM SBI extension

r360553:
Use the HSM SBI extension to start APs

r360554:
Use the HSM SBI extension to halt CPUs
sys/riscv/include/sbi.h
sys/riscv/riscv/locore.S
sys/riscv/riscv/machdep.c
sys/riscv/riscv/mp_machdep.c
sys/riscv/riscv/sbi.c