]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - sys/arm/mv/files.mv
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / sys / arm / mv / files.mv
1 # $FreeBSD$
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 #
15 arm/arm/bus_space_base.c        standard
16 arm/arm/bus_space_generic.c     standard
17 arm/arm/cpufunc_asm_arm10.S     standard
18 arm/arm/cpufunc_asm_arm11.S     standard
19 arm/arm/cpufunc_asm_armv5.S     standard
20 arm/arm/cpufunc_asm_armv5_ec.S  standard
21 arm/arm/cpufunc_asm_armv7.S     standard
22 arm/arm/cpufunc_asm_sheeva.S    standard
23 arm/arm/cpufunc_asm_pj4b.S      standard
24
25 arm/mv/gpio.c                   standard
26 arm/mv/mv_common.c              standard
27 arm/mv/mv_localbus.c            standard
28 arm/mv/mv_machdep.c             standard
29 arm/mv/mv_pci.c                 optional        pci
30 arm/mv/mv_ts.c                  standard
31 arm/mv/timer.c                  standard
32 arm/mv/twsi.c                   optional        iicbus
33
34 dev/cesa/cesa.c                 optional        cesa
35 dev/mge/if_mge.c                optional        mge
36 dev/nand/nfc_mv.c               optional        nand
37 dev/mvs/mvs_soc.c               optional        mvs
38 dev/uart/uart_dev_ns8250.c      optional        uart
39 dev/usb/controller/ehci_mv.c    optional        ehci
40
41 kern/kern_clocksource.c         standard