b738dafd90
separate driver. Add support for activating clock and hwreset resources for these devices when the EXT_RESOURCES option is present. Reviewed by: andrew, mmel, Emmanuel Vadot <manu@bidouilliste.com> Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D5749
34 lines
896 B
Plaintext
34 lines
896 B
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.c optional pci
|
|
arm/mv/mv_ts.c standard
|
|
arm/mv/timer.c standard
|
|
|
|
dev/cesa/cesa.c optional cesa
|
|
dev/iicbus/twsi/mv_twsi.c optional twsi
|
|
dev/mge/if_mge.c optional mge
|
|
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
|
|
|
|
kern/kern_clocksource.c standard
|