qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 01/10] hw/intc: RX62N interrupt controller (ICUa)


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 01/10] hw/intc: RX62N interrupt controller (ICUa)
Date: Fri, 5 Jun 2020 17:45:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 5/31/20 6:24 PM, Yoshinori Sato wrote:
> This implementation supported only ICUa.
> Hardware manual.
> https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf
> 
> Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
> ---
>  include/hw/intc/rx_icu.h |  56 ++++++
>  hw/intc/rx_icu.c         | 379 +++++++++++++++++++++++++++++++++++++++
>  hw/intc/Makefile.objs    |   1 +
>  3 files changed, 436 insertions(+)
>  create mode 100644 include/hw/intc/rx_icu.h
>  create mode 100644 hw/intc/rx_icu.c

Good news, no logical change with the version I sent:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg708323.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]