Home | History | Annotate | Line # | Download | only in conf
OPENRD revision 1.3
      1 #	$NetBSD: OPENRD,v 1.3 2012/10/26 19:15:52 msaitoh Exp $
      2 #
      3 # This is a working config file for OpenRD(.org) Client.  Note that the
      4 # default boot address will not work and the kernel has to load at 8MB
      5 # to work.
      6 #
      7 
      8 include "arch/evbarm/conf/SHEEVAPLUG"
      9 
     10 makeoptions 	KERNEL_BASE_PHYS=0x00800000
     11 makeoptions 	KERNEL_BASE_VIRT=0xc0800000
     12 no makeoptions	LOADADDRESS
     13 makeoptions	LOADADDRESS="0xc0800000"
     14 
     15 #options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
     16 #options 	MVSOC_CONSOLE_EARLY
     17 
     18 #options 	FPU_VFP
     19 
     20 options 	COMPAT_NETBSD32
     21 no options 	COMPAT_LINUX
     22 
     23 # this just emits endless errors, disable for now.
     24 no mvsdio*
     25 no sdmmc* at mvsdio?
     26 no sbt* at sdmmc?
     27 no ld* at sdmmc?
     28 
     29 # On-chip PCI Express Interface
     30 mvpex*	at mvsoc? offset ? irq ?
     31 
     32 pci*	at mvpex?
     33 
     34 pchb*	at pci? dev ? function ?	# PCI-Host bridges
     35 
     36 vga*		at pci? dev ? function ?
     37 wsdisplay*	at vga? console ?
     38 
     39 # This has two SATA ports
     40 mvsata*		at mvsoc? offset ? irq ?
     41 atabus*		at ata?
     42 wd*		at atabus? drive ?
     43