xref: /netbsd-src/sys/arch/evbarm/conf/OPENRD (revision dd45d454230ebc2a508e135388b03fc61b1ccc53)
1#	$NetBSD: OPENRD,v 1.9 2020/08/16 10:27:47 jdolecek 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
20# On-board PCI vga
21
22vga*		at pci? dev ? function ?
23wsdisplay*	at vga? console ?
24
25
26# mvsdio doesn't currently function on OPENRD
27# Tested on OpenRD-Client
28no mvsdio
29