All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] linux-firmware: bump version
@ 2015-12-10 14:01 John Keeping
  2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: John Keeping @ 2015-12-10 14:01 UTC (permalink / raw)
  To: buildroot

From: John Keeping <john@metanate.com>

CXGB4 firmware files have been renamed upstream.

Signed-off-by: John Keeping <john@metanate.com>
---
 package/linux-firmware/linux-firmware.mk | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 768f3c4..9ae4d47 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LINUX_FIRMWARE_VERSION = 3161bfa479d5e9ed4f46b57df9bcecbbc4f8eb3c
+LINUX_FIRMWARE_VERSION = bbe4917c054eb0a73e250c6363341e3bf6725839
 LINUX_FIRMWARE_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
 LINUX_FIRMWARE_SITE_METHOD = git
 
@@ -225,14 +225,14 @@ LINUX_FIRMWARE_FILES += \
 endif
 
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4),y)
-# cxgb4/t4fw.bin is a symlink to cxgb4/t4fw-1.11.27.0.bin
-LINUX_FIRMWARE_FILES += cxgb4/t4fw-1.11.27.0.bin cxgb4/t4fw.bin
+# cxgb4/t4fw.bin is a symlink to cxgb4/t4fw-1.14.4.0.bin
+LINUX_FIRMWARE_FILES += cxgb4/t4fw-1.14.4.0.bin cxgb4/t4fw.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
 endif
 
 ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5),y)
-# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.11.27.0.bin
-LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.11.27.0.bin cxgb4/t5fw.bin
+# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.14.4.0.bin
+LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.14.4.0.bin cxgb4/t5fw.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
 endif
 
-- 
2.6.3.462.gbe2c914

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list
  2015-12-10 14:01 [Buildroot] [PATCH 1/2] linux-firmware: bump version John Keeping
@ 2015-12-10 14:01 ` John Keeping
  2015-12-10 20:52   ` Peter Korsgaard
  2015-12-10 20:55   ` Yann E. MORIN
  2015-12-10 20:52 ` [Buildroot] [PATCH 1/2] linux-firmware: bump version Peter Korsgaard
  2015-12-10 20:53 ` Yann E. MORIN
  2 siblings, 2 replies; 6+ messages in thread
From: John Keeping @ 2015-12-10 14:01 UTC (permalink / raw)
  To: buildroot

From: John Keeping <john@metanate.com>

These files have been added upstream.

Signed-off-by: John Keeping <john@metanate.com>
---
 package/linux-firmware/linux-firmware.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
index 9ae4d47..3fbf170 100644
--- a/package/linux-firmware/linux-firmware.mk
+++ b/package/linux-firmware/linux-firmware.mk
@@ -293,7 +293,9 @@ LINUX_FIRMWARE_FILES += \
 	brcm/bcm43xx-0.fw brcm/bcm43xx_hdr-0.fw \
 	brcm/bcm4329-fullmac-4.bin brcm/brcmfmac4329-sdio.bin \
 	brcm/brcmfmac4330-sdio.bin brcm/brcmfmac4334-sdio.bin \
-	brcm/brcmfmac4335-sdio.bin
+	brcm/brcmfmac4335-sdio.bin brcm/brcmfmac4339-sdio.bin \
+	brcm/brcmfmac4350-pcie.bin brcm/brcmfmac4354-sdio.bin \
+	brcm/brcmfmac4356-pcie.bin brcm/brcmfmac4371-pcie.bin
 LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.broadcom_bcm43xx
 endif
 
-- 
2.6.3.462.gbe2c914

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] linux-firmware: bump version
  2015-12-10 14:01 [Buildroot] [PATCH 1/2] linux-firmware: bump version John Keeping
  2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
@ 2015-12-10 20:52 ` Peter Korsgaard
  2015-12-10 20:53 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-12-10 20:52 UTC (permalink / raw)
  To: buildroot

>>>>> "John" == John Keeping <john@keeping.me.uk> writes:

 > From: John Keeping <john@metanate.com>
 > CXGB4 firmware files have been renamed upstream.

 > Signed-off-by: John Keeping <john@metanate.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list
  2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
@ 2015-12-10 20:52   ` Peter Korsgaard
  2015-12-10 20:55   ` Yann E. MORIN
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-12-10 20:52 UTC (permalink / raw)
  To: buildroot

>>>>> "John" == John Keeping <john@keeping.me.uk> writes:

 > From: John Keeping <john@metanate.com>
 > These files have been added upstream.

 > Signed-off-by: John Keeping <john@metanate.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/2] linux-firmware: bump version
  2015-12-10 14:01 [Buildroot] [PATCH 1/2] linux-firmware: bump version John Keeping
  2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
  2015-12-10 20:52 ` [Buildroot] [PATCH 1/2] linux-firmware: bump version Peter Korsgaard
@ 2015-12-10 20:53 ` Yann E. MORIN
  2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2015-12-10 20:53 UTC (permalink / raw)
  To: buildroot

John, All,

On 2015-12-10 14:01 +0000, John Keeping spake thusly:
> From: John Keeping <john@metanate.com>
> 
> CXGB4 firmware files have been renamed upstream.
> 
> Signed-off-by: John Keeping <john@metanate.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/linux-firmware/linux-firmware.mk | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index 768f3c4..9ae4d47 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LINUX_FIRMWARE_VERSION = 3161bfa479d5e9ed4f46b57df9bcecbbc4f8eb3c
> +LINUX_FIRMWARE_VERSION = bbe4917c054eb0a73e250c6363341e3bf6725839
>  LINUX_FIRMWARE_SITE = http://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
>  LINUX_FIRMWARE_SITE_METHOD = git
>  
> @@ -225,14 +225,14 @@ LINUX_FIRMWARE_FILES += \
>  endif
>  
>  ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T4),y)
> -# cxgb4/t4fw.bin is a symlink to cxgb4/t4fw-1.11.27.0.bin
> -LINUX_FIRMWARE_FILES += cxgb4/t4fw-1.11.27.0.bin cxgb4/t4fw.bin
> +# cxgb4/t4fw.bin is a symlink to cxgb4/t4fw-1.14.4.0.bin
> +LINUX_FIRMWARE_FILES += cxgb4/t4fw-1.14.4.0.bin cxgb4/t4fw.bin
>  LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
>  endif
>  
>  ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_CXGB4_T5),y)
> -# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.11.27.0.bin
> -LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.11.27.0.bin cxgb4/t5fw.bin
> +# cxgb4/t5fw.bin is a symlink to cxgb4/t5fw-1.14.4.0.bin
> +LINUX_FIRMWARE_FILES += cxgb4/t5fw-1.14.4.0.bin cxgb4/t5fw.bin
>  LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.chelsio_firmware
>  endif
>  
> -- 
> 2.6.3.462.gbe2c914
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list
  2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
  2015-12-10 20:52   ` Peter Korsgaard
@ 2015-12-10 20:55   ` Yann E. MORIN
  1 sibling, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2015-12-10 20:55 UTC (permalink / raw)
  To: buildroot

John, All,

On 2015-12-10 14:01 +0000, John Keeping spake thusly:
> From: John Keeping <john@metanate.com>
> 
> These files have been added upstream.
> 
> Signed-off-by: John Keeping <john@metanate.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

I had a cursory look at linux-firmware right now, and it seems there are
new firmware files for bcm43xxx as sell. Care to update that list too,
please?

Regards,
Yann E. MORIN.

> ---
>  package/linux-firmware/linux-firmware.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index 9ae4d47..3fbf170 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -293,7 +293,9 @@ LINUX_FIRMWARE_FILES += \
>  	brcm/bcm43xx-0.fw brcm/bcm43xx_hdr-0.fw \
>  	brcm/bcm4329-fullmac-4.bin brcm/brcmfmac4329-sdio.bin \
>  	brcm/brcmfmac4330-sdio.bin brcm/brcmfmac4334-sdio.bin \
> -	brcm/brcmfmac4335-sdio.bin
> +	brcm/brcmfmac4335-sdio.bin brcm/brcmfmac4339-sdio.bin \
> +	brcm/brcmfmac4350-pcie.bin brcm/brcmfmac4354-sdio.bin \
> +	brcm/brcmfmac4356-pcie.bin brcm/brcmfmac4371-pcie.bin
>  LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENCE.broadcom_bcm43xx
>  endif
>  
> -- 
> 2.6.3.462.gbe2c914
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-10 20:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 14:01 [Buildroot] [PATCH 1/2] linux-firmware: bump version John Keeping
2015-12-10 14:01 ` [Buildroot] [PATCH 2/2] linux-firmware: update Broadcom 43xx file list John Keeping
2015-12-10 20:52   ` Peter Korsgaard
2015-12-10 20:55   ` Yann E. MORIN
2015-12-10 20:52 ` [Buildroot] [PATCH 1/2] linux-firmware: bump version Peter Korsgaard
2015-12-10 20:53 ` Yann E. MORIN

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.