Re: [Qemu-devel] [PATCH v4 9/9] target/mips: Add support for DSPRAM

2019-03-04 Thread Aleksandar Markovic
> From: Philippe Mathieu-Daudé > Subject: Re: [Qemu-devel] [PATCH v4 9/9] target/mips: Add support for DSPRAM > (I believe this is the v6 of this patched, included in a v4 series). Yes, there was a previous version of this patch in Oct 2028, but it wasn't accepted at that time.

Re: [Qemu-devel] [PATCH v4 9/9] target/mips: Add support for DSPRAM

2019-02-28 Thread Philippe Mathieu-Daudé
Hi Yongbok, Aleksandar. (I believe this is the v6 of this patched, included in a v4 series). On 2/26/19 1:55 PM, Aleksandar Markovic wrote: > From: Yongbok Kim > > The optional Data Scratch Pad RAM (DSPRAM) block provides a general scratch > pad RAM > used for temporary storage of data. The DS

[Qemu-devel] [PATCH v4 9/9] target/mips: Add support for DSPRAM

2019-02-26 Thread Aleksandar Markovic
From: Yongbok Kim The optional Data Scratch Pad RAM (DSPRAM) block provides a general scratch pad RAM used for temporary storage of data. The DSPRAM provides a connection to on-chip memory or memory-mapped registers, which are accessed in parallel with the L1 data cache to minimize access laten