From nobody Fri Apr 26 23:32:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1565594519; cv=none; d=zoho.com; s=zohoarc; b=nptAo0jaEDT6lu1UpTK7HhZkSetARPEDVpubaTvOuxORdA+vgz5aBkHfn4jy434CxtkRpQJOyqsA5lXDKPyi3bMNIY6HOvYjzF/mf8KNu17wmHEM1jspu26YWGW36KCLzzHH2gYwV7j8Cpg5DWet53Cz5lktWnZotsXwO7On8Vc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565594519; h=Content-Type:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=FNX9C7gYhjEdjXZMPws/tefcLp/TP2nVX9WgcBtsy+s=; b=eVjZbBRqe2JV2Olylm689mjdVwCQ4lmj8Cf2D5zuqiIhI8tJHml8OujzVKZB9lSDdw9d3RLCf4nh1NfzA5uo00hrkFHesJZI+JVzUxHCUBe5FYnschMtiGbl/j/4irtNqw0CPfe3gVMWO9JPrvPkwb9zwPO2z4v3+RlfLvR1+go= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1565594519377769.3762345925107; Mon, 12 Aug 2019 00:21:59 -0700 (PDT) Received: from localhost ([::1]:43444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hx4eS-0007yy-5b for importer@patchew.org; Mon, 12 Aug 2019 03:21:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46929) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hx4dO-0006rS-ID for qemu-devel@nongnu.org; Mon, 12 Aug 2019 03:20:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hx4dM-0001GB-Gk for qemu-devel@nongnu.org; Mon, 12 Aug 2019 03:20:50 -0400 Received: from mx2.suse.de ([195.135.220.15]:36376 helo=mx1.suse.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hx4dM-0001EP-Au; Mon, 12 Aug 2019 03:20:48 -0400 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 62B99ADCC; Mon, 12 Aug 2019 07:20:44 +0000 (UTC) X-Virus-Scanned: by amavisd-new at test-mx.suse.de From: Andreas Schwab To: Alistair Francis References: <202a2df9cd8e3de2555295446ff1a144eef61eeb.1563302751.git.alistair.francis@wdc.com> X-Yow: Everybody gets free BORSCHT! Date: Mon, 12 Aug 2019 09:20:43 +0200 In-Reply-To: <202a2df9cd8e3de2555295446ff1a144eef61eeb.1563302751.git.alistair.francis@wdc.com> (Alistair Francis's message of "Tue, 16 Jul 2019 11:47:22 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 195.135.220.15 Subject: [Qemu-devel] [PATCH] roms/Makefile: fix command for opensbi64-sifive_u X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, stefanha@gmail.co, qemu-riscv@nongnu.org, codyprime@gmail.com, anup@brainfault.org, palmer@sifive.com, qemu-devel@nongnu.org, stefanha@redhat.com, pbonzini@redhat.com, alistair23@gmail.com, linux@roeck-us.ne, bmeng.cn@gmail.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Copy the correct firmware file Signed-off-by: Andreas Schwab --- roms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roms/Makefile b/roms/Makefile index dc70fb5aea..775c963f9d 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -183,7 +183,7 @@ opensbi64-sifive_u: $(MAKE) -C opensbi \ CROSS_COMPILE=3D$(riscv64_cross_prefix) \ PLATFORM=3D"qemu/sifive_u" - cp opensbi/build/platform/qemu/virt/firmware/fw_jump.bin ../pc-bios/opens= bi-riscv64-sifive_u-fw_jump.bin + cp opensbi/build/platform/qemu/sifive_u/firmware/fw_jump.bin ../pc-bios/o= pensbi-riscv64-sifive_u-fw_jump.bin =20 clean: rm -rf seabios/.config seabios/out seabios/builds --=20 2.22.0 --=20 Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint =3D 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."