Skip to content

Commit

Permalink
xbar: debug host access to hyperram, system_info
Browse files Browse the repository at this point in the history
With the RTOS mainline gaining some support for code in HyperRAM, it
would be nice to be able to load such images in over OpenOCD without
needing to write code to do bounce buffering.

While here, also give the debug host access to the system_info
peripheral, to provide some more diagnostic information.
  • Loading branch information
nwf committed Jan 22, 2025
1 parent 46497b7 commit 9ce7c1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/xbar_main.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@
"usbdev",
"rv_plic",
],
dbg_host: ["sram"],
dbg_host: [
"sram",
"hyperram",
"system_info",
],
},
}

0 comments on commit 9ce7c1e

Please sign in to comment.