opensbi icon indicating copy to clipboard operation
opensbi copied to clipboard

RISC-V Open Source Supervisor Binary Interface

Results 119 opensbi issues
Sort by recently updated
recently updated
newest added

This is the same patchset submitted to the OpenSBI mailing list as: * PATCH v1: * PATCH v2: (warning detection on PATCH 2/3 got more robust) Still, cover letter is...

Is there anyway to always select the boot hart passed from previous boot stage such as U-Boot SPL ? Previous boot hart passed from SPL (via dynamic data structure): https://github.com/u-boot/u-boot/blob/master/common/spl/spl_opensbi.c#L75...

If the path where this repo is located contains the platform name on it, the original Makefile replaced its occurrences from the path making it an invalid path. This commit...

I don't know why but `echo -n` didn't work for me. macOS supports the `-n` option but it doesn't work in the makefile. What it does instead is it literally...

Hi, building opensbi, and then starting system using qemu with -S -s params in other terminal, riscv64_unknown_linux_gdb fw_payload.elf target remote :1234 b sbi_init c n will get tips as below,...

How to use qemu+gdb to debug opensbi When i trying to set breakpoint in sbi_init If i use s It shows Cannot find bounds of current function If i use...

Do you think add power manager support like arm's [psci](https://developer.arm.com/Architectures/Power%20State%20Coordination%20Interface) is a good case? I want to try a hypervisor in qemu, I think we need a cpu boot port...

If the RISC-V platform is using SCMI protocols for power management, when we try to upstream the code, the SCMI code should be part of the library private to the...

Hello, I have Linux kernel Image without compressed instruction support and rootfs also without c model. Now I am planning to cross compile opensbi . Can anyone please tell me...

Getting a compilation error when compilign with clang (used command `make PLATFORM=generic PLATFORM_RISCV_XLEN=64 LLVM=1`: ``` opensbi/lib/utils/serial/semihosting.c:158:12: error: result of comparison of constant -1 with expression of type 'char' is always...