qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for Shakti SoC from IIT-M
@ 2021-03-14  8:39 Vijai Kumar K
  2021-03-14  8:39 ` [PATCH 1/3] riscv: Add initial support for Shakti C class Vijai Kumar K
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Vijai Kumar K @ 2021-03-14  8:39 UTC (permalink / raw)
  To: qemu-riscv; +Cc: Vijai Kumar K, qemu-devel

This series adds initial suppport for emulating shakti soc[1] running
on arty 100T.

Shakti SoC uses Shakti C class core[2] and Shakti Uart[3]

[1] https://gitlab.com/shaktiproject/cores/shakti-soc/-/blob/master/README.rst
[2] https://gitlab.com/shaktiproject/cores/c-class/-/blob/master/README.md
[3] https://gitlab.com/shaktiproject/uncore/devices/-/tree/master/uart_v2

Vijai Kumar K (3):
  riscv: Add initial support for Shakti C class
  hw/char: Add Shakti UART emulation
  hw/riscv: Connect Shakti UART to Shakti platform

 MAINTAINERS                                 |   9 +
 default-configs/devices/riscv64-softmmu.mak |   1 +
 hw/char/meson.build                         |   1 +
 hw/char/shakti_uart.c                       | 204 ++++++++++++++++++++
 hw/char/trace-events                        |   4 +
 hw/riscv/Kconfig                            |  10 +
 hw/riscv/meson.build                        |   1 +
 hw/riscv/shakti_c.c                         | 185 ++++++++++++++++++
 include/hw/char/shakti_uart.h               |  74 +++++++
 include/hw/riscv/shakti_c.h                 |  76 ++++++++
 target/riscv/cpu.c                          |   9 +
 target/riscv/cpu.h                          |   1 +
 12 files changed, 575 insertions(+)
 create mode 100644 hw/char/shakti_uart.c
 create mode 100644 hw/riscv/shakti_c.c
 create mode 100644 include/hw/char/shakti_uart.h
 create mode 100644 include/hw/riscv/shakti_c.h

-- 
2.25.1




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-03-20  9:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-14  8:39 [PATCH 0/3] Add support for Shakti SoC from IIT-M Vijai Kumar K
2021-03-14  8:39 ` [PATCH 1/3] riscv: Add initial support for Shakti C class Vijai Kumar K
2021-03-19 13:39   ` Alistair Francis
2021-03-20  9:46     ` Vijai Kumar K
2021-03-14  8:39 ` [PATCH 2/3] hw/char: Add Shakti UART emulation Vijai Kumar K
2021-03-19 13:44   ` Alistair Francis
2021-03-20  9:41     ` Vijai Kumar K
2021-03-14  8:39 ` [PATCH 3/3] hw/riscv: Connect Shakti UART to Shakti platform Vijai Kumar K
2021-03-19 13:47   ` Alistair Francis
2021-03-20  9:38     ` Vijai Kumar K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).