]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/freescale/imx/files.imx53
MFC 264180, 264181, 264182:
[FreeBSD/stable/10.git] / sys / arm / freescale / imx / files.imx53
1 # $FreeBSD$
2 arm/arm/bus_space_asm_generic.S         standard
3 arm/arm/bus_space_generic.c             standard
4 arm/arm/cpufunc_asm_armv5.S             standard
5 arm/arm/cpufunc_asm_arm11.S             standard
6 arm/arm/cpufunc_asm_armv7.S             standard
7 kern/kern_clocksource.c                 standard
8
9 # Init
10 arm/freescale/imx/imx_common.c          standard
11 arm/freescale/imx/imx_machdep.c         standard
12 arm/freescale/imx/imx53_machdep.c       standard
13 arm/freescale/imx/bus_space.c           standard
14
15 # Special serial console for debuging early boot code
16 #arm/freescale/imx/console.c            standard
17
18 # UART driver (includes serial console support)
19 dev/uart/uart_dev_imx.c                 optional uart
20
21 # TrustZone Interrupt Controller
22 arm/freescale/imx/tzic.c                standard
23
24 # IOMUX - external pins multiplexor
25 arm/freescale/imx/imx51_iomux.c         optional iomux
26
27 # GPIO
28 arm/freescale/imx/imx51_gpio.c          optional gpio
29
30 # Generic Periodic Timer
31 arm/freescale/imx/imx_gpt.c             standard
32
33 # Clock Configuration Manager
34 arm/freescale/imx/imx51_ccm.c           standard
35
36 # i.MX5xx PATA controller
37 dev/ata/chipsets/ata-fsl.c              optional imxata
38
39 # USB OH3 controller (1 OTG, 3 EHCI)
40 arm/freescale/imx/imx_nop_usbphy.c      optional ehci
41 dev/usb/controller/ehci_imx.c           optional ehci
42
43 # Watchdog
44 arm/freescale/imx/imx_wdog.c            optional imxwdt
45
46 # i2c
47 arm/freescale/imx/i2c.c                 optional fsliic
48
49 # IPU - Image Processing Unit (frame buffer also)
50 arm/freescale/imx/imx51_ipuv3.c         optional sc
51 arm/freescale/imx/imx51_ipuv3_fbd.c     optional vt
52 dev/vt/hw/fb/vt_early_fb.c              optional vt
53
54 # Fast Ethernet Controller
55 dev/ffec/if_ffec.c                      optional ffec
56