diff options
| author | Leon Alrae | 2016-03-15 10:59:26 +0100 |
|---|---|---|
| committer | Leon Alrae | 2016-03-30 10:13:58 +0200 |
| commit | 8e7e8a5b7b95c143f396f6aadd310e9ff2f7efd3 (patch) | |
| tree | a905d2e3e41417a9d5fce79f541096619d71c4ee /default-configs/mips-softmmu-common.mak | |
| parent | Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (diff) | |
| download | qemu-8e7e8a5b7b95c143f396f6aadd310e9ff2f7efd3.tar.gz qemu-8e7e8a5b7b95c143f396f6aadd310e9ff2f7efd3.tar.xz qemu-8e7e8a5b7b95c143f396f6aadd310e9ff2f7efd3.zip | |
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>
Diffstat (limited to 'default-configs/mips-softmmu-common.mak')
| -rw-r--r-- | default-configs/mips-softmmu-common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/mips-softmmu-common.mak b/default-configs/mips-softmmu-common.mak index 37009a3637..18e4beb52a 100644 --- a/default-configs/mips-softmmu-common.mak +++ b/default-configs/mips-softmmu-common.mak @@ -30,3 +30,4 @@ CONFIG_I8259=y CONFIG_MC146818RTC=y CONFIG_ISA_TESTDEV=y CONFIG_EMPTY_SLOT=y +CONFIG_MIPS_CPS=y |
