Linux auxiliary bus driver ========================== Version: v1.0.3.0 Overview -------- This package is the Linux auxiliary bus driver source RPM/DEB. It is backported from Linux verion 5.11.11. Building and installation of RPM packages ----------------------------------------- To build a binary RPM for the running kernel type: rpmbuild --rebuild To install the resulting binary rpm: Locate the file that was created in the preceding step, prefixed with the annotation "Wrote:", usually it is in the /RPMS/ then type: rpm -Uvh Building and installation of Debian packages --------------------------------------------- To install a debian use: dpkg -i Loading Auxiliary bus driver ---------------------------- To ensure that the correct version of the driver is loaded into the current kernel /sbin/modprobe -r auxiliary /sbin/modprobe auxiliary Linux distribution support for Xilinx Adapters -------------------------------------------------- This driver package is supported on: - RedHat Enterprise Linux 7.9 - RedHat Enterprise Linux 8.2, 8.4, 8.5 - Canonical Ubuntu Server LTS 20.04 Changelog --------- ### v1.0.3.0 Issue ON-14558 ~ mod_devicetable_auxiliary.h is a subset of mod_devicetable.h from the Linux kernel source tree. It is included from auxiliary_bus.h. Including mod_devicetable_auxiliary.h from auxiliary_bus.h reduces the divergence from the Linux kernel source tree and removes the necessity of including mod_devicetable_auxiliary.h explicitly (along with auxiliary_bus.h) in the other units. ### v1.0.2.0 Issue XNET-438 ~ Updated the valid disttag definition in rpm spec file Issue X3-971 ~ Install aux headers in /lib/modules//source/include/linux on debian 11 ### v1.0.1.0 Issue XNET-363 ~ skip debian/RPM installation if auxiliary module is already installed Copyright --------- Copyright 2021-2023 Xilinx Inc. All rights reserved. Use is subject to license terms.