diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2020-04-23 11:30:50 -0700 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2020-06-03 09:11:51 -0700 |
commit | fe0fe4735e798578097758781166cc221319b93d (patch) | |
tree | c0eaed6519b02f036f32535a9d3aa66f561c148f /hw/riscv/Makefile.objs | |
parent | 36b80ad99f7ea4979a4c5fc6e4072619b405e3b0 (diff) |
riscv: Initial commit of OpenTitan machine
This adds a barebone OpenTitan machine to QEMU.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Bin Meng <bin.meng@windriver.com>
Diffstat (limited to 'hw/riscv/Makefile.objs')
-rw-r--r-- | hw/riscv/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/riscv/Makefile.objs b/hw/riscv/Makefile.objs index fc3c6dd7c8..57cc708f5d 100644 --- a/hw/riscv/Makefile.objs +++ b/hw/riscv/Makefile.objs @@ -1,6 +1,7 @@ obj-y += boot.o obj-$(CONFIG_SPIKE) += riscv_htif.o obj-$(CONFIG_HART) += riscv_hart.o +obj-$(CONFIG_OPENTITAN) += opentitan.o obj-$(CONFIG_SIFIVE_E) += sifive_e.o obj-$(CONFIG_SIFIVE_E) += sifive_e_prci.o obj-$(CONFIG_SIFIVE) += sifive_clint.o |