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