qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix reset bit for realview platform.


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] Fix reset bit for realview platform.
Date: Fri, 4 Nov 2011 23:43:03 +0000

On 4 November 2011 23:22, Jean-Christophe DUBOIS <address@hidden> wrote:
> According to realview documentation [1], the bit used to reset the board
> is bit 2 and not bit 8.

True for PBA8 and PBXA9, but not true for PB1176, PB926 (where it
is bit 8) or Emulation Baseboard (which doesn't implement this
register at all). You need to make this all into a switch() on
board_id() (combine this with the existing 'RAZ/WI on vexpress'
if()).

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]