Re: [Qemu-devel] [PATCH v4 0/3] armv7-m: exit on external reset request

2015-11-02 Thread Peter Maydell
On 31 October 2015 at 15:05, Michael Davidsaver wrote: > Resending patch set. The only change from v3 is to the message of #3. > > Changes armv7-m to implement the SYSRESETREQ register as GPIO. > This necessitates some refactoring of armv7m_init() and > the board code which calls it to allow the

[Qemu-devel] [PATCH v4 0/3] armv7-m: exit on external reset request

2015-10-31 Thread Michael Davidsaver
Resending patch set. The only change from v3 is to the message of #3. Changes armv7-m to implement the SYSRESETREQ register as GPIO. This necessitates some refactoring of armv7m_init() and the board code which calls it to allow the additional named GPIO to be used in board code. The Stellaris boa