All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Hutchings <ben@decadent.org.uk>
To: linux-kernel@vger.kernel.org, linux-firmware@kernel.org
Cc: Vinod Koul <vinod.koul@intel.com>
Subject: [PATCH linux-firmware 09/12] WHENCE: Fix metadata for snd-soc-skl firmware
Date: Sun, 18 Sep 2016 03:03:21 +0100	[thread overview]
Message-ID: <20160918020321.GM10601@decadent.org.uk> (raw)
In-Reply-To: <1474163887.2621.97.camel@decadent.org.uk>

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

Fix filename 'intel/dsp_fw_bxtn.bin'.  List all the files and their
versions, not just the symlinks.  Delete the non-standard 'md5sum'
fields.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 WHENCE | 30 ++++++++++++++++++++++++------
 1 file changed, 24 insertions(+), 6 deletions(-)

diff --git a/WHENCE b/WHENCE
index 17dda3bfb16f..df69dd8cbc75 100644
--- a/WHENCE
+++ b/WHENCE
@@ -3041,21 +3041,39 @@ License: Redistributable. See LICENCE.fw_sst_0f28 for details
 
 Driver: snd-soc-skl
 
-File: intel/dsp_fw_release.bin
+File: intel/dsp_fw_release_v827.bin
+Version: 8.20.00.927
+File: intel/dsp_fw_release_v869.bin
+Version; 8.20.00.869
+File: intel/dsp_fw_release_v896.bin
+Version: 8.20.00.896
+File: intel/dsp_fw_release_v927.bin
+Version: 8.20.00.927
+File: intel/dsp_fw_release_v948.bin
+Version: 8.20.00.948
+File: intel/dsp_fw_release_v951.bin
+Version: 8.20.00.951
+File: intel/dsp_fw_release_v958.bin
 Version: 8.20.00.958
-md5sum: 02bd300f5ef85ae04afffd7c0ef50c46
+Link: intel/dsp_fw_release.bin -> dsp_fw_release_v958.bin
 
 License: Redistributable. See LICENCE.adsp_sst for details
 
-File: intel/dsp_fw_bxt.bin
+File: intel/dsp_fw_bxtn_v430.bin
+Version: 9.00.00.430
+File: intel/dsp_fw_bxtn_v702.bin
+Version: 9.00.00.702
+File: intel/dsp_fw_bxtn_v1118.bin
 Version: 9.22.00.1118
-md5sum: 469dfcf5b2ebbc58505a0cca23303723
+Link: intel/dsp_fw_bxtn.bin -> dsp_fw_bxtn_v1118.bin
 
 License: Redistributable. See LICENCE.adsp_sst for details
 
-File: intel/dsp_fw_kbl.bin
+File: intel/dsp_fw_kbl_v701.bin
+Version: 9.21.00.701
+File: intel/dsp_fw_kbl_v1037.bin
 Version: 09.21.00.1037
-md5sum: e71a2421565fadae228b3924d9510bcb
+Link: intel/dsp_fw_kbl.bin -> dsp_fw_kbl_v1037.bin
 
 License: Redistributable. See LICENCE.adsp_sst for details
 


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]

  parent reply	other threads:[~2016-09-18  2:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-18  1:58 [PATCH linux-firmware 00/12] Fix metadata for linux-firmware Ben Hutchings
2016-09-18  1:59 ` [PATCH linux-firmware 01/12] Add a metadata consistency check script Ben Hutchings
2016-09-18  2:00 ` [PATCH linux-firmware 02/12] WHENCE: Correct filename of LICENCE.moxa Ben Hutchings
2016-09-18  2:01 ` [PATCH linux-firmware 03/12] Add copy of GPL v2 and references to the GPL-2 and GPL-3 files Ben Hutchings
2016-09-18  2:01 ` [PATCH linux-firmware 04/12] WHENCE: Specify source directories for cis, isci, and usbdux firmware Ben Hutchings
2016-09-18  2:01 ` [PATCH linux-firmware 05/12] WHENCE: Remove references to source for emi62 firmware Ben Hutchings
2016-09-18  2:02 ` [PATCH linux-firmware 06/12] WHENCE: Remove references to two nvidia firmware files that were never added Ben Hutchings
2016-09-18  6:31   ` Alexandre Courbot
2016-09-18  2:02 ` [PATCH linux-firmware 07/12] Remove unused 'LICENCE.mwl8335' Ben Hutchings
2016-09-18  2:02 ` [PATCH linux-firmware 08/12] WHENCE: Adjust some licence file references to satisfy check_whence.py Ben Hutchings
2016-09-18  2:03 ` Ben Hutchings [this message]
2016-09-19  3:44   ` [PATCH linux-firmware 09/12] WHENCE: Fix metadata for snd-soc-skl firmware Vinod Koul
2016-09-18  2:03 ` [PATCH linux-firmware 10/12] WHENCE: List new radeon CI and SI smc firmware Ben Hutchings
2016-09-18  2:08   ` Ben Hutchings
2016-09-19 13:45     ` Deucher, Alexander
2016-09-18  2:04 ` [PATCH linux-firmware 11/12] WHENCE: Add reference to 'qca/NOTICE.txt' Ben Hutchings
2016-09-18  2:04 ` [PATCH linux-firmware 12/12] README: Say that files must be listed in WHENCE, and how to check it Ben Hutchings
2016-09-20 16:48 ` [PATCH linux-firmware 00/12] Fix metadata for linux-firmware Kyle McMartin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160918020321.GM10601@decadent.org.uk \
    --to=ben@decadent.org.uk \
    --cc=linux-firmware@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.