From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58247) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gIHpF-0003Kp-2Z for qemu-devel@nongnu.org; Thu, 01 Nov 2018 14:36:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gIHpD-000834-8g for qemu-devel@nongnu.org; Thu, 01 Nov 2018 14:36:12 -0400 Sender: Guenter Roeck Date: Thu, 1 Nov 2018 11:36:01 -0700 From: Guenter Roeck Message-ID: <20181101183601.GA26023@roeck-us.net> References: <20181030193044.25954-1-philmd@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v3] arm: exynos4: Add dma support for smdkc210 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= , "Edgar E. Iglesias" , Igor Mitsyanko , Alistair Francis , QEMU Developers , qemu-arm , Richard Henderson On Thu, Nov 01, 2018 at 05:24:15PM +0000, Peter Maydell wrote: > On 30 October 2018 at 19:30, Philippe Mathieu-Daudé wrote: > > From: Guenter Roeck > > > > QEMU already supports pl330. Instantiate it for smdkc210. > > Reviewed-by: Peter Maydell > > I don't suppose anybody has the SoC datasheet to crosscheck > the irq/address values (and maybe see if it lists any of > the other pl330 settings) ? > Not me. This was "look into the Linux kernel code and then play with parameters until it magically starts working". Guenter