blob: e71b81a1c2aa3ee88060f7415cac58d87a2e5495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: OPENRD,v 1.9 2020/08/16 10:27:47 jdolecek Exp $
#
# This is a working config file for OpenRD(.org) Client. Note that the
# default boot address will not work and the kernel has to load at 8MB
# to work.
#
include "arch/evbarm/conf/SHEEVAPLUG"
makeoptions KERNEL_BASE_PHYS=0x00800000
makeoptions KERNEL_BASE_VIRT=0xc0800000
no makeoptions LOADADDRESS
makeoptions LOADADDRESS="0xc0800000"
#options VERBOSE_INIT_ARM # verbose bootstraping messages
#options MVSOC_CONSOLE_EARLY
#options FPU_VFP
# On-board PCI vga
vga* at pci? dev ? function ?
wsdisplay* at vga? console ?
# mvsdio doesn't currently function on OPENRD
# Tested on OpenRD-Client
no mvsdio
|