From patchwork Wed Apr 19 05:14:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell Currey X-Patchwork-Id: 752095 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3w79F63Lt9z9s0m for ; Wed, 19 Apr 2017 15:15:38 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="qU3OvQdY"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3w79F62FYkzDqFy for ; Wed, 19 Apr 2017 15:15:38 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="qU3OvQdY"; dkim-atps=neutral X-Original-To: skiboot@lists.ozlabs.org Delivered-To: skiboot@lists.ozlabs.org Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3w79D65DXHzDqB7 for ; Wed, 19 Apr 2017 15:14:46 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=messagingengine.com header.i=@messagingengine.com header.b="qU3OvQdY"; dkim-atps=neutral Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailnew.nyi.internal (Postfix) with ESMTP id 392A11057; Wed, 19 Apr 2017 01:14:44 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Wed, 19 Apr 2017 01:14:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc :x-sasl-enc; s=fm1; bh=1UUxra16ICFrtJtvOS99Nj5IuYTgktvlXXszamv6D 3I=; b=qU3OvQdYEshA+YUX5te9JXVrdvR208jRJ2whKqGP06HIt7MK9LxcYJjGp t4yZp0zfQN/7If+UaTl2WrDVkCA0V4mI+0PL33sslSVLdSkdDySmjCrRCWOIHupw mm1quaitxukA1BN0iiU4h45pTib7kVC5dMhzDNcHG1RbmGCcSErw7eutxwRZCzxI m/aJUKJmGnWQdWJKSKcYvLlG75RzEDmsAI9Q4fnwE8lngZBTFP6Of5cujA3fIk6g p7Fw5aEDM6rba03hAFWC10QTCriLOK9lehrj2hWTFZTvNBVRT4gD/bt3il1udlvX bU+5vqb6+rdDW8GZECi9v+D4Vu2ww== X-ME-Sender: X-Sasl-enc: AcSUd4l5rWiplRTOHLE3YJ8eqFylgmcJ4+xENYCBY60m 1492578883 Received: from snap.ozlabs.ibm.com (unknown [122.99.82.10]) by mail.messagingengine.com (Postfix) with ESMTPA id B9E6A2473E; Wed, 19 Apr 2017 01:14:42 -0400 (EDT) From: Russell Currey To: skiboot@lists.ozlabs.org Date: Wed, 19 Apr 2017 15:14:07 +1000 Message-Id: <20170419051408.26335-5-ruscur@russell.cc> X-Mailer: git-send-email 2.12.2 In-Reply-To: <20170419051408.26335-1-ruscur@russell.cc> References: <20170419051408.26335-1-ruscur@russell.cc> Subject: [Skiboot] [PATCH v2 4/5] phb4: Enable EEH for MMIO X-BeenThere: skiboot@lists.ozlabs.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Mailing list for skiboot development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: skiboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Skiboot" Now that fence detection is implemented, EEH for MMIO can be turned on. Signed-off-by: Russell Currey --- hw/phb4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/phb4.c b/hw/phb4.c index e865d0d2..5b2bf851 100644 --- a/hw/phb4.c +++ b/hw/phb4.c @@ -2839,7 +2839,6 @@ static void phb4_init_hw(struct phb4 *p, bool first_init) /* Init_16 - PHB Control */ out_be64(p->regs + PHB_CTRLR, PHB_CTRLR_IRQ_PGSZ_64K | - PHB_CTRLR_MMIO_EEH_DISABLE | /* EEH disable for now ! */ SETFIELD(PHB_CTRLR_TVT_ADDR_SEL, 0ull, TVT_2_PER_PE)); /* Init_17..40 - Architected IODA3 inits */