OPENRD revision 1.1
11.1Smatt#	$NetBSD: OPENRD,v 1.1 2012/08/10 02:31:52 matt Exp $
21.1Smatt#
31.1Smatt# This is a working config file for OpenRD(.org) Client.  Note that the
41.1Smatt# default boot address will not work and the kernel has to load at 8MB
51.1Smatt# to work.
61.1Smatt#
71.1Smatt
81.1Smattinclude "arch/evbarm/conf/SHEEVAPLUG"
91.1Smatt
101.1Smattmakeoptions 	KERNEL_BASE_PHYS=0x00800000
111.1Smattmakeoptions 	KERNEL_BASE_VIRT=0xc0800000
121.1Smattno makeoptions	LOADADDRESS
131.1Smattmakeoptions	LOADADDRESS="0xc0800000"
141.1Smatt
151.1Smatt#options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
161.1Smatt#options 	MVSOC_CONSOLE_EARLY
171.1Smatt
181.1Smatt# this just emits endless errors, disable for now.
191.1Smattno mvsdio*
201.1Smattno sdmmc* at mvsdio?
211.1Smattno sbt* at sdmmc?
221.1Smattno ld* at sdmmc?
231.1Smatt
241.1Smatt# This has two SATA ports
251.1Smattmvsata*		at mvsoc? offset ? irq ?
261.1Smattatabus*		at ata?
271.1Smattwd*		at atabus? drive ?
28