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