Home | History | Annotate | Line # | Download | only in altera
files.altera revision 1.1
      1  1.1  aymeric #	$NetBSD: files.altera,v 1.1 2018/09/19 17:31:38 aymeric Exp $
      2  1.1  aymeric #
      3  1.1  aymeric # Configuration for Altera SoC
      4  1.1  aymeric #
      5  1.1  aymeric 
      6  1.1  aymeric file 	arch/arm/arm32/arm32_boot.c
      7  1.1  aymeric file 	arch/arm/arm32/arm32_kvminit.c
      8  1.1  aymeric file 	arch/arm/arm32/arm32_reboot.c
      9  1.1  aymeric file 	arch/arm/arm32/irq_dispatch.S
     10  1.1  aymeric 
     11  1.1  aymeric file 	arch/arm/arm32/armv7_generic_space.c
     12  1.1  aymeric file 	arch/arm/arm/arm_generic_dma.c
     13  1.1  aymeric file 	arch/arm/arm/bus_space_a4x.S
     14  1.1  aymeric 
     15  1.1  aymeric file 	arch/arm/altera/cycv_platform.c
     16  1.1  aymeric 
     17  1.1  aymeric device 	cycvfdt : bus_space_generic, fdtbus
     18  1.1  aymeric attach 	cycvfdt at mainbus with cycv_fdt
     19  1.1  aymeric file 	arch/arm/altera/cycv_fdt.c			cycv_fdt
     20  1.1  aymeric 
     21  1.1  aymeric # Clock manager
     22  1.1  aymeric device 	cycvclkmgr : fdtbus
     23  1.1  aymeric attach 	cycvclkmgr at fdt
     24  1.1  aymeric file 	arch/arm/altera/cycv_clkmgr.c			cycvclkmgr
     25  1.1  aymeric 
     26  1.1  aymeric # Reset manager
     27  1.1  aymeric device 	cycvrstmgr : fdtbus
     28  1.1  aymeric attach 	cycvrstmgr at fdt
     29  1.1  aymeric file 	arch/arm/altera/cycv_rstmgr.c			cycvrstmgr
     30  1.1  aymeric 
     31  1.1  aymeric # GMAC
     32  1.1  aymeric attach	awge at fdt with cycv_gmac
     33  1.1  aymeric file	arch/arm/altera/cycv_gmac.c			cycv_gmac
     34  1.1  aymeric 
     35  1.1  aymeric # SD/MMC Host Controller
     36  1.1  aymeric attach	dwcmmc at fdt with cycv_dwcmmc
     37  1.1  aymeric file	arch/arm/altera/cycv_dwcmmc.c			cycv_dwcmmc
     38