Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) .. SPDX-License-Identifier: GPL-2.0
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) ===================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) nfp devlink support
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) ===================
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) This document describes the devlink features implemented by the ``nfp``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) device driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Parameters
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) ==========
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) .. list-table:: Generic parameters implemented
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)    * - Name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)      - Mode
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)    * - ``fw_load_policy``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)      - permanent
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)    * - ``reset_dev_on_drv_probe``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)      - permanent
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) Info versions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) =============
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) The ``nfp`` driver reports the following versions
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) .. list-table:: devlink info versions implemented
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)    :widths: 5 5 90
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)    * - Name
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31)      - Type
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)      - Description
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)    * - ``board.id``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34)      - fixed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35)      - Part number identifying the board design
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36)    * - ``board.rev``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)      - fixed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38)      - Revision of the board design
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39)    * - ``board.manufacture``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40)      - fixed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)      - Vendor of the board design
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42)    * - ``board.model``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 43)      - fixed
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 44)      - Model name of the board design
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 45)    * - ``fw.bundle_id``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 46)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 47)      - Firmware bundle id
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 48)    * - ``fw.mgmt``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 49)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 50)      - Version of the management firmware
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 51)    * - ``fw.cpld``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 52)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 53)      - The CPLD firmware component version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 54)    * - ``fw.app``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 55)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 56)      - The APP firmware component version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 57)    * - ``fw.undi``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 58)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 59)      - The UNDI firmware component version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 60)    * - ``fw.ncsi``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 61)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 62)      - The NSCI firmware component version
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 63)    * - ``chip.init``
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 64)      - stored, running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 65)      - The CFGR firmware component version