These firmware images are required to provide GSP offloading support
on Turing (TU10x) and later GPUs.
The GPU System Processor is a RISC-V coprocessor that is used to offload
GPU initialization and management tasks. The Nvidia proprietary driver
(aka Resource Manager or RM) is split between a host CPU portion (CPU-RM)
and the GSP portion (GSP-RM).
The Nouveau driver can also load, initialize, and use GSP-RM for similar
purposes, and that is why these binary images are included.
The gsp-xxx.yy.zz.bin files contain GSP-RM itself and are extracted from the
Nvidia proprietary driver ".run" package.
The other binary images are support boot loaders that are extracted from
Nvidia's "OpenRM" git repository at
https://github.com/NVIDIA/open-gpu-kernel-modules using the
extract-firmware-nouveau.py script.
Signed-off-by: Timur Tabi <ttabi@nvidia.com>
Update firmware image(s) to v4.1.0 that are required by Marvell Prestera
driver recently updated in net/master. The major changes for this
FW version is the support for new Marvell AC5x Marvell Prestera PP family
family devices:
98DX7312M (12x25G / 8x25G + 1x100G);
98DX3500 (24x1G + 6x25G);
98DX3501 (16x1G + 6x10G);
98DX3510 (48x1G + 6x25G);
98DX3520 (24x2.5G + 6x25G);
Also includes bugfixes on the FW side for both AC5x and a38x images;
Signed-off-by: Mickey Rachamim <mickeyr@marvell.com>
Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
Add firmware that supports vswitch for CN23XX-based LiquidIO II adapters
Signed-off-by: Manish Awasthi <manish.awasthi@cavium.com>
Signed-off-by: Felix Manlunas <felix.manlunas@cavium.com>