RE: pull request: linux-firmware: update cxgb4 firmware to 1.25.4.0

From: Raju Rangoju
Date: Mon Apr 19 2021 - 11:08:04 EST


Josh, thanks for pointing that out. I'll send the new pull request shortly.

-Raju

-----Original Message-----
From: Josh Boyer <jwboyer@xxxxxxxxxx>
Sent: Monday, 19 April, 2021 19:28
To: Raju Rangoju <rajur@xxxxxxxxxxx>
Cc: linux-firmware@xxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; Ramaraju Yelavarthy <ramaraju@xxxxxxxxxxx>; Rahul Lakkireddy <rahul.lakkireddy@xxxxxxxxxxx>
Subject: Re: pull request: linux-firmware: update cxgb4 firmware to 1.25.4.0

This fails check_whence

[jwboyer@vader linux-firmware]$ ./check_whence.py
E: cxgb4/t4fw-1.24.17.0.bin listed in WHENCE does not exist
E: cxgb4/t5fw-1.24.17.0.bin listed in WHENCE does not exist
E: cxgb4/t6fw-1.24.17.0.bin listed in WHENCE does not exist
E: cxgb4/t4fw-1.25.4.0.bin not listed in WHENCE
E: cxgb4/t5fw-1.25.4.0.bin not listed in WHENCE
E: cxgb4/t6fw-1.25.4.0.bin not listed in WHENCE

You changed the links in the commits, but didn't adjust the actual File entries. Can you clean that up please?

josh

On Fri, Apr 9, 2021 at 5:45 PM Raju Rangoju <rajur@xxxxxxxxxxx> wrote:
>
> Hi,
>
> Can you please pull the new firmware from the following URL?
> git://git.chelsio.net/pub/git/linux-firmware.git for-upstream
>
> The following changes since commit af1ca28f03287b0c60682ab37cc684c773de853f:
>
> amdgpu: add arcturus firmware (2021-04-05 10:40:08 -0400)
>
> are available in the git repository at:
>
> git://git.chelsio.net/pub/git/linux-firmware.git for-upstream
>
> for you to fetch changes up to 7daedba9b02bfbb47da89c4dae6f20c91a5e5402:
>
> cxgb4: Update firmware to revision 1.25.4.0 (2021-04-09 07:45:27
> -0700)
>
> ----------------------------------------------------------------
> Raju Rangoju (1):
> cxgb4: Update firmware to revision 1.25.4.0
>
> WHENCE | 6 +++---
> cxgb4/configs/t6-config-default.txt | 8 ++++++--
> cxgb4/t4fw-1.24.17.0.bin | Bin 568832 -> 0 bytes
> cxgb4/t4fw-1.25.4.0.bin | Bin 0 -> 569856 bytes
> cxgb4/t5fw-1.24.17.0.bin | Bin 672768 -> 0 bytes
> cxgb4/t5fw-1.25.4.0.bin | Bin 0 -> 675328 bytes
> cxgb4/t6fw-1.24.17.0.bin | Bin 727040 -> 0 bytes
> cxgb4/t6fw-1.25.4.0.bin | Bin 0 -> 728064 bytes
> 8 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644
> cxgb4/t4fw-1.24.17.0.bin create mode 100644 cxgb4/t4fw-1.25.4.0.bin
> delete mode 100644 cxgb4/t5fw-1.24.17.0.bin create mode 100644
> cxgb4/t5fw-1.25.4.0.bin delete mode 100644 cxgb4/t6fw-1.24.17.0.bin
> create mode 100644 cxgb4/t6fw-1.25.4.0.bin