qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH pic32 v2 5/5] Two new machine platforms: pic32mz


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH pic32 v2 5/5] Two new machine platforms: pic32mz7 and pic32mz.
Date: Wed, 1 Jul 2015 15:41:03 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On 2015-06-30 21:12, Serge Vakulenko wrote:
> Signed-off-by: Serge Vakulenko <address@hidden>
> ---
>  hw/mips/Makefile.objs       |    3 +
>  hw/mips/mips_pic32mx7.c     | 1652 +++++++++++++++++++++++++
>  hw/mips/mips_pic32mz.c      | 2840 
> +++++++++++++++++++++++++++++++++++++++++++
>  hw/mips/pic32_ethernet.c    |  557 +++++++++
>  hw/mips/pic32_gpio.c        |   39 +
>  hw/mips/pic32_load_hex.c    |  238 ++++
>  hw/mips/pic32_peripherals.h |  210 ++++
>  hw/mips/pic32_sdcard.c      |  428 +++++++
>  hw/mips/pic32_spi.c         |  121 ++
>  hw/mips/pic32_uart.c        |  228 ++++
>  hw/mips/pic32mx.h           | 1290 ++++++++++++++++++++
>  hw/mips/pic32mz.h           | 2093 +++++++++++++++++++++++++++++++
>  12 files changed, 9699 insertions(+)
>  create mode 100644 hw/mips/mips_pic32mx7.c
>  create mode 100644 hw/mips/mips_pic32mz.c
>  create mode 100644 hw/mips/pic32_ethernet.c
>  create mode 100644 hw/mips/pic32_gpio.c
>  create mode 100644 hw/mips/pic32_load_hex.c
>  create mode 100644 hw/mips/pic32_peripherals.h
>  create mode 100644 hw/mips/pic32_sdcard.c
>  create mode 100644 hw/mips/pic32_spi.c
>  create mode 100644 hw/mips/pic32_uart.c
>  create mode 100644 hw/mips/pic32mx.h
>  create mode 100644 hw/mips/pic32mz.h

This patch is huge, and needs to be splitted to ease the review.

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
address@hidden                 http://www.aurel32.net



reply via email to

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