diff options
author | Patrick Rudolph <patrick.rudolph@9elements.com> | 2019-08-05 08:30:44 +0200 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2019-08-06 12:04:09 +0000 |
commit | 9c0fe34511354175e960cf3d7f79afc7b1fd3438 (patch) | |
tree | 12bfff2b237d267bae63b9a1a66d97bb1fb663ea /configs/config.emulation_qemu_riscv_rv64 | |
parent | c4d56d668f682f7d0d77a2e02f4728b1299f406e (diff) |
configs: Build test OpenSBI
Build test OpenSBI on qemu-riscv-rv64.
Change-Id: I23b9a1b06987d8d8ebb90655162ba4abce1557fa
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34691
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Hug <philipp@hug.cx>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'configs/config.emulation_qemu_riscv_rv64')
-rw-r--r-- | configs/config.emulation_qemu_riscv_rv64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/config.emulation_qemu_riscv_rv64 b/configs/config.emulation_qemu_riscv_rv64 new file mode 100644 index 0000000000..d41963c157 --- /dev/null +++ b/configs/config.emulation_qemu_riscv_rv64 @@ -0,0 +1,2 @@ +CONFIG_BOARD_EMULATION_QEMU_RISCV_RV64=y +CONFIG_RISCV_OPENSBI=y |