aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/allwinner-cpucfg.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12hw/arm/allwinner: add CPU Configuration moduleNiek Linnenbank1-0/+282
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>