Home | History | Annotate | Line # | Download | only in conf
files.virtex revision 1.1.4.3
      1  1.1.4.3  yamt #	$NetBSD: files.virtex,v 1.1.4.3 2007/12/07 17:24:36 yamt Exp $
      2  1.1.4.2  yamt #
      3  1.1.4.2  yamt # Xilinx Virtex specific configuration
      4  1.1.4.2  yamt 
      5  1.1.4.2  yamt defparam 	opt_virtex.h 			PHYSMEM
      6  1.1.4.2  yamt defparam 	opt_virtex.h 			CPUFREQ
      7  1.1.4.2  yamt defparam 	opt_virtex.h 			IDCR_BASE
      8  1.1.4.2  yamt defflag 	opt_virtex.h 			DESIGN_GSRD1 DESIGN_GSRD2
      9  1.1.4.2  yamt defflag 	opt_virtex.h 			DESIGN_DFC
     10  1.1.4.2  yamt defparam 	opt_xintc.h 			DCR_XINTC_BASE
     11  1.1.4.2  yamt defparam 	opt_cons.h 			CONADDR CONSDEV
     12  1.1.4.2  yamt 
     13  1.1.4.2  yamt file 	arch/powerpc/ibm4xx/intr.c
     14  1.1.4.2  yamt 
     15  1.1.4.2  yamt file	arch/evbppc/virtex/autoconf.c
     16  1.1.4.2  yamt file	arch/evbppc/virtex/consinit.c
     17  1.1.4.2  yamt file	arch/evbppc/virtex/machdep.c
     18  1.1.4.2  yamt file	arch/evbppc/virtex/dcr.c
     19  1.1.4.2  yamt 
     20  1.1.4.2  yamt file 	arch/evbppc/virtex/design_gsrd1.c 	design_gsrd1
     21  1.1.4.2  yamt file 	arch/evbppc/virtex/design_gsrd2.c 	design_gsrd2 | design_dfc
     22  1.1.4.2  yamt 
     23  1.1.4.2  yamt # Board Properties
     24  1.1.4.2  yamt file    arch/powerpc/ibm4xx/board_prop.c
     25  1.1.4.2  yamt 
     26  1.1.4.2  yamt # Memory Disk for install kernel
     27  1.1.4.2  yamt file	dev/md_root.c				memory_disk_hooks
     28  1.1.4.2  yamt 
     29  1.1.4.2  yamt # FPU emulation
     30  1.1.4.2  yamt include "arch/powerpc/fpu/files.fpu"
     31  1.1.4.2  yamt 
     32  1.1.4.2  yamt # Workstation console and related
     33  1.1.4.2  yamt include "dev/wscons/files.wscons"
     34  1.1.4.2  yamt include "dev/wsfont/files.wsfont"
     35  1.1.4.2  yamt include "dev/rasops/files.rasops"
     36  1.1.4.2  yamt 
     37  1.1.4.2  yamt # MI drivers
     38  1.1.4.2  yamt include "dev/pckbport/files.pckbport"
     39  1.1.4.2  yamt 
     40  1.1.4.2  yamt # Pseudo busses provided by xcvbus
     41  1.1.4.2  yamt define 	llbus 	{ } 				# LocalLink
     42  1.1.4.2  yamt define 	plbus 	{ } 				# PLB
     43  1.1.4.2  yamt define 	xcvbus 	{ } 				# generic
     44  1.1.4.2  yamt 
     45  1.1.4.2  yamt # Processor Local Bus 				XXX files.ibm4xx
     46  1.1.4.2  yamt device  plb { [irq = -1] }
     47  1.1.4.2  yamt attach  plb at root
     48  1.1.4.2  yamt file    arch/powerpc/ibm4xx/dev/plb.c           plb
     49  1.1.4.2  yamt 
     50  1.1.4.2  yamt # Processor 					XXX files.ibm4xx
     51  1.1.4.2  yamt device  cpu { }
     52  1.1.4.2  yamt attach  cpu at plb
     53  1.1.4.2  yamt file    arch/powerpc/ibm4xx/cpu.c
     54  1.1.4.2  yamt 
     55  1.1.4.2  yamt # Effective mainbus
     56  1.1.4.2  yamt device 	xcvbus: xcvbus, plbus, llbus
     57  1.1.4.2  yamt attach 	xcvbus at plb
     58  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/xcvbus.c 	xcvbus
     59  1.1.4.2  yamt 
     60  1.1.4.2  yamt # TEMAC ethernet core 				XXX at llbus, really
     61  1.1.4.2  yamt device  temac: ether, ifnet, arp, mii
     62  1.1.4.2  yamt attach  temac at xcvbus
     63  1.1.4.2  yamt file    arch/evbppc/virtex/dev/if_temac.c 	temac
     64  1.1.4.2  yamt 
     65  1.1.4.2  yamt # LocalLink TFT controller
     66  1.1.4.2  yamt device 	tft: rasops32, splash, vcons, wsemuldisplaydev
     67  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/tft.c 		tft
     68  1.1.4.2  yamt 
     69  1.1.4.2  yamt attach 	tft at llbus with ll_tft
     70  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/tft_ll.c 	ll_tft
     71  1.1.4.2  yamt 
     72  1.1.4.2  yamt attach 	tft at plbus with plb_tft
     73  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/tft_plb.c 	plb_tft
     74  1.1.4.2  yamt 
     75  1.1.4.2  yamt # UartLite serial port core
     76  1.1.4.2  yamt device 	xlcom: tty
     77  1.1.4.2  yamt attach 	xlcom at xcvbus
     78  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/xlcom.c 		xlcom 		needs-flag
     79  1.1.4.2  yamt 
     80  1.1.4.2  yamt # PS2 link core
     81  1.1.4.2  yamt device 	pstwo: pckbport
     82  1.1.4.2  yamt attach 	pstwo at xcvbus
     83  1.1.4.2  yamt file 	arch/evbppc/virtex/dev/pstwo.c 		pstwo
     84