2008-10-13 20:07:13 +00:00
|
|
|
# $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
|
|
|
|
#
|
2016-01-20 11:57:11 +00:00
|
|
|
arm/mv/gpio.c optional gpio
|
2014-03-08 00:14:40 +00:00
|
|
|
arm/mv/mv_common.c standard
|
2012-05-18 14:41:14 +00:00
|
|
|
arm/mv/mv_localbus.c standard
|
2008-10-13 20:07:13 +00:00
|
|
|
arm/mv/mv_machdep.c standard
|
2008-11-19 11:30:44 +00:00
|
|
|
arm/mv/mv_pci.c optional pci
|
2012-08-18 12:37:07 +00:00
|
|
|
arm/mv/mv_ts.c standard
|
2008-10-13 20:07:13 +00:00
|
|
|
arm/mv/timer.c standard
|
|
|
|
|
2011-11-19 16:30:06 +00:00
|
|
|
dev/cesa/cesa.c optional cesa
|
2016-02-15 15:11:26 +00:00
|
|
|
dev/iicbus/twsi/mv_twsi.c optional twsi
|
2008-10-13 20:07:13 +00:00
|
|
|
dev/mge/if_mge.c optional mge
|
2012-05-18 14:41:14 +00:00
|
|
|
dev/nand/nfc_mv.c optional nand
|
2010-05-02 19:28:30 +00:00
|
|
|
dev/mvs/mvs_soc.c optional mvs
|
2008-10-13 20:07:13 +00:00
|
|
|
dev/uart/uart_dev_ns8250.c optional uart
|
2010-06-13 13:28:53 +00:00
|
|
|
dev/usb/controller/ehci_mv.c optional ehci
|
2016-03-14 07:14:34 +00:00
|
|
|
dev/usb/controller/xhci_mv.c optional xhci
|
2010-07-20 11:46:45 +00:00
|
|
|
|
|
|
|
kern/kern_clocksource.c standard
|