riscv: add a qemu_riscv64 board
This emulates a RISC-V in 64-bit mode on a SiFive FE310 dev board. Memory is tight so a few tests had to be disabled due to the extra memory usage compared to qemu_riscv32. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
parent
c351492bc7
commit
7f74825958
11 changed files with 191 additions and 1 deletions
|
@ -2,3 +2,4 @@ tests:
|
|||
libraries.data_structures.rbtree:
|
||||
tags: rbtree
|
||||
filter: not CONFIG_MISRA_SANE
|
||||
platform_exclude: qemu_riscv64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue