* [PATCH linux-firmware 0/3] Add new files to WHENCE
@ 2017-10-09 17:16 Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry Ben Hutchings
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Ben Hutchings @ 2017-10-09 17:16 UTC (permalink / raw)
To: linux-kernel, linux-firmware
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
Several recent commits added files but didn't add corresponding
entries in WHENCE. As a reminder, 'make check' will check that all
files are listed.
I've committed and pushed the following changes.
Ben.
Ben Hutchings (3):
WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry
WHENCE: Add new radeon firmware
WHENCE: Add new qed firmware
WHENCE | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry
2017-10-09 17:16 [PATCH linux-firmware 0/3] Add new files to WHENCE Ben Hutchings
@ 2017-10-09 17:17 ` Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware Ben Hutchings
2017-10-09 17:18 ` [PATCH linux-firmware 3/3] WHENCE: Add new qed firmware Ben Hutchings
2 siblings, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2017-10-09 17:17 UTC (permalink / raw)
To: linux-kernel, linux-firmware; +Cc: Johannes Berg
[-- Attachment #1: Type: text/plain, Size: 473 bytes --]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
WHENCE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WHENCE b/WHENCE
index 5278323c0a84..3010ec56583e 100644
--- a/WHENCE
+++ b/WHENCE
@@ -974,7 +974,7 @@ Version 22.391740.0
File: iwlwifi-8265-27.ucode
Version 27.541033.0
-File iwlwifi-8265-31.ucode
+File: iwlwifi-8265-31.ucode
Version 31.532993.0
Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware
2017-10-09 17:16 [PATCH linux-firmware 0/3] Add new files to WHENCE Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry Ben Hutchings
@ 2017-10-09 17:17 ` Ben Hutchings
2017-10-09 18:27 ` Deucher, Alexander
2017-10-09 17:18 ` [PATCH linux-firmware 3/3] WHENCE: Add new qed firmware Ben Hutchings
2 siblings, 1 reply; 5+ messages in thread
From: Ben Hutchings @ 2017-10-09 17:17 UTC (permalink / raw)
To: linux-kernel, linux-firmware; +Cc: Alex Deucher
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
WHENCE | 2 ++
1 file changed, 2 insertions(+)
diff --git a/WHENCE b/WHENCE
index 3010ec56583e..2261a349f7cc 100644
--- a/WHENCE
+++ b/WHENCE
@@ -1874,6 +1874,8 @@ File: radeon/mullins_sdma.bin
File: radeon/mullins_sdma1.bin
File: radeon/mullins_uvd.bin
File: radeon/mullins_vce.bin
+File: radeon/banks_k_2_smc.bin
+File: radeon/si58_mc.bin
Licence: Redistributable. See LICENSE.radeon for details.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH linux-firmware 3/3] WHENCE: Add new qed firmware
2017-10-09 17:16 [PATCH linux-firmware 0/3] Add new files to WHENCE Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware Ben Hutchings
@ 2017-10-09 17:18 ` Ben Hutchings
2 siblings, 0 replies; 5+ messages in thread
From: Ben Hutchings @ 2017-10-09 17:18 UTC (permalink / raw)
To: linux-kernel, linux-firmware; +Cc: Yuval Mintz
[-- Attachment #1: Type: text/plain, Size: 837 bytes --]
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
WHENCE | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/WHENCE b/WHENCE
index 2261a349f7cc..b2dc6a10abb2 100644
--- a/WHENCE
+++ b/WHENCE
@@ -2079,11 +2079,12 @@ File: qed/qed_init_values_zipped-8.7.3.0.bin
File: qed/qed_init_values_zipped-8.10.5.0.bin
File: qed/qed_init_values_zipped-8.10.10.0.bin
File: qed/qed_init_values_zipped-8.15.3.0.bin
+File: qed/qed_init_values_zipped-8.20.0.0.bin
Licence:
This file contains firmware data derived from proprietary unpublished
source code.
- Copyright (c) 2015 QLogic Corporation.
+ Copyright (c) 2015-2017 QLogic Corporation.
Permission is hereby granted for the distribution of this firmware data
in hexadecimal or equivalent format, provided this copyright notice is
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware
2017-10-09 17:17 ` [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware Ben Hutchings
@ 2017-10-09 18:27 ` Deucher, Alexander
0 siblings, 0 replies; 5+ messages in thread
From: Deucher, Alexander @ 2017-10-09 18:27 UTC (permalink / raw)
To: 'Ben Hutchings', linux-kernel, linux-firmware
> -----Original Message-----
> From: Ben Hutchings [mailto:ben@decadent.org.uk]
> Sent: Monday, October 09, 2017 1:18 PM
> To: linux-kernel@vger.kernel.org; linux-firmware@kernel.org
> Cc: Deucher, Alexander
> Subject: [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware
>
> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ---
> WHENCE | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/WHENCE b/WHENCE
> index 3010ec56583e..2261a349f7cc 100644
> --- a/WHENCE
> +++ b/WHENCE
> @@ -1874,6 +1874,8 @@ File: radeon/mullins_sdma.bin
> File: radeon/mullins_sdma1.bin
> File: radeon/mullins_uvd.bin
> File: radeon/mullins_vce.bin
> +File: radeon/banks_k_2_smc.bin
> +File: radeon/si58_mc.bin
>
> Licence: Redistributable. See LICENSE.radeon for details.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-09 18:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-09 17:16 [PATCH linux-firmware 0/3] Add new files to WHENCE Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 1/3] WHENCE: Fix syntax error for iwlwifi-8265-31.ucode entry Ben Hutchings
2017-10-09 17:17 ` [PATCH linux-firmware 2/3] WHENCE: Add new radeon firmware Ben Hutchings
2017-10-09 18:27 ` Deucher, Alexander
2017-10-09 17:18 ` [PATCH linux-firmware 3/3] WHENCE: Add new qed firmware Ben Hutchings
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome