files.mv revision 287016
1# $FreeBSD: stable/10/sys/arm/mv/files.mv 287016 2015-08-22 07:32:47Z mav $
2#
3# The Marvell CPU cores
4# - Compliant with V5TE architecture
5# - Super scalar dual issue CPU
6# - Big/Little Endian
7# - MMU/MPU
8# - L1 Cache: Supports streaming and write allocate
9# - Variable pipeline stages
10# - Out-of-order execution
11# - Branch Prediction
12# - JTAG/ICE
13# - Vector Floating Point (VFP) unit
14#
15arm/arm/bus_space_base.c	standard
16arm/arm/bus_space_generic.c	standard
17arm/arm/cpufunc_asm_arm10.S	standard
18arm/arm/cpufunc_asm_arm11.S	standard
19arm/arm/cpufunc_asm_armv5.S	standard
20arm/arm/cpufunc_asm_armv5_ec.S	standard
21arm/arm/cpufunc_asm_armv7.S	standard
22arm/arm/cpufunc_asm_sheeva.S	standard
23arm/arm/cpufunc_asm_pj4b.S	standard
24
25arm/mv/gpio.c			standard
26arm/mv/mv_common.c		standard
27arm/mv/mv_localbus.c		standard
28arm/mv/mv_machdep.c		standard
29arm/mv/mv_pci.c			optional	pci
30arm/mv/mv_ts.c			standard
31arm/mv/timer.c			standard
32arm/mv/twsi.c			optional	iicbus
33
34dev/cesa/cesa.c			optional	cesa
35dev/mge/if_mge.c		optional	mge
36dev/nand/nfc_mv.c		optional	nand
37dev/mvs/mvs_soc.c		optional	mvs
38dev/uart/uart_dev_ns8250.c	optional	uart
39dev/usb/controller/ehci_mv.c	optional	ehci
40
41kern/kern_clocksource.c		standard
42