From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebUOJ-0001Gd-Dh for qemu-devel@nongnu.org; Tue, 16 Jan 2018 11:47:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebUOD-0000rb-OQ for qemu-devel@nongnu.org; Tue, 16 Jan 2018 11:47:15 -0500 Sender: =?UTF-8?Q?Philippe_Mathieu=2DDaud=C3=A9?= References: <20180116013709.13830-1-andrew.smirnov@gmail.com> <20180116013709.13830-12-andrew.smirnov@gmail.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <2be301ba-b417-e818-93f4-d43aa8b60b40@amsat.org> Date: Tue, 16 Jan 2018 13:47:04 -0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrey Smirnov , Alistair Francis Cc: "open list:ARM" , Peter Maydell , Jason Wang , QEMU Developers , Andrey Yurovsky On 01/16/2018 12:04 PM, Andrey Smirnov wrote: > On Mon, Jan 15, 2018 at 8:32 PM, Philippe Mathieu-Daudé wrote: >> Hi Andrey, >> >> On 01/15/2018 10:37 PM, Andrey Smirnov wrote: >>> Add minimal code to emulate A7MPCore DAP block needed to boot Linux >>> guest. >> >> I was not aware the DAP is accessed by upstream Linux... >> >> You sure this isn't rather part of some bootloader built-in self-test? >> > > Yes, I am positive: > > a) I don't run any bootloader and boot directly into Linux, so it's > just physically impossible > b) Here's the code: > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/hwtracing/coresight?h=v4.15-rc8 Wow :) pretty interesting! Alistair: Some features might be interesting to add to the multicore-gdb project idea. Thanks Andrey for updating me :) Phil.