From patchwork Mon Dec 3 03:27:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1006638 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 437VnZ5Y2Rz9s9G for ; Mon, 3 Dec 2018 14:28:18 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="wAbGKQmn"; 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 437VnZ3DgMzDqYM for ; Mon, 3 Dec 2018 14:28:18 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="wAbGKQmn"; dkim-atps=neutral X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 437VnN1jFVzDqXt for ; Mon, 3 Dec 2018 14:28:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=ozlabs.org header.i=@ozlabs.org header.b="wAbGKQmn"; dkim-atps=neutral Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 437VnM4VmLz9s7W; Mon, 3 Dec 2018 14:28:07 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ozlabs.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1543807687; bh=aDKKruxzYaQAmu9WfyzjMarS+n5OCT98BE5C8/WNFf0=; h=From:To:Cc:Subject:Date:From; b=wAbGKQmnsjeEaF+RHjL19KPqpCMarptLnxc/Es+eWUQhZZxnvYZ4Kl6bod9voWVyv T2pZI1qF8mZbS9H7OMRhLMnj4DNvVflyjhgvV9zvEzMl+R4ltJzcjKAPM8rSU5VcqH 7RfRA8DlqWA3CnjrkRpr9bPo97ct9ZyQ005+EgFlWvXrszG96b2t5gpQKgJfDNMQjN wwVqCRhdmEDhCG3CrMsAOy6ZOGXqctcmPvVHnw5PEOiK2zXQskvlt0xVtiLgkY9x9c i6B8q5Bf6jAEdA9x81Qb00WTcGE8V80nStACJjcrCaTITCE4Zotr1l1ATkIMSNG4MY S7jqBEvKFkI3g== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Mon, 3 Dec 2018 14:27:54 +1100 Message-Id: <20181203032758.1111333-1-amitay@ozlabs.org> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Subject: [Pdbg] [PATCH 0/4] Avoid use of chip-id X-BeenThere: pdbg@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "mailing list for https://github.com/open-power/pdbg development" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Amitay Isaacs Errors-To: pdbg-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Pdbg" Instead of using two different mechanisms to id a chiplet, consistently use "index" property. Fix a bug in pib probing on host. Amitay Isaacs (4): libpdbg: Fix probing of pib libpdbg: Use index instead of chip-id for id libpdbg: Drop pdbg_target_chip_id() dtc: Drop chip-id property libpdbg/host.c | 6 +++--- libpdbg/htm.c | 11 +++++++---- libpdbg/libpdbg.c | 15 --------------- libpdbg/libpdbg.h | 4 ---- p8-host.dts.m4 | 1 - p9-host.dts.m4 | 4 +--- 6 files changed, 11 insertions(+), 30 deletions(-)