aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/cavium
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-16/+12
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-131-18/+12
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-131-10/+9
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-131-8/+8
* arm64 thunder: Use bus_generic_rman_* in the pcie_pem driverJohn Baldwin2024-01-231-82/+124
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* arm64: fix the LINT-ACPI buildKyle Evans2023-03-071-0/+2
* Map arm64 pci config memory as non-postedAndrew Turner2023-03-051-1/+12
* Add fdt to name of a fdt specific functionAndrew Turner2022-05-231-1/+1
* arm64 cavium: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-093-14/+5
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-083-3/+0
* Remove ThunderX PCIe FDT quirks from pci_host_generic_fdt.cMarcin Wojtas2021-06-081-8/+156
* arm64: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-4/+0
* Rename the ThunderX CPU identification macros to include the X. This is theAndrew Turner2018-06-132-2/+2
* If ofw_bus_msimap fails don't try to use the invalid MSI/MSI-X parent node.Andrew Turner2017-03-161-11/+29
* Fix the alloc function the ThunderX PCIe driver calls, the previousAndrew Turner2016-11-301-2/+2
* To allow for an ACPI attachment to the generic PCIe driver split off theAndrew Turner2016-11-212-4/+8
* Remove the non-INTRNG support from the ThunderX PCIe drivers.Andrew Turner2016-07-141-39/+0
* Mark the ThunderX and generic PCI drivers as cache-coherent when we knowAndrew Turner2016-05-313-0/+29
* Handle PCI_RES_BUS on the generic and ThunderX PCIe drivers. This has beenAndrew Turner2016-05-201-0/+14
* Teach the ThunderX PCI PEM driver about intrng. This will be used laterAndrew Turner2016-05-161-0/+55
* Add a pcib interface for use by interrupt controllers that need toAndrew Turner2016-05-163-0/+92
* Push the logic to talk with the MSI/MSI-X interrupt controller to the FDTAndrew Turner2016-05-102-11/+76
* Group the ThunderX PCIe PEM newbus methods to help find them.Andrew Turner2016-04-201-3/+6
* Pull out the MSI/MSI-X handling calls to simplify future intrngAndrew Turner2016-04-201-5/+48
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Improve ThunderX PEM driver to work on pass2 revisionWojciech Macek2016-03-023-44/+200
* Restore ThunderX Pass1.1 PCI changes removed by r295962Wojciech Macek2016-02-263-1/+67
* Make pci_host_generic and thunderx_pci commonWojciech Macek2016-02-247-746/+68
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-203-3/+3
* Support PEM that is not a PCI endpoint on ThunderXZbigniew Bodek2016-02-164-29/+164
* Fix VNIC enumeration after r294993 and r294990Zbigniew Bodek2016-01-281-2/+2
* Add FDT bus capabilities to ThunderX PCI driverZbigniew Bodek2016-01-284-15/+185
* Correct alloc_ and release_resource methods in thunder_pcie driverZbigniew Bodek2016-01-281-2/+2
* Divide ThunderX PCIe driver to general and FDT partZbigniew Bodek2016-01-284-170/+236
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-6/+6
* Update ThunderX PCIe driver to fit new DTS layoutZbigniew Bodek2016-01-184-12/+12
* Reduce the numbers of levels of indirection in arm64 pcib drivers by makingAndrew Turner2015-12-103-58/+12
* Add support for unspecified ranges on ThunderX systemZbigniew Bodek2015-10-251-3/+39
* arm64 ThunderX PCIe workaround: enumerate only one slot for nowEd Maste2015-09-221-0/+8
* Add support for external PCIe (PEM) on Cavium's ThunderXZbigniew Bodek2015-08-081-0/+637
* Introduce support for internal PCIe for Cavium's ThunderXZbigniew Bodek2015-08-083-0/+763