-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #306 from firesim/htif-only-example
Add HTIF-only serial console Linux example
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
} |
5 changes: 5 additions & 0 deletions
5
example-workloads/br-base-htif-only-serial/htif-only-serial-kfrag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |