Home | History | Annotate | Line # | Download | only in conf
files.armadaxp revision 1.1.2.2
      1 #	$NetBSD: files.armadaxp,v 1.1.2.2 2013/06/23 06:20:04 tls Exp $
      2 #
      3 # Marvell Armada XP configuration info
      4 #
      5 file	arch/arm/arm32/arm32_boot.c
      6 file	arch/arm/arm32/arm32_kvminit.c
      7 file	arch/arm/arm32/arm32_reboot.c
      8 
      9 file	arch/evbarm/armadaxp/armadaxp_machdep.c
     10 
     11 # Kernel boot arguments
     12 defparam opt_machdep.h			BOOT_ARGS
     13 defflag	opt_cputypes.h			L2CACHE_ENABLE
     14 defflag	opt_cputypes.h			AURORA_IO_CACHE_COHERENCY AURORA_L2_PT_WALK
     15 
     16 # CPU support and integrated peripherals
     17 include	"arch/arm/marvell/files.marvell"
     18 
     19 # SPI Serial Peripheral Interface
     20 device 	mvspi: spibus
     21 attach	mvspi at mvsoc with mvspi_mbus
     22 file	dev/marvell/mvspi.c			mvspi
     23 
     24