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 31A7ACA0ECA for ; Tue, 12 Sep 2023 11:25:58 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qg1VD-0007JL-El; Tue, 12 Sep 2023 07:24:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qg1VA-0007FN-3x for qemu-devel@nongnu.org; Tue, 12 Sep 2023 07:24:16 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qg1V6-000760-PC for qemu-devel@nongnu.org; Tue, 12 Sep 2023 07:24:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1694517852; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=NwUupKOp6Yp1nzu8wjcbmmKh7R11nA+GVOj+Fv3uRLI=; b=hXHdLpDpo6w3lRjCIh0b/n1kMgFRImVEoTCY8kAhmN6YbSYTuOShWG27JChAxmH6oJoqp0 hMxMaB9w5hlFvy669pjGUYoI9ZAbiPs56PFE0J70l4/TH9pZVEMYeZg8kt2TYCyan2K+Mr sQBPJDFWekzZC/WrOXHRg9byqKlafqY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-530-I6LMR3CjNT-50PcHOkGfJg-1; Tue, 12 Sep 2023 07:24:08 -0400 X-MC-Unique: I6LMR3CjNT-50PcHOkGfJg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 76C388030B1; Tue, 12 Sep 2023 11:24:08 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.95]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3BBCC7B62; Tue, 12 Sep 2023 11:24:08 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 0A4B71800097; Tue, 12 Sep 2023 13:24:07 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Cc: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann Subject: [PULL 0/5] Firmware/edk2 20230912 patches Date: Tue, 12 Sep 2023 13:23:54 +0200 Message-ID: <20230912112406.571966-1-kraxel@redhat.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Received-SPF: pass client-ip=170.10.133.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org The following changes since commit c5ea91da443b458352c1b629b490ee6631775cb4: Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging (2023-09-08 10:06:25 -0400) are available in the Git repository at: https://gitlab.com/kraxel/qemu.git tags/firmware/edk2-20230912-pull-request for you to fetch changes up to ab3169385f4a8bb35b6e102f73383b66aa7b9f86: edk2: update binaries to edk2-stable202308 (2023-09-12 13:20:41 +0200) ---------------------------------------------------------------- edk2: update to Aug 2023 stable tag ---------------------------------------------------------------- Gerd Hoffmann (5): edk2: update build script edk2: update build config edk2: update submodule to edk2-stable202308 edk2: workaround edk-stable202308 bug edk2: update binaries to edk2-stable202308 roms/edk2-build.py | 202 ++++++++++++++++--------- pc-bios/edk2-aarch64-code.fd.bz2 | Bin 1508184 -> 1573561 bytes pc-bios/edk2-arm-code.fd.bz2 | Bin 1483149 -> 1560966 bytes pc-bios/edk2-i386-code.fd.bz2 | Bin 1695318 -> 1770410 bytes pc-bios/edk2-i386-secure-code.fd.bz2 | Bin 1922002 -> 2121818 bytes pc-bios/edk2-riscv-code.fd.bz2 | Bin 0 -> 1177402 bytes pc-bios/edk2-riscv-vars.fd.bz2 | Bin 0 -> 231 bytes pc-bios/edk2-riscv.fd.bz2 | Bin 1096418 -> 0 bytes pc-bios/edk2-x86_64-code.fd.bz2 | Bin 1796544 -> 1887921 bytes pc-bios/edk2-x86_64-microvm.fd.bz2 | Bin 1697788 -> 1782629 bytes pc-bios/edk2-x86_64-secure-code.fd.bz2 | Bin 1999841 -> 2200701 bytes roms/edk2 | 2 +- roms/edk2-build.config | 12 +- 13 files changed, 139 insertions(+), 77 deletions(-) create mode 100644 pc-bios/edk2-riscv-code.fd.bz2 create mode 100644 pc-bios/edk2-riscv-vars.fd.bz2 delete mode 100644 pc-bios/edk2-riscv.fd.bz2 -- 2.41.0