11.9Sjdolecek# $NetBSD: OPENRD,v 1.9 2020/08/16 10:27:47 jdolecek 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.2Smatt#options FPU_VFP 191.2Smatt 201.4Smsaitoh# On-board PCI vga 211.3Smsaitoh 221.3Smsaitohvga* at pci? dev ? function ? 231.3Smsaitohwsdisplay* at vga? console ? 241.6Scyber 251.6Scyber 261.6Scyber# mvsdio doesn't currently function on OPENRD 271.6Scyber# Tested on OpenRD-Client 281.6Scyberno mvsdio 29