Re: [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block

2018-01-16 Thread Philippe Mathieu-Daudé
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

Re: [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block

2018-01-16 Thread Andrey Smirnov
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

Re: [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block

2018-01-16 Thread Peter Maydell
On 16 January 2018 at 04:32, Philippe Mathieu-Daudé wrote: > You can just use add this in fsl_imx7_realize(): > > create_unimplemented_device("a7mpcore-dap-container", > FSL_IMX7_A7MPCORE_DAP_ADDR, > 0x10); > > to

Re: [Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block

2018-01-15 Thread Philippe Mathieu-Daudé
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? > Cc: Peter Maydell

[Qemu-devel] [PATCH v4 11/14] ARM: Add basic code to emulate A7MPCore DAP block

2018-01-15 Thread Andrey Smirnov
Add minimal code to emulate A7MPCore DAP block needed to boot Linux guest. Cc: Peter Maydell Cc: Jason Wang Cc: Philippe Mathieu-Daudé Cc: qemu-devel@nongnu.org Cc: qemu-...@nongnu.org Cc: yurov...@gmail.com Signed-off-by: Andrey