Skip to content

os-boot/opensbi: add opensbi. #966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Arielfoever
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented May 21, 2025

Test Results

400 tests  ±0   400 ✅ ±0   1m 25s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit fc7da0c. ± Comparison against base commit 4c7291c.

♻️ This comment has been updated with latest results.

@Arielfoever
Copy link
Contributor Author

The number should change.

@Arielfoever Arielfoever marked this pull request as draft May 21, 2025 07:53
@Arielfoever Arielfoever marked this pull request as ready for review May 21, 2025 07:55
@Arielfoever Arielfoever force-pushed the pr/opensbi branch 3 times, most recently from defa20c to 2b0a675 Compare May 21, 2025 13:25
Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
@@ -14,10 +17,16 @@
reg = <0>;
status = "okay";
compatible = "riscv";
riscv,isa = "rv64imac";
riscv,isa-base = "rv64i";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't boot FreeBSD, it currently only recognises riscv,isa.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why is the FDT within opensbi/?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can't boot FreeBSD, it currently only recognises riscv,isa.

I just test openSBI here, let FreeBSD to another pr(

@@ -5,6 +5,9 @@
#size-cells = <2>;
compatible = "ucbbar,spike-bare-dev";
model = "ucbbar,spike-bare";
chosen {
bootargs = "console=hvc0 earlycon=sbi";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are Linux-specific, do they really belong here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesn't mater I think(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants