From patchwork Thu Apr 30 03:05:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amitay Isaacs X-Patchwork-Id: 1279888 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 49CKys69M2z9sSg for ; Thu, 30 Apr 2020 13:06:13 +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=ODBtDkq1; 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 49CKys534TzDr9B for ; Thu, 30 Apr 2020 13:06:13 +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 49CKyV4TKqzDr8t for ; Thu, 30 Apr 2020 13:05:54 +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=ODBtDkq1; 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 49CKyV1t1Cz9sSj; Thu, 30 Apr 2020 13:05:54 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ozlabs.org; s=201707; t=1588215954; bh=l2Cgrt9mQeuvJ29XLLvAatAFZcCOVGCLArTWqHN+g7g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ODBtDkq1aOWSCceX5tJWFFNH1er3Wb6DUloqxSTmyT6RirmTmJCXM4NO+l1LKIhez GQ/Vws80dV7uM2rx1StXnbELXJ46n13awwj75zayXpg7qkAmi5an8Gz96FxFtpO4th 4NuBKZYNjm+QPX4Sk4hVZFrr+ik9n9AohkOIEYN84kDKTUbv9leQPOi9FVZGEtsefA C/327eZFDr+QHFhSZmaietyOq1Kcr5WjQ0xQ98vXKlxgrBjbMy/lixkwdzGQJ2yCYJ qtt9M7vH/HpJEp10wYb6j0bqJ5viEy16kdTvznmiONQqfv+NvduBgkGTKveYpx6C5n 7VxYUkrATcRmg== From: Amitay Isaacs To: pdbg@lists.ozlabs.org Date: Thu, 30 Apr 2020 13:05:36 +1000 Message-Id: <20200430030544.234289-4-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 03/11] dts: Rename p9-cronus to bmc-cronus 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 --- Makefile.am | 2 +- p9-cronus.dts.m4 => bmc-cronus.dts.m4 | 0 libpdbg/dtb.c | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename p9-cronus.dts.m4 => bmc-cronus.dts.m4 (100%) diff --git a/Makefile.am b/Makefile.am index 041ec01..4b53c80 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ if TARGET_PPC ARCH_FLAGS="-DTARGET_PPC=1" endif -DT = fake.dts fake2.dts p8-cronus.dts p9-cronus.dts \ +DT = fake.dts fake2.dts p8-cronus.dts bmc-cronus.dts \ p8-fsi.dts p8-i2c.dts p8-kernel.dts \ p9w-fsi.dts p9r-fsi.dts p9z-fsi.dts bmc-kernel.dts \ p9-sbefifo.dts \ diff --git a/p9-cronus.dts.m4 b/bmc-cronus.dts.m4 similarity index 100% rename from p9-cronus.dts.m4 rename to bmc-cronus.dts.m4 diff --git a/libpdbg/dtb.c b/libpdbg/dtb.c index f9573a6..6a9fc73 100644 --- a/libpdbg/dtb.c +++ b/libpdbg/dtb.c @@ -42,7 +42,7 @@ #include "p8-host.dt.h" #include "p9-host.dt.h" #include "p8-cronus.dt.h" -#include "p9-cronus.dt.h" +#include "bmc-cronus.dt.h" #include "p9-sbefifo.dt.h" #include "p8.dt.h" @@ -413,7 +413,7 @@ struct pdbg_dtb *pdbg_default_dtb(void *system_fdt) dtb->system.fdt = &_binary_p8_dtb_o_start; } else if (!strncmp(pdbg_backend_option, "p9", 2)) { if (!dtb->backend.fdt) - dtb->backend.fdt = &_binary_p9_cronus_dtb_o_start; + dtb->backend.fdt = &_binary_bmc_cronus_dtb_o_start; if (!dtb->system.fdt) dtb->system.fdt = &_binary_p9_dtb_o_start; } else {