mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
hw/arm/allwinner: add CPU Configuration module
Various Allwinner System on Chip designs contain multiple processors that can be configured and reset using the generic CPU Configuration module interface. This commit adds support for the Allwinner CPU configuration interface which emulates the following features: * CPU reset * CPU status Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20200311221854.30370-7-nieklinnenbank@gmail.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
7e83c9ddbb
commit
d26af5ded9
6 changed files with 351 additions and 1 deletions
|
@ -29,6 +29,7 @@ common-obj-$(CONFIG_MACIO) += macio/
|
|||
common-obj-$(CONFIG_IVSHMEM_DEVICE) += ivshmem.o
|
||||
|
||||
common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-ccu.o
|
||||
obj-$(CONFIG_ALLWINNER_H3) += allwinner-cpucfg.o
|
||||
common-obj-$(CONFIG_ALLWINNER_H3) += allwinner-h3-sysctrl.o
|
||||
common-obj-$(CONFIG_REALVIEW) += arm_sysctl.o
|
||||
common-obj-$(CONFIG_NSERIES) += cbus.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue