xref: /netbsd-src/sys/arch/evbarm/conf/OPENRD (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1#	$NetBSD: OPENRD,v 1.6 2015/12/13 04:55:12 cyber 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
8include "arch/evbarm/conf/SHEEVAPLUG"
9
10makeoptions 	KERNEL_BASE_PHYS=0x00800000
11makeoptions 	KERNEL_BASE_VIRT=0xc0800000
12no makeoptions	LOADADDRESS
13makeoptions	LOADADDRESS="0xc0800000"
14
15#options 	VERBOSE_INIT_ARM	# verbose bootstraping messages
16#options 	MVSOC_CONSOLE_EARLY
17
18#options 	FPU_VFP
19
20no options 	COMPAT_LINUX
21
22# On-board PCI vga
23
24vga*		at pci? dev ? function ?
25wsdisplay*	at vga? console ?
26
27
28# mvsdio doesn't currently function on OPENRD
29# Tested on OpenRD-Client
30no mvsdio
31
32