Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311' into staging
target-arm queue:
* fix a bug in bitops.h
* implement SD card support on integratorcp
* add a missing 'compatible' property for Cortex-A57
* add Netduino 2 machine model
* fix command line parsing bug for CPU options with multiple CPUs
# gpg: Signature made Wed Mar 11 14:14:22 2015 GMT using RSA key ID 14360CDE
# gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
* remotes/pmaydell/tags/pull-target-arm-20150311:
bitops.h: sextract64() return type should be int64_t, not uint64_t
integrator/cp: Implement CARDIN and WPROT signals
integrator/cp: Model CP control registers as sysbus device
target-arm: Add missing compatible property to A57
netduino2: Add the Netduino 2 Machine
stm32f205: Add the stm32f205 SoC
stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFG
stm32f2xx_USART: Add the stm32f2xx USART Controller
stm32f2xx_timer: Add the stm32f2xx Timer
hw/arm/virt: fix cmdline parsing bug with CPU options and smp > 1
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
Showing
hw/arm/netduino2.c
0 → 100644
hw/arm/stm32f205_soc.c
0 → 100644
hw/char/stm32f2xx_usart.c
0 → 100644
hw/misc/stm32f2xx_syscfg.c
0 → 100644
hw/timer/stm32f2xx_timer.c
0 → 100644
include/hw/arm/stm32f205_soc.h
0 → 100644
include/hw/char/stm32f2xx_usart.h
0 → 100644
想要评论请 注册 或 登录