From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQ6-0000i7-UL for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVhQ6-0003mG-2L for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:06 -0500 Received: from mail-vk0-x230.google.com ([2607:f8b0:400c:c05::230]:34690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVhQ5-0003lv-V5 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 10:20:06 -0500 Received: by mail-vk0-x230.google.com with SMTP id e185so135810298vkb.1 for ; Tue, 16 Feb 2016 07:20:05 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Tue, 16 Feb 2016 15:19:45 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 1/9] i.MX: Allow GPT timer to rollover. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe Dubois Cc: QEMU Developers , Peter Crosthwaite On 8 February 2016 at 22:08, Jean-Christophe Dubois wrote: > GPT timer need to rollover when it reaches 0xffffffff. > > It also need to reset to 0 when in "restart mode" and crossing the > compare 1 register. > > Signed-off-by: Jean-Christophe Dubois > --- > Reviewed-by: Peter Maydell thanks -- PMM