From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D772F1A02DF for ; Mon, 10 Aug 2015 19:27:01 +1000 (AEST) In-Reply-To: <20150804111855.9750.86630.stgit@mars> To: Mahesh Salgaonkar , linuxppc-dev , Benjamin Herrenschmidt From: Michael Ellerman Cc: Jeremy Kerr Subject: Re: powernv: Invoke opal_cec_reboot2() on unrecoverable HMI. Message-Id: <20150810092701.8C0761402BF@ozlabs.org> Date: Mon, 10 Aug 2015 19:27:01 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2015-04-08 at 11:18:56 UTC, Mahesh Salgaonkar wrote: > From: Mahesh Salgaonkar > > Invoke new opal_cec_reboot2() call with reboot type > OPAL_REBOOT_PLATFORM_ERROR (for unrecoverable HMI interrupts) to inform > BMC/OCC about this error, so that BMC can collect relevant data for error > analysis and decide what component to de-configure before rebooting. > > This patch depends on: > https://lists.ozlabs.org/pipermail/linuxppc-dev/2015-May/128341.html > https://lists.ozlabs.org/pipermail/linuxppc-dev/2015-May/128342.html > https://lists.ozlabs.org/pipermail/linuxppc-dev/2015-August/132045.html > > Signed-off-by: Mahesh Salgaonkar Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/62521ea6db1045a746d4 cheers