David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| 2 | |
| 3 | ===================== |
| 4 | Devlink info versions |
| 5 | ===================== |
| 6 | |
| 7 | board.id |
| 8 | ======== |
| 9 | |
| 10 | Unique identifier of the board design. |
| 11 | |
| 12 | board.rev |
| 13 | ========= |
| 14 | |
| 15 | Board design revision. |
| 16 | |
| 17 | asic.id |
| 18 | ======= |
| 19 | |
| 20 | ASIC design identifier. |
| 21 | |
| 22 | asic.rev |
| 23 | ======== |
| 24 | |
| 25 | ASIC design revision. |
| 26 | |
| 27 | board.manufacture |
| 28 | ================= |
| 29 | |
| 30 | An identifier of the company or the facility which produced the part. |
| 31 | |
| 32 | fw |
| 33 | == |
| 34 | |
| 35 | Overall firmware version, often representing the collection of |
| 36 | fw.mgmt, fw.app, etc. |
| 37 | |
| 38 | fw.mgmt |
| 39 | ======= |
| 40 | |
| 41 | Control unit firmware version. This firmware is responsible for house |
| 42 | keeping tasks, PHY control etc. but not the packet-by-packet data path |
| 43 | operation. |
| 44 | |
| 45 | fw.app |
| 46 | ====== |
| 47 | |
| 48 | Data path microcode controlling high-speed packet processing. |
| 49 | |
| 50 | fw.undi |
| 51 | ======= |
| 52 | |
| 53 | UNDI software, may include the UEFI driver, firmware or both. |
| 54 | |
| 55 | fw.ncsi |
| 56 | ======= |
| 57 | |
| 58 | Version of the software responsible for supporting/handling the |
| 59 | Network Controller Sideband Interface. |
| 60 | |
| 61 | fw.psid |
| 62 | ======= |
| 63 | |
| 64 | Unique identifier of the firmware parameter set. |