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