OSDN Git Service

hw/arm/allwinner-h3: add System Control module
authorNiek Linnenbank <nieklinnenbank@gmail.com>
Wed, 11 Mar 2020 22:18:41 +0000 (23:18 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 12 Mar 2020 16:27:33 +0000 (16:27 +0000)
commit7e83c9ddbb01a94aeccb5c914fe12d4ef61a4e01
tree3c93e000106bb4de69508acc15896d5abc71aa75
parent2e4dfe80f04e31e60d2664b3b81b3681e41a5ff2
hw/arm/allwinner-h3: add System Control module

The Allwinner H3 System on Chip has an System Control
module that provides system wide generic controls and
device information. This commit adds support for the
Allwinner H3 System Control module.

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-6-nieklinnenbank@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/allwinner-h3.c
hw/misc/Makefile.objs
hw/misc/allwinner-h3-sysctrl.c [new file with mode: 0644]
include/hw/arm/allwinner-h3.h
include/hw/misc/allwinner-h3-sysctrl.h [new file with mode: 0644]