Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150311' into...
commitd598911b6f5e7bf7bafb63b8e1d074729e94aca7
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Mar 2015 16:30:33 +0000 (11 16:30 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 11 Mar 2015 16:30:33 +0000 (11 16:30 +0000)
tree4adfbc7a7c32f771c3db8f603177efaa05c9ecca
parent165fa4091e97bfafbf394acb446623b92998175f
parent4f9950520a115acf9c0a209f0befa45758ad0215
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: Peter Maydell <peter.maydell@linaro.org>