58 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3===================4sfc devlink support5===================6 7This document describes the devlink features implemented by the ``sfc``8device driver for the ef100 device.9 10Info versions11=============12 13The ``sfc`` driver reports the following versions14 15.. list-table:: devlink info versions implemented16 :widths: 5 5 9017 18 * - Name19 - Type20 - Description21 * - ``fw.mgmt.suc``22 - running23 - For boards where the management function is split between multiple24 control units, this is the SUC control unit's firmware version.25 * - ``fw.mgmt.cmc``26 - running27 - For boards where the management function is split between multiple28 control units, this is the CMC control unit's firmware version.29 * - ``fpga.rev``30 - running31 - FPGA design revision.32 * - ``fpga.app``33 - running34 - Datapath programmable logic version.35 * - ``fw.app``36 - running37 - Datapath software/microcode/firmware version.38 * - ``coproc.boot``39 - running40 - SmartNIC application co-processor (APU) first stage boot loader version.41 * - ``coproc.uboot``42 - running43 - SmartNIC application co-processor (APU) co-operating system loader version.44 * - ``coproc.main``45 - running46 - SmartNIC application co-processor (APU) main operating system version.47 * - ``coproc.recovery``48 - running49 - SmartNIC application co-processor (APU) recovery operating system version.50 * - ``fw.exprom``51 - running52 - Expansion ROM version. For boards where the expansion ROM is split between53 multiple images (e.g. PXE and UEFI), this is the specifically the PXE boot54 ROM version.55 * - ``fw.uefi``56 - running57 - UEFI driver version (No UNDI support).58