From patchwork Wed Dec 13 09:00:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1875536 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SqqGB66Yzz1ySd for ; Wed, 13 Dec 2023 20:01:06 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1rDL6r-0004NS-Py; Wed, 13 Dec 2023 09:00:54 +0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1rDL6n-0004IW-E4 for kernel-team@lists.ubuntu.com; Wed, 13 Dec 2023 09:00:49 +0000 Received: by mail-ot1-f47.google.com with SMTP id 46e09a7af769-6d9d59d6676so5106284a34.1 for ; Wed, 13 Dec 2023 01:00:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702458047; x=1703062847; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=RrtN7tnMBx7MjV6QD+7WFJAphpGQKf8xrjhEYB1aI1s=; b=XglcFUirf7yeSZb6NbrPDpgsT6ZJwYtU1ETn2SVlHsqBc6YXEGaMl1ZgEiow5owVeF njMotSiT2glDvz7hZJuaz+D64MTa4emY57kKoQhzgBSDME3ZoNy9MbwGwAwmDbOcw9v7 IWkhm71UBUwB5NR+O2j3bUpQ7hUdUQ5TpODLgtOGpQu3epuEn+XOhxtSSJ+/BgZeLOCn ohDbu1DLvNWTHhlN8CnhN0fGnUYKAvoDSdoo4M9xTFBb5mGYpPumlSfn/wWzdDSWYS3w 1mK7LqiStbdxq//axMqVo0d8D7UiM50INJAMCvBEKwyBkrIxQ3MkGGi1rF2Mw+xS0ZQg xoGg== X-Gm-Message-State: AOJu0YwGAVXQEAmud28aeopGQSsKM2D73W2u/tNiW44CUpDkk7ibFomR 9IlDsQEOD8stCBmTkM8g+kGQBp9XOSg= X-Google-Smtp-Source: AGHT+IFe3yQvRLKnwLGq0cw4QCLbpfl+WsMT8SZetKKFE3/3uqH7lJzli2BiPx8zLYbzBLKgimZ2rA== X-Received: by 2002:a05:6808:2f10:b0:3b8:4d0b:54f6 with SMTP id gu16-20020a0568082f1000b003b84d0b54f6mr12417570oib.23.1702458046862; Wed, 13 Dec 2023 01:00:46 -0800 (PST) Received: from localhost.localdomain (125-229-129-140.hinet-ip.hinet.net. [125.229.129.140]) by smtp.gmail.com with ESMTPSA id b32-20020a630c20000000b0059d34fb9ccasm9400828pgl.2.2023.12.13.01.00.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Dec 2023 01:00:46 -0800 (PST) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [SRU][PULL V2][linux-firmware][Noble] Add firmware for Intel BE200 on Intel Meteor Lake platform Date: Wed, 13 Dec 2023 17:00:09 +0800 Message-Id: <20231213090009.2295243-1-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.210.47; envelope-from=vicamo@gmail.com; helo=mail-ot1-f47.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2028065 [Impact] Missing firmware for Intel BE200 on Intel Meteor Lake platform. [Fix] Needed firmware: - WiFi: * a6744df81a30 ("iwlwifi: add FWs for new GL and MA device types with multiple RF modules") - Bluetooth: * 37761e2b861b ("Intel Bluetooth: Update firmware file for Intel Bluetooth BE200") * a5a6dded0c7f ("Intel Bluetooth: Update firmware file for Intel Bluetooth BE200") * ba1aa06f3747 ("Intel Bluetooth: Update firmware file for Intel Bluetooth BE200") The driver parts have been landed to linux-oem-6.5/jammy, linux/mantic and linux/noble. [Test Case] Boot with firmware blobs installed, and iwlwifi and btintel should probe successfully without error. [Where problems could occur] While this introduces support for new hardware on new platforms, expect every possible problem. [Other Info] We're to support oem-6.5/jammy, and mantic for best effort. ---------------------------------------------------------------- The following changes since commit 387c2bd0ad70b04df0c3ffea75e25b08f406e4fc: UBUNTU: Ubuntu-20230919.git3672ccab-0ubuntu2.2 (2023-10-10 11:48:12 +0200) are available in the Git repository at: https://kernel.ubuntu.com/gitea/vicamo/linux-firmware.git bug-2028065/be200-bt-fw/noble for you to fetch changes up to bf0e7870f593c42c6ae2d05ee00580192107f502: Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 (2023-12-13 15:20:19 +0800) ---------------------------------------------------------------- Gregory Greenman (1): iwlwifi: add FWs for new GL and MA device types with multiple RF modules Kiran K (3): Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 Intel Bluetooth: Update firmware file for Intel Bluetooth BE200 WHENCE | 23 +++++++++++++++++++++++ intel/ibt-0291-0291.ddc | Bin 0 -> 20 bytes intel/ibt-0291-0291.sfi | Bin 0 -> 982096 bytes iwlwifi-gl-c0-fm-c0-83.ucode | Bin 0 -> 1799504 bytes iwlwifi-gl-c0-fm-c0.pnvm | Bin 0 -> 246228 bytes iwlwifi-ma-b0-gf-a0-83.ucode | Bin 0 -> 1753308 bytes iwlwifi-ma-b0-gf-a0.pnvm | Bin 0 -> 55500 bytes iwlwifi-ma-b0-gf4-a0-83.ucode | Bin 0 -> 1721448 bytes iwlwifi-ma-b0-gf4-a0.pnvm | Bin 0 -> 28024 bytes iwlwifi-ma-b0-hr-b0-83.ucode | Bin 0 -> 1572104 bytes 10 files changed, 23 insertions(+) create mode 100644 intel/ibt-0291-0291.ddc create mode 100644 intel/ibt-0291-0291.sfi create mode 100644 iwlwifi-gl-c0-fm-c0-83.ucode create mode 100644 iwlwifi-gl-c0-fm-c0.pnvm create mode 100644 iwlwifi-ma-b0-gf-a0-83.ucode create mode 100644 iwlwifi-ma-b0-gf-a0.pnvm create mode 100644 iwlwifi-ma-b0-gf4-a0-83.ucode create mode 100644 iwlwifi-ma-b0-gf4-a0.pnvm create mode 100644 iwlwifi-ma-b0-hr-b0-83.ucode Acked-by: Andrei Gherzan