]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/nrf51_soc.c
arm: Add Nordic Semiconductor nRF51 SoC
authorJoel Stanley <joel@jms.id.au>
Tue, 25 Sep 2018 13:02:31 +0000 (14:02 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 25 Sep 2018 13:14:07 +0000 (14:14 +0100)
commit673b2d42a8bfbc36bbfd9aad18410b3970913043
tree10cb23fc06a6525c0b2c3a3a95588ccdb6b15e51
parentc0066d1a1900e8f44a004c588257116c25bbde55
arm: Add Nordic Semiconductor nRF51 SoC

The nRF51 is a Cortex-M0 microcontroller with an on-board radio module,
plus other common ARM SoC peripherals.

 http://infocenter.nordicsemi.com/pdf/nRF51_RM_v3.0.pdf

This defines a basic model of the CPU and memory, with no peripherals
implemented at this stage.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-id: 20180831220920.27113-3-joel@jms.id.au
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: wrapped a few long lines]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
default-configs/arm-softmmu.mak
hw/arm/Makefile.objs
hw/arm/nrf51_soc.c [new file with mode: 0644]
include/hw/arm/nrf51_soc.h [new file with mode: 0644]