Skip to content

Commit

Permalink
Merge pull request #269 from firesim/revert-sbi
Browse files Browse the repository at this point in the history
Revert to old opensbi
  • Loading branch information
abejgonzalez committed Mar 23, 2023
2 parents 352a8ed + 98c5c47 commit 12784a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/default/firmware/opensbi
5 changes: 4 additions & 1 deletion boards/firechip/base-workloads/br-base/linux-config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
CONFIG_AS_VERSION=23900
# CONFIG_ATA is not set
# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
CONFIG_CMDLINE="console=ttyS0 earlycon"
CONFIG_CMDLINE="console=hvc0 earlycon=sbi"
CONFIG_CMDLINE_FORCE=y
CONFIG_RISCV_SBI_V01=y
CONFIG_HVC_RISCV_SBI=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_DEFAULT_HOSTNAME="ucb"
# CONFIG_DRM is not set
Expand Down

0 comments on commit 12784a4

Please sign in to comment.