From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD066C4360C for ; Fri, 4 Oct 2019 09:57:15 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 7276B2133F for ; Fri, 4 Oct 2019 09:57:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.b="dJyv8Yi+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7276B2133F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:43956 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGKKn-0007qW-1z for qemu-devel@archiver.kernel.org; Fri, 04 Oct 2019 05:57:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52535) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGK2O-00052d-EX for qemu-devel@nongnu.org; Fri, 04 Oct 2019 05:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGK2M-0005BE-Td for qemu-devel@nongnu.org; Fri, 04 Oct 2019 05:38:12 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:42557 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGK2M-00058q-HM; Fri, 04 Oct 2019 05:38:10 -0400 Received: by ozlabs.org (Postfix, from userid 1007) id 46l4YK04Khz9sRm; Fri, 4 Oct 2019 19:37:56 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1570181877; bh=oFOUAI0FQ1OPjYv4ZCW6kaltnufymeOV+pdcvMdgoCY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dJyv8Yi+pWTpa0GAdxbHUq/88k2/AWcBv9aEngXy/K3EvM3kNchsPGRKQ5MceAD2p 8R6WOBh31axES2aK6ilp+SNxKFXQFoSk9JU3O3Ubpuj3k9+2tNcdvGMsm+HIe2gJav LdAa9t9XO6IkTc5LF5x3+hgLhW3K0/rCjKd2zgTs= From: David Gibson To: peter.maydell@linaro.org Subject: [PULL 21/53] pseries: Update SLOF firmware image Date: Fri, 4 Oct 2019 19:37:15 +1000 Message-Id: <20191004093747.31350-22-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20191004093747.31350-1-david@gibson.dropbear.id.au> References: <20191004093747.31350-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 203.11.71.1 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: lvivier@redhat.com, aik@ozlabs.ru, qemu-devel@nongnu.org, groug@kaod.org, qemu-ppc@nongnu.org, clg@kaod.org, David Gibson Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" From: Alexey Kardashevskiy This fixes USB host bus adapter name in the device tree to match QEMU's one. Signed-off-by: Alexey Kardashevskiy Signed-off-by: David Gibson --- pc-bios/README | 2 +- pc-bios/slof.bin | Bin 930656 -> 930640 bytes roms/SLOF | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pc-bios/README b/pc-bios/README index ad78f6dc49..0b0b5d42ad 100644 --- a/pc-bios/README +++ b/pc-bios/README @@ -17,7 +17,7 @@ - SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware implementation for certain IBM POWER hardware. The sources are at https://github.com/aik/SLOF, and the image currently in qemu is - built from git tag qemu-slof-20190827. + built from git tag qemu-slof-20190911. =20 - sgabios (the Serial Graphics Adapter option ROM) provides a means for legacy x86 software to communicate with an attached serial console as diff --git a/pc-bios/slof.bin b/pc-bios/slof.bin index a3a3e4933278461a08c8b58ad0da6741bb6b3d1b..2af0c5d5fc0c6aa06c34016f6= deb767700ad4d3f 100644 GIT binary patch delta 329 zcmaFx%;Lf`iwWjp0qL0~x=3DG2&#>pnBrpZQziG``Tr3RA~8D-fNBsm4eR3;XP@Lb<` zv*14z0Hypk-dkiZfUL>D&@^rH1cxn57Qv|n3WkOXMh1qK3WjD@MkZE9hP+$~Zs7`H zsYS(^`FRSq3g}jXb=3DNq1A0=3DCN`+p8bAZ7w$W*}w(Vpbq#+y0+}ed9$bjjSK(%0kNn zO^x%LuLq|Ec!*A#>F(@orJyl=3Dtsb9j`}14uK+FNeoIuP4#N6AT-{P5Yo3n!f44A#A cH*Di|V=3Dq=3DxC@oG>+J1K%Z+#8Rvgsum0R3EcBme*a delta 345 zcmccc%;Lc_iwWjp3F(<7x~YjqMuuhv28o7-W`(J_r3RA~8D-fNBstW@%qJFz@LZZ% z`13y$0Hypk-dkiZfUL>F!q{;01cxn57LKLq3P$D%Mh1qK3WjD@#^zQAmb_dFZs7`H zsYS(^`FRSq3g}jXb=3DNq1A0=3DCN`+p8bAZ7w$W*}w(Vpbq#+y0+}ed9$bN9!%GngbU& zADehRaI;IBl7`udz3$G=3DRtg%^=3Dj!pvwm-kc4#XTl%n8I?K+L`U`7NFaw>f7pfB|## t^oDJ`ZsJM`rNv1~3PvfV1qvytWtqvTx_ODYsoT$P