OPENRD revision 1.3
11.3Smsaitoh# $NetBSD: OPENRD,v 1.3 2012/10/26 19:15:52 msaitoh 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.2Smattoptions COMPAT_NETBSD32 211.2Smattno options COMPAT_LINUX 221.2Smatt 231.1Smatt# this just emits endless errors, disable for now. 241.1Smattno mvsdio* 251.1Smattno sdmmc* at mvsdio? 261.1Smattno sbt* at sdmmc? 271.1Smattno ld* at sdmmc? 281.1Smatt 291.3Smsaitoh# On-chip PCI Express Interface 301.3Smsaitohmvpex* at mvsoc? offset ? irq ? 311.3Smsaitoh 321.3Smsaitohpci* at mvpex? 331.3Smsaitoh 341.3Smsaitohpchb* at pci? dev ? function ? # PCI-Host bridges 351.3Smsaitoh 361.3Smsaitohvga* at pci? dev ? function ? 371.3Smsaitohwsdisplay* at vga? console ? 381.3Smsaitoh 391.1Smatt# This has two SATA ports 401.1Smattmvsata* at mvsoc? offset ? irq ? 411.1Smattatabus* at ata? 421.1Smattwd* at atabus? drive ? 43