-
I'm developing a tiny kernel based on OpenSBI, and debugging it on QEMU. I use the flag `-smp 2` to have multiple harts. However, I can't find a proper way to "wake up" hart 1 (I use hart 0 as the boo…
-
镜像地址:p8:/home/plct/openEuler-unmatched/openEuler-unmatched.img.bz2
已经发布到:https://mirror.iscas.ac.cn/plct/openEuler-unmatched.img.bz2
unmatched开发板烧录openeuler镜像过程:https://github.com/xijing21/rvOe_…
-
This error appeared sometime yesterday morning. Occurs just before the login prompt, and reading around (there's not much) it seems to occur sometimes when the dtb is incorrect. I use the following:
…
-
We need a standard hypervisor (and platform) independent way to PowerOff or Reboot a Guest/VM.
A proposal for SBI System Reset (SRST) extension in already under discussion.
(Refer, https://github.…
-
Hello,
I'm trying with Altera DE2-115 kit. I have added ethernet patch to make TFTP boot work. However, the booting is hang at step `Freeing unused kernel image (initmem) memory: 2708K`
For the dts …
lapnd updated
2 years ago
-
Extend SBI specification to include SBI performance monitoring unit (PMU) extension
The SBI PMU draft proposal is under review on RISC-V Unix Platform mailing list.
Work in progress.
-
SELECT * FROM SUB_DATA_CUST1 A
LEFT JOIN
SELECT * FROM SUB_DATA_CUST2 A
WHERE A.STD_YM BETWEEN TO_CHAR (ADD_MONTHS (SYSDATE,-15), 'YYYYMM')
AND TO_CHAR (SYSDATE,'yyyymm')
) B
PARTITION B…
-
Hi,
I'm interested in the possibility to port OpenSBI for [Linux-on-VexRiscv](https://github.com/litex-hub/linux-on-litex-vexriscv) , which uses its own SBI implementation.
Yet the issue is that A e…
-
Sorry, maybe I missed something, but how do the sbi functions pass their parameters to SEE.
the a7 is used to pass EID
a6 is used to pass FID,
what register is used to pass stime_value in sbi_s…
-
Thanks for your help on #7.
Now that I sucessfully flashed the svf (_with one warning: Max frequency for clock '$glbnet$main_clkout0': 11.27 MHz (FAIL at 50.00 MHz)_) on my board I was following the …