]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/mv/files.mv
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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_generic.c     standard
16 arm/arm/cpufunc_asm_arm10.S     standard
17 arm/arm/cpufunc_asm_arm11.S     standard
18 arm/arm/cpufunc_asm_armv5.S     standard
19 arm/arm/cpufunc_asm_armv5_ec.S  standard
20 arm/arm/cpufunc_asm_armv7.S     standard
21 arm/arm/cpufunc_asm_sheeva.S    standard
22 arm/arm/cpufunc_asm_pj4b.S      standard
23 arm/arm/irq_dispatch.S          standard
24
25 arm/mv/bus_space.c              standard
26 arm/mv/common.c                 standard
27 arm/mv/gpio.c                   standard
28 arm/mv/mv_localbus.c            standard
29 arm/mv/mv_machdep.c             standard
30 arm/mv/mv_pci.c                 optional        pci
31 arm/mv/mv_sata.c                optional        ata | atamvsata
32 arm/mv/mv_ts.c                  standard
33 arm/mv/timer.c                  standard
34 arm/mv/twsi.c                   optional        iicbus
35
36 dev/cesa/cesa.c                 optional        cesa
37 dev/mge/if_mge.c                optional        mge
38 dev/nand/nfc_mv.c               optional        nand
39 dev/mvs/mvs_soc.c               optional        mvs
40 dev/uart/uart_dev_ns8250.c      optional        uart
41 dev/usb/controller/ehci_mv.c    optional        ehci
42
43 kern/kern_clocksource.c         standard