From patchwork Thu Jul 22 10:27:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1508631 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4GVpYj4kN5z9sXJ; Thu, 22 Jul 2021 20:27:53 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1m6Vvh-00045T-V9; Thu, 22 Jul 2021 10:27:49 +0000 Received: from mail-pj1-f42.google.com ([209.85.216.42]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1m6Vvf-00044q-Nd for kernel-team@lists.ubuntu.com; Thu, 22 Jul 2021 10:27:47 +0000 Received: by mail-pj1-f42.google.com with SMTP id nt18-20020a17090b2492b02901765d605e14so3867771pjb.5 for ; Thu, 22 Jul 2021 03:27:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=jo0V3rGd6SO1Q7a4KFO43C7fXVd6a98tHNAQsJYJFXs=; b=uhmC1Bm6oMY3nVLen5ROChCSXKrfRjRB3J0/dN0EEfbchjf65VlihTTxEDbeHqSclK UB94YT2z7TVhBxVCa3/DVLKDH3COOzbfy8oUVA1s4801+zwqjqNg2Lpkac3LAceh8pPl A0praLq5af0p23cBLJjyl2dtwzhlCcbFLdQG1+XfhJf+P4gPnqyVbZhDT1y8GSRQC5/2 rbtvMfr7Iokj4O+yr2vutM8XanN3E4g4Hpq/+hDYgsG9zwDLggiEgViH/rvnnZ8IdvUw SdxJQJXa0KVPxRpfoZIFcAdeygxLD05Z3nA1gQARvwDGXcTBrrbmfajwUKn3Y8xCT6C1 0t4g== X-Gm-Message-State: AOAM530tj4O1Il+A5u9SXEp6Xiuw2vi9h/8UdwFqwL0u1uHJlJghzG+Z CmMOyCSxs7HwglyLM38jNlQUqA4XDzeN7g== X-Google-Smtp-Source: ABdhPJxU8qrwTf71R5AvlCRGbqZHSCGBFHnN96ZmRCMigHXbnVyYGIR7mlpegi0P6exVMt0SW/tD3w== X-Received: by 2002:a63:ef12:: with SMTP id u18mr40101047pgh.331.1626949665569; Thu, 22 Jul 2021 03:27:45 -0700 (PDT) Received: from localhost (61-220-137-37.HINET-IP.hinet.net. [61.220.137.37]) by smtp.gmail.com with ESMTPSA id d22sm23372987pfl.201.2021.07.22.03.27.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Jul 2021 03:27:45 -0700 (PDT) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [SRU][linux-firmware][I][PULL v3] Add MT7921 WiFi firmware Date: Thu, 22 Jul 2021 18:27:44 +0800 Message-Id: <20210722102744.873160-1-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.216.42; envelope-from=vicamo@gmail.com; helo=mail-pj1-f42.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/1936452 [Impact] No support for MT7921 wifi card. [Fix] MT7921 needs both driver and firmware, driver is almost ready, add firmware first, then get driver bug fixed later. [Test] Verified on hardware, cold boot system wifi works fine. Reboot make it fail, but I will fix it in SRU of kernel patch. After that, it works fine. [Where problems could occur] The MT7921 wifi may not work. v2: sent as PULL format v3: backport commit a7882719db91 as well ---------------------------------------------------------------- The following changes since commit 438a11b99b421b37b164fd8544b30a892967f594: UBUNTU: Ubuntu-1.198 (2021-05-25 08:35:20 -0500) are available in the Git repository at: https://git.launchpad.net/~vicamo/ubuntu/+source/linux-firmware bug-1936452/add-mt7921-fw/impish-pull for you to fetch changes up to f098b081258b5e8da14866f738c809997892aaf0: linux-firmware: update frimware for mediatek bluetooth chip (MT7921) (2021-07-22 18:10:50 +0800) ---------------------------------------------------------------- Sean Wang (2): linux-firmware: update firmware for MT7921 WiFi device linux-firmware: update firmware for MT7921 WiFi device to 20210612122753 mark-yw.chen (1): linux-firmware: update frimware for mediatek bluetooth chip (MT7921) WHENCE | 4 ++-- mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin | Bin 520479 -> 530734 bytes mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin | Bin 90464 -> 92192 bytes mediatek/WIFI_RAM_CODE_MT7961_1.bin | Bin 712832 -> 685320 bytes 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin b/mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin index 9a15b020..42e69eef 100644 Binary files a/mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin and b/mediatek/BT_RAM_CODE_MT7961_1_2_hdr.bin differ diff --git a/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin b/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin index a1029bc9..15c68961 100644 Binary files a/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin and b/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin differ diff --git a/mediatek/WIFI_RAM_CODE_MT7961_1.bin b/mediatek/WIFI_RAM_CODE_MT7961_1.bin index f592614f..9de3d1d4 100644 Binary files a/mediatek/WIFI_RAM_CODE_MT7961_1.bin and b/mediatek/WIFI_RAM_CODE_MT7961_1.bin differ diff --git a/WHENCE b/WHENCE index 4a3208de..e42a94a6 100644 --- a/WHENCE +++ b/WHENCE @@ -4982,9 +4982,9 @@ Licence: Redistributable. See LICENCE.mediatek for details. Driver: mt7921 - MediaTek MT7921 Wireless MACs File: mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin -Version: 20210122002654a +Version: 20210612122717a File: mediatek/WIFI_RAM_CODE_MT7961_1.bin -Version: 20210122002730 +Version: 20210612122753 Licence: Redistributable. See LICENCE.mediatek for details.