Home | History | Annotate | Line # | Download | only in conf
files.netwalker revision 1.4
      1 #	$NetBSD: files.netwalker,v 1.4 2014/01/24 02:06:03 hkenken Exp $
      2 #
      3 # Sharp Netwalker
      4 #
      5 
      6 file   arch/arm/arm32/arm32_boot.c
      7 file   arch/arm/arm32/arm32_kvminit.c
      8 file   arch/arm/arm32/arm32_reboot.c
      9 
     10 file	arch/evbarm/netwalker/netwalker_machdep.c
     11 
     12 # Kernel boot arguments
     13 defparam opt_machdep.h				BOOT_ARGS
     14 
     15 # CPU support and integrated peripherals
     16 include "arch/arm/imx/files.imx51"
     17 
     18 device imxusbc_axi
     19 attach imxusbc at axi with imxusbc_axi
     20 file   arch/evbarm/netwalker/netwalker_usb.c	imxusbc_axi
     21 
     22 # LCD controller
     23 attach	ipu at axi with lcd_netwalker
     24 file	arch/evbarm/netwalker/netwalker_lcd.c	lcd_netwalker
     25 defflag	opt_netwalker_lcd.h			LCD_DEBUG
     26