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 ac
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
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 register a backgro
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
> Cc: Jaso
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 Smirnov
---
hw/arm/Makefile.objs | 2 +-
hw/arm/coresig