From patchwork Thu Jun 20 10:04:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hui Wang X-Patchwork-Id: 1119326 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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 45Ty9r0kGGz9s4V; Thu, 20 Jun 2019 20:05:20 +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 1hdtwL-0004SO-Bz; Thu, 20 Jun 2019 10:05:09 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1hdtwJ-0004S3-7Z for kernel-team@lists.ubuntu.com; Thu, 20 Jun 2019 10:05:07 +0000 Received: from [123.114.54.206] (helo=localhost.localdomain) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hdtwH-0001Q3-Sj for kernel-team@lists.ubuntu.com; Thu, 20 Jun 2019 10:05:06 +0000 From: Hui Wang To: kernel-team@lists.ubuntu.com Subject: [SRU][linux-firmware][B/C/D/E][PATCH v2 0/1] add firmware and topology file for sound sof driver [cml/cnl] Date: Thu, 20 Jun 2019 18:04:48 +0800 Message-Id: <20190620100449.17666-1-hui.wang@canonical.com> X-Mailer: git-send-email 2.17.1 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/1833405 In the v2, I added LICENSE.sof and add license info in the WHENCE, and this SRU is for B/C/D/E instead of only D/E since our oem image needs these two files. [Impact] We have a couple dell and lenovo laptops which have dmic directly connected to PCH, this needs intel sof driver to work, and intel sof driver is merged oem-osp1-b kernel and it needs to load firmware and topology file to work. [Fix] Intel provides two binary files to us, one is firmware, the other is topology file, these two files are built from https://github.com/thesofproject/sof.git, and the license is BSD 3. [Test Case] put the firmware and topology to rootfs and boot with the oem-osp1-b kernel on those machines, the sof driver works well. [Regression Risk] Low. just adding two new binary files, no change to existing files. Hui Wang (1): UBUNTU: SAUCE: add firmware and topology for cml/cnl sof driver LICENSE.sof | 120 ++++++++++++++++++++++++++++ WHENCE | 11 +++ intel/sof-tplg/sof-hda-generic.tplg | Bin 0 -> 42843 bytes intel/sof/sof-cnl.ri | Bin 0 -> 274432 bytes 4 files changed, 131 insertions(+) create mode 100644 LICENSE.sof create mode 100644 intel/sof-tplg/sof-hda-generic.tplg create mode 100644 intel/sof/sof-cnl.ri