hw/mips: implement generic MIPS Coherent Processing System container
authorLeon Alrae <leon.alrae@imgtec.com>
Tue, 15 Mar 2016 09:59:26 +0000 (09:59 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Wed, 30 Mar 2016 08:13:58 +0000 (09:13 +0100)
commit8e7e8a5b7b95c143f396f6aadd310e9ff2f7efd3
treea905d2e3e41417a9d5fce79f541096619d71c4ee
parent553934db664ecee676650fac0330dceff3531736
hw/mips: implement generic MIPS Coherent Processing System container

Implement generic MIPS Coherent Processing System (CPS) which in this
commit just creates VPs, but it will serve as a container also for
other components like Global Configuration Registers and Cluster Power
Controller.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
default-configs/mips-softmmu-common.mak
hw/mips/Makefile.objs
hw/mips/cps.c [new file with mode: 0644]
include/hw/mips/cps.h [new file with mode: 0644]