1 1.14 matt # $NetBSD: files.ev64260,v 1.14 2011/06/22 18:06:32 matt Exp $ 2 1.1 matt # 3 1.1 matt # Marvell (Galileo) "EV64260" evaluation board's specific configuration info 4 1.1 matt # 5 1.3 matt defparam opt_ev64260.h OBIO0_STRIDE OBIO1_STRIDE OBIO2_STRIDE OBIO3_STRIDE 6 1.10 garbled 7 1.1 matt file arch/evbppc/ev64260/autoconf.c 8 1.1 matt file arch/evbppc/ev64260/machdep.c 9 1.1 matt 10 1.10 garbled file arch/powerpc/powerpc/clock.c 11 1.1 matt 12 1.13 kiyohara include "arch/powerpc/pic/files.pic" 13 1.13 kiyohara file arch/powerpc/marvell/pic_discovery.c 14 1.10 garbled 15 1.1 matt 16 1.1 matt # 17 1.13 kiyohara # MI devices 18 1.1 matt # 19 1.13 kiyohara include "dev/ata/files.ata" 20 1.13 kiyohara include "dev/i2o/files.i2o" 21 1.13 kiyohara include "dev/pci/files.pci" 22 1.1 matt include "dev/scsipi/files.scsipi" 23 1.13 kiyohara include "dev/usb/files.usb" 24 1.1 matt 25 1.1 matt # 26 1.13 kiyohara # Marvell GT (Discovery) devices 27 1.1 matt # 28 1.13 kiyohara include "dev/marvell/files.discovery" 29 1.1 matt 30 1.1 matt 31 1.1 matt # 32 1.1 matt # Memory Disk for install floppy 33 1.1 matt # 34 1.1 matt file dev/md_root.c memory_disk_hooks 35 1.1 matt 36 1.1 matt # 37 1.1 matt # Compatibility modules 38 1.1 matt # 39 1.1 matt 40 1.1 matt # 41 1.1 matt # System bus types 42 1.1 matt # 43 1.13 kiyohara device mainbus { [addr = -1] } 44 1.1 matt attach mainbus at root 45 1.13 kiyohara file arch/evbppc/ev64260/mainbus.c mainbus | cpu needs-flag 46 1.13 kiyohara 47 1.13 kiyohara device cpu 48 1.13 kiyohara attach cpu at mainbus 49 1.1 matt 50 1.1 matt attach gt at mainbus 51 1.1 matt file arch/evbppc/ev64260/gt_mainbus.c gt 52 1.1 matt 53 1.13 kiyohara file arch/powerpc/marvell/pci_machdep.c pci 54 1.13 kiyohara file arch/powerpc/pci/pci_machdep_common.c pci 55 1.14 matt file arch/powerpc/pci/pci_module.c pci & modular 56 1.13 kiyohara 57 1.13 kiyohara device pchb: pcibus 58 1.13 kiyohara attach pchb at pci 59 1.13 kiyohara file dev/marvell/pchb.c pchb 60 1.2 matt 61 1.2 matt # com port 62 1.2 matt attach com at obio with com_obio 63 1.2 matt file arch/evbppc/ev64260/com_obio.c com_obio 64