]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/armv7m.c
ARMv7-M reset fixes
authorPaul Brook <paul@codesourcery.com>
Mon, 5 Apr 2010 18:34:51 +0000 (19:34 +0100)
committerPaul Brook <paul@codesourcery.com>
Mon, 5 Apr 2010 18:43:12 +0000 (19:43 +0100)
commit983fe82611b87a1198d32f58636f6f38b88ad337
tree5736751719ff68c4da6729108b1d1d524710a2a7
parent116348def2bb446d972bdc2f44bd77ff631f85de
ARMv7-M reset fixes

Move ARMv7-M PC/SP initialization to the CPU reset routine.  Add a board
reset routine to call this.  Also load values directly from ROM as
images have not been copied yet.

Avoid clearing the NVIC pointer on cpu reset.

Signed-off-by: Paul Brook <paul@codesourcery.com>
hw/armv7m.c
target-arm/cpu.h
target-arm/helper.c