-
workload is opensbi and Image not bbl. checkpoint is a kernel 6.12(GCV) and speccpu2017(GC) benchmark.
When executing the write system call, the kernel performs vector copy and the following error …
-
Hi,
where can I find sources (and maybe build instructions) for OpenSBI, U-Boot and Kernel Sources?
Thanks
rralf updated
1 month ago
-
For the RISC-V Maixduino board I will need to first build U-Boot and then OpenSBI passing U-Boot as payload:
```
prepare:
test -d opensbi || git clone -v \
https://github.com/riscv/opensbi.git…
-
compile command: make PLATFORM=generic PLATFORM_RISCV_XLEN=64 CROSS_COMPILE=riscv64-linux-gnu-
error log is shown above:
/home/yangwang/official_opensbi/opensbi/lib/utils/reset/fdt_reset_soph…
-
## Relevance
Relevant for OpenSBI. We disabled these memories in OpenSBI (Andreas' WIP port) for now.
## Problem statement
REPL describes 4 RAMs named ram_{0..=3}: https://github.com/soc-hub-…
hegza updated
1 month ago
-
I've used c23 dialect to build test coreboot and got the following error:
` CC ramstage/arch/riscv/opensbi.o
In file included from 3rdparty/opensbi/include/sbi/fw_dynamic.h:46,
…
-
Hi!
I have a pre-compiled risc-v opensbi image with the following:
![image](https://github.com/cnlohr/mini-rv32ima/assets/89782177/16e637a0-8dc7-4b33-a60c-bb89c6e4155f)
So what file am i suppos…
-
# 总结
- https://github.com/riscv-software-src/opensbi
- https://blog.csdn.net/tugouxp/article/details/107938010
- qemu调试汇编:https://blog.csdn.net/luteresa/article/details/119615923
- rustsbi:[rustsb…
cisen updated
2 years ago
-
# opensbi逻辑分析 | Sherlock's blog
本文分析opensbi的基本逻辑,分析基于opensbi 1.1版本。
[http://wangzhou.github.io/opensbi%E9%80%BB%E8%BE%91%E5%88%86%E6%9E%90/](http://wangzhou.github.io/opensbi%E9%80%BB%E8%BE%91%E5%88…
-
Update version of OpenSBI in [my fork](https://github.com/sergpolkin/opensbi/tree/1.1-linux-on-litex-vexriscv).
It seems to working, tested in simulation and hardware.