Add new configs for BE RISCV softmmu targets. --- configs/devices/riscv32be-softmmu/default.mak | 15 +++++++++++++++ configs/devices/riscv64be-softmmu/default.mak | 16 ++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 configs/devices/riscv32be-softmmu/default.mak create mode 100644 configs/devices/riscv64be-softmmu/default.mak
diff --git a/configs/devices/riscv32be-softmmu/default.mak b/configs/devices/riscv32be-softmmu/default.mak new file mode 100644 index 0000000000..d847bd5692 --- /dev/null +++ b/configs/devices/riscv32be-softmmu/default.mak @@ -0,0 +1,15 @@ +# Default configuration for riscv32-softmmu + +# Uncomment the following lines to disable these optional devices: +# +#CONFIG_PCI_DEVICES=n +CONFIG_SEMIHOSTING=y +CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y + +# Boards: +# +CONFIG_SPIKE=y +CONFIG_SIFIVE_E=y +CONFIG_SIFIVE_U=y +CONFIG_RISCV_VIRT=y +CONFIG_OPENTITAN=y diff --git a/configs/devices/riscv64be-softmmu/default.mak b/configs/devices/riscv64be-softmmu/default.mak new file mode 100644 index 0000000000..bc69301fa4 --- /dev/null +++ b/configs/devices/riscv64be-softmmu/default.mak @@ -0,0 +1,16 @@ +# Default configuration for riscv64-softmmu + +# Uncomment the following lines to disable these optional devices: +# +#CONFIG_PCI_DEVICES=n +CONFIG_SEMIHOSTING=y +CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y + +# Boards: +# +CONFIG_SPIKE=y +CONFIG_SIFIVE_E=y +CONFIG_SIFIVE_U=y +CONFIG_RISCV_VIRT=y +CONFIG_MICROCHIP_PFSOC=y +CONFIG_SHAKTI_C=y -- 2.34.1
