Skip to content

Update linux-firmware to include latest bnx2x firmware #1706

Merged
merged 3 commits into from
Feb 17, 2020

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    061b75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9886905 View commit details
    Browse the repository at this point in the history
  3. linux-firmware: Update to include latest bnx2x firmware

    Linux 5.4 includes commit 32705592 (bnx2x: Utilize FW 7.13.11.0.),
    requiring at least this version. So add the corresponding files to fix
    the error below.
    
        Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x 0000:41:00.0: Direct firmware load for bnx2x/bnx2x-e1h-7.13.11.0.fw failed with error -2
        Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_init_firmware:13557(net02)]Can't load firmware file bnx2x/bnx2x-e1h-7.13.11.0.fw
        Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_func_hw_init:6002(net02)]Error loading firmware
        Feb 17 09:30:13 pappnase.molgen.mpg.de kernel: bnx2x: [bnx2x_nic_load:2730(net02)]HW init failed, aborting
    
    The linux-firmware repository uses tags now, starting with *20190312*,
    so the version references have to changed. As the starting year is
    greater than zero, the ordering is preserved.
    pmenzel committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    e10d06f View commit details
    Browse the repository at this point in the history