From patchwork Mon Apr 27 01:47:38 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 1277285 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 499SN11WT2z9sSc; Mon, 27 Apr 2020 11:47:58 +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 1jSssD-0005wN-Qf; Mon, 27 Apr 2020 01:47:53 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jSssB-0005w8-NQ for kernel-team@lists.ubuntu.com; Mon, 27 Apr 2020 01:47:51 +0000 Received: from [111.196.67.54] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1jSssA-0001v1-P8 for kernel-team@lists.ubuntu.com; Mon, 27 Apr 2020 01:47:51 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [SRU][B/E][linux-firmware 1/1] linux-firmware: symbol link sof-cfl.ri and sof-cfl.ldc Date: Mon, 27 Apr 2020 09:47:38 +0800 Message-Id: <20200427014738.8898-2-hui.wang@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200427014738.8898-1-hui.wang@canonical.com> References: <20200427014738.8898-1-hui.wang@canonical.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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1875263 On the coffeelake platforms, the sof driver needs to load sof-cfl.ri, And Intel told us that it is safe the share the sof-cfl.ri to sof-cfl.ri, and a couple of ubuntu users already tested it, it worked on their cfl platforms. Signed-off-by: Hui Wang --- intel/sof/sof-cfl.ldc | 1 + intel/sof/sof-cfl.ri | 1 + 2 files changed, 2 insertions(+) create mode 120000 intel/sof/sof-cfl.ldc create mode 120000 intel/sof/sof-cfl.ri diff --git a/intel/sof/sof-cfl.ldc b/intel/sof/sof-cfl.ldc new file mode 120000 index 00000000..acc07108 --- /dev/null +++ b/intel/sof/sof-cfl.ldc @@ -0,0 +1 @@ +cnl/intel/sof-cnl-v1.3-0f73628.ldc \ No newline at end of file diff --git a/intel/sof/sof-cfl.ri b/intel/sof/sof-cfl.ri new file mode 120000 index 00000000..17166c2e --- /dev/null +++ b/intel/sof/sof-cfl.ri @@ -0,0 +1 @@ +cnl/intel/sof-cnl-v1.3-0f73628.ri \ No newline at end of file