stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
commitbbbbd9002ffe9d03851bc87ab326b01378f93faf
authorAlistair Francis <alistair23@gmail.com>
Wed, 11 Mar 2015 13:21:05 +0000 (11 13:21 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Mar 2015 13:21:05 +0000 (11 13:21 +0000)
tree5e9a7bb1609b52b14a349f2a103c65b63c199156
parent73af5d1115255ac921e3169d2d7376e5bc9d2838
stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG

This patch adds the stm32f2xx System Configuration
Controller. This is used to configure what memory is mapped
at address 0 (although that is not supported) as well
as configure how the EXTI interrupts work (also not
supported at the moment).

This device is not required for basic examples, but more
complex systems will require it (as well as the EXTI device)

Signed-off-by: Alistair Francis <alistair@alistair23.me>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 5d499d7b60b61d5d6dcb310b2e55411b1f53794e.1424175342.git.alistair@alistair23.me
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak
hw/misc/Makefile.objs
hw/misc/stm32f2xx_syscfg.c [new file with mode: 0644]
include/hw/misc/stm32f2xx_syscfg.h [new file with mode: 0644]