From patchwork Thu Apr 30 03:05:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1279892 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) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49CKz86n7Kz9sSd for ; Thu, 30 Apr 2020 13:06:28 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (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.a=rsa-sha256 header.s=201707 header.b=Nb0uDJk9; dkim-atps=neutral Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 49CKz84ZtdzDrC8 for ; Thu, 30 Apr 2020 13:06:28 +1000 (AEST) X-Original-To: pdbg@lists.ozlabs.org Delivered-To: pdbg@lists.ozlabs.org Received: from ozlabs.org (bilbo.ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 49CKyX56BrzDr97 for ; Thu, 30 Apr 2020 13:05:56 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (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.a=rsa-sha256 header.s=201707 header.b=Nb0uDJk9; 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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 49CKyX1kkkz9sSh; Thu, 30 Apr 2020 13:05:56 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1588215956; bh=uZqHWs68P6/hxCanc4p0eE2aMTH2k33LZ5M9P2JpAkI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Nb0uDJk9J07t/w5PbksFabQugEQqQwwkN3PZ7+wJoEUEGk2o6PYiynj3RaNnkl0w2 MyvEiLOwtyMdVNg/Z/1s0UPkaJUjNN3fp0P8ICDfJ1eaVSV8nFueo1xlWC6YkcAsg1 WDPZsPkq0IaeMF0/oee0jyWSZaemUIG+BLlILI6Ahc1/H4PhLSvTEwpIFCeliWVMeF Y+xfY0yb83RBi6hH/H+tRcaW4mxobbnT7BFGF7IvVGjdbI+4yqOBOCI+3txYcEPGhQ eIF8vMUqS3kHh2z6yBlI3mFHtE3VKXptUtrvX/mHeasJdhTTLMEkogPzWgW9hlVTN9 bmO4E9tf2He0A== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 30 Apr 2020 13:05:40 +1000 Message-Id: <20200430030544.234289-8-amitay@ozlabs.org> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20200430030544.234289-1-amitay@ozlabs.org> References: <20200430030544.234289-1-amitay@ozlabs.org> MIME-Version: 1.0 Subject: [Pdbg] [PATCH 07/11] dts: Generate p9.dts 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" Signed-off-by: Amitay Isaacs Reviewed-by: Alistair Popple --- p9.dts => p9.dts.m4 | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename p9.dts => p9.dts.m4 (100%) diff --git a/p9.dts b/p9.dts.m4 similarity index 100% rename from p9.dts rename to p9.dts.m4