a8d7fc4ac1
This patch contains a new driver for the network unit of Marvell Armada 38x/XP SoCs, called NETA. This support was thoroughly tested and optimised in terms of stability and performance. Additional hardware features, like Buffer Management (BM) or Parser and Classifier (PnC) will be progressively supported as needed. Submitted by: Fabien Thomas <fabien.thomas@stormshield.eu> Arnaud Ysmal <arnaud.ysmal@stormshield.eu> Zbigniew Bodek <zbb@semihalf.com> Michal Mazur <mkm@semihalf.com> Bartosz Szczepanek <bsz@semihalf.com> Marcin Wojtas <mw@semihalf.com> Obtained from: Semihalf Sponsored by: Stormshield (main development) Netgate (cleanup and upstreaming) Differential revision: https://reviews.freebsd.org/D10706
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
# $FreeBSD$
|
|
#
|
|
# The Marvell CPU cores
|
|
# - Compliant with V5TE architecture
|
|
# - Super scalar dual issue CPU
|
|
# - Big/Little Endian
|
|
# - MMU/MPU
|
|
# - L1 Cache: Supports streaming and write allocate
|
|
# - Variable pipeline stages
|
|
# - Out-of-order execution
|
|
# - Branch Prediction
|
|
# - JTAG/ICE
|
|
# - Vector Floating Point (VFP) unit
|
|
#
|
|
arm/mv/gpio.c optional gpio
|
|
arm/mv/mv_common.c standard
|
|
arm/mv/mv_localbus.c standard
|
|
arm/mv/mv_machdep.c standard
|
|
arm/mv/mv_pci_ctrl.c optional pci | fdt
|
|
arm/mv/mv_pci.c optional pci
|
|
arm/mv/mv_ts.c standard
|
|
arm/mv/timer.c optional !soc_mv_armada38x
|
|
|
|
dev/cesa/cesa.c optional cesa
|
|
dev/iicbus/twsi/mv_twsi.c optional twsi
|
|
dev/mge/if_mge.c optional mge
|
|
dev/neta/if_mvneta_fdt.c optional neta fdt
|
|
dev/neta/if_mvneta.c optional neta mdio mii
|
|
dev/nand/nfc_mv.c optional nand
|
|
dev/mvs/mvs_soc.c optional mvs
|
|
dev/uart/uart_dev_ns8250.c optional uart
|
|
dev/uart/uart_dev_snps.c optional uart
|
|
dev/usb/controller/ehci_mv.c optional ehci
|
|
dev/usb/controller/xhci_mv.c optional xhci
|
|
dev/ahci/ahci_mv_fdt.c optional ahci
|
|
|
|
kern/kern_clocksource.c standard
|