Re: [Qemu-devel] [RFC 1/3] hw/arm/nrf51_soc: Fix compilation and memory regions

2018-05-31 Thread Peter Maydell
On 29 May 2018 at 23:03, Julia Suvorova wrote: > nRF51 SoC implementation is intended for the BBC Micro:bit board, > which has 256 KB flash and 16 KB RAM. > Added FICR defines. > > Signed-off-by: Julia Suvorova > --- > hw/arm/nrf51_soc.c | 12 +++- > include/hw/arm/nrf51_soc.h |

[Qemu-devel] [RFC 1/3] hw/arm/nrf51_soc: Fix compilation and memory regions

2018-05-29 Thread Julia Suvorova via Qemu-devel
nRF51 SoC implementation is intended for the BBC Micro:bit board, which has 256 KB flash and 16 KB RAM. Added FICR defines. Signed-off-by: Julia Suvorova --- hw/arm/nrf51_soc.c | 12 +++- include/hw/arm/nrf51_soc.h | 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --