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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C3881C433EF for ; Mon, 10 Jan 2022 05:10:48 +0000 (UTC) Received: from localhost ([::1]:47246 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6mxD-00052Q-AF for qemu-devel@archiver.kernel.org; Mon, 10 Jan 2022 00:10:47 -0500 Received: from eggs.gnu.org ([209.51.188.92]:47696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n6mro-0002OR-B0; Mon, 10 Jan 2022 00:05:12 -0500 Received: from [107.174.27.60] (port=43232 helo=ozlabs.ru) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n6mrm-0001BZ-Fi; Mon, 10 Jan 2022 00:05:11 -0500 Received: from fstn1-p1.ozlabs.ibm.com. (localhost [IPv6:::1]) by ozlabs.ru (Postfix) with ESMTP id 5206A80B11; Mon, 10 Jan 2022 00:05:00 -0500 (EST) From: Alexey Kardashevskiy To: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Subject: [PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image Date: Mon, 10 Jan 2022 16:04:54 +1100 Message-Id: <20220110050454.3689863-1-aik@ozlabs.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 107.174.27.60 (failed) Received-SPF: pass client-ip=107.174.27.60; envelope-from=aik@ozlabs.ru; helo=ozlabs.ru X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" The following changes since commit 0625c7760d5451d7436ef0738f763c6bb5141919: target/ppc: do not call hreg_compute_hflags() in helper_store_mmcr0() (2022-01-04 07:55:35 +0100) are available in the Git repository at: git@github.com:aik/qemu.git tags/qemu-slof-20220110 for you to fetch changes up to 1c127fa8e2ff2b034ebf8e50faea2bbc5136afd2: pseries: Update SLOF firmware image (2022-01-10 15:31:14 +1100) ---------------------------------------------------------------- Alexey Kardashevskiy (1): pseries: Update SLOF firmware image pc-bios/README | 2 +- pc-bios/slof.bin | Bin 991920 -> 992384 bytes roms/SLOF | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) *** Note: this is not for master, this is for pseries The only change is that SLOF is compiled with -mcpu=power5 to make it work on PPC970 too.