Skip to content

Commit

Permalink
Merge pull request #306 from firesim/htif-only-example
Browse files Browse the repository at this point in the history
Add HTIF-only serial console Linux example
  • Loading branch information
abejgonzalez authored Jun 30, 2024
2 parents 0c0cdfe + 00f5daa commit 2913311
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions example-workloads/br-base-htif-only-serial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name" : "br-base-htif-only-serial",
"base" : "br-base.json",
"linux-config" : "htif-only-serial-kfrag",
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CONFIG_CMDLINE="console=hvc0 earlycon=sbi"
CONFIG_CMDLINE_FORCE=y
CONFIG_RISCV_SBI_V01=y
CONFIG_HVC_RISCV_SBI=y
CONFIG_SERIAL_EARLYCON_RISCV_SBI=y

0 comments on commit 2913311

Please sign in to comment.