diff options
author | Niek Linnenbank | 2020-03-11 23:18:37 +0100 |
---|---|---|
committer | Peter Maydell | 2020-03-12 17:27:33 +0100 |
commit | 740dafc0ba0787abddb0ec8daf8f23759112ac81 (patch) | |
tree | 4633517d1a3ee458a89ab1ab0d3af6b6fd9b4cea /MAINTAINERS | |
parent | hw/arm/fsl-imx25: Wire up USB controllers (diff) | |
download | qemu-740dafc0ba0787abddb0ec8daf8f23759112ac81.tar.gz qemu-740dafc0ba0787abddb0ec8daf8f23759112ac81.tar.xz qemu-740dafc0ba0787abddb0ec8daf8f23759112ac81.zip |
hw/arm: add Allwinner H3 System-on-Chip
The Allwinner H3 is a System on Chip containing four ARM Cortex A7
processor cores. Features and specifications include DDR2/DDR3 memory,
SD/MMC storage cards, 10/100/1000Mbit Ethernet, USB 2.0, HDMI and
various I/O modules. This commit adds support for the Allwinner H3
System on Chip.
Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200311221854.30370-2-nieklinnenbank@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2903cbe564..3efa8e53ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -492,6 +492,13 @@ F: hw/*/allwinner* F: include/hw/*/allwinner* F: hw/arm/cubieboard.c +Allwinner-h3 +M: Niek Linnenbank <nieklinnenbank@gmail.com> +L: qemu-arm@nongnu.org +S: Maintained +F: hw/*/allwinner-h3* +F: include/hw/*/allwinner-h3* + ARM PrimeCell and CMSDK devices M: Peter Maydell <peter.maydell@linaro.org> L: qemu-arm@nongnu.org |