qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] target/mips: Add implementation of DSPRAM
@ 2019-06-06 13:45 Mateja Marjanovic
  2019-06-06 13:45 ` Mateja Marjanovic
  0 siblings, 1 reply; 4+ messages in thread
From: Mateja Marjanovic @ 2019-06-06 13:45 UTC (permalink / raw)
  To: qemu-devel; +Cc: arikalo, aurelien, amarkovic

From: Mateja Marjanovic <Mateja.Marjanovic@rt-rk.com>

This patch is a merge of Yongbok Kim's DSPRAM implementation
with the upstream, with some of Philippe Mathieu-Daude's comments.
It still needs some fixing (work in progress).

Mateja Marjanovic (1):
  target/mips: Add implementation of DSPRAM

 default-configs/mips-softmmu-common.mak |   1 +
 hw/mips/cps.c                           |  28 +++++-
 hw/misc/Makefile.objs                   |   1 +
 hw/misc/mips_dspram.c                   | 153 ++++++++++++++++++++++++++++++++
 include/hw/mips/cps.h                   |   2 +
 include/hw/misc/mips_dspram.h           |  46 ++++++++++
 target/mips/cpu.h                       |   9 +-
 target/mips/internal.h                  |   3 +-
 target/mips/op_helper.c                 |  14 +++
 target/mips/translate.c                 |   8 ++
 target/mips/translate_init.inc.c        |   2 +
 11 files changed, 262 insertions(+), 5 deletions(-)
 create mode 100644 hw/misc/mips_dspram.c
 create mode 100644 include/hw/misc/mips_dspram.h

-- 
2.7.4



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

end of thread, other threads:[~2019-06-10  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06 13:45 [Qemu-devel] [PATCH] target/mips: Add implementation of DSPRAM Mateja Marjanovic
2019-06-06 13:45 ` Mateja Marjanovic
2019-06-08  5:32   ` Aleksandar Markovic
2019-06-10  9:43     ` Mateja Marjanovic

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).