From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755309AbbIMT0c (ORCPT ); Sun, 13 Sep 2015 15:26:32 -0400 Received: from smtp.domeneshop.no ([194.63.252.55]:35559 "EHLO smtp.domeneshop.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755230AbbIMT0b (ORCPT ); Sun, 13 Sep 2015 15:26:31 -0400 Subject: Re: [PATCH v3] watchdog: bcm2835: Fix poweroff behaviour To: Guenter Roeck , linux-watchdog@vger.kernel.org, Eric Anholt References: <1434549844-11704-1-git-send-email-noralf@tronnes.org> <558241F7.6070600@roeck-us.net> Cc: linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: =?UTF-8?Q?Noralf_Tr=c3=b8nnes?= Message-ID: <55F5CDE2.5020703@tronnes.org> Date: Sun, 13 Sep 2015 21:26:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <558241F7.6070600@roeck-us.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Den 18.06.2015 05:58, skrev Guenter Roeck: > On 06/17/2015 07:04 AM, Noralf Trønnes wrote: >> Currently poweroff/halt results in a reboot on the Raspberry Pi. >> The firmware uses the RSTS register to know which partiton to >> boot from. The partiton value is spread into bits >> 0, 2, 4, 6, 8, 10. Partiton 63 is a special partition used by >> the firmware to indicate halt. >> >> The firmware made this change in 19 Aug 2013 and was matched >> by the downstream commit: >> Changes for new NOOBS multi partition booting from gsh >> >> Signed-off-by: Noralf Trønnes > > Reviewed-by: Guenter Roeck > It seems that this has slipped through the cracks, at least it didn't enter in the 4.3 merge window. Noralf.