Home | History | Annotate | Line # | Download | only in conf
      1  1.33  jmcneill #	$NetBSD: files.evbarm,v 1.33 2019/10/01 10:08:05 jmcneill Exp $
      2   1.1      matt #
      3   1.1      matt # First try for arm-specific configuration info
      4   1.1      matt #
      5   1.1      matt 
      6   1.1      matt maxpartitions	8
      7  1.33  jmcneill maxusers	2 8 128
      8   1.1      matt 
      9   1.1      matt # Maintain Interrupt statistics
     10   1.8     lukem defflag			IRQSTATS
     11   1.1      matt 
     12   1.1      matt # Memory disk driver
     13  1.11    briggs file	dev/md_root.c				md & memory_disk_hooks
     14   1.1      matt 
     15   1.1      matt # Generic MD files
     16   1.1      matt file	arch/evbarm/evbarm/autoconf.c
     17   1.1      matt 
     18  1.24     joerg file	kern/subr_disk_mbr.c			disk
     19  1.24     joerg 
     20   1.1      matt # ARM FPE
     21   1.1      matt file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
     22   1.1      matt file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
     23   1.1      matt file	arch/arm32/fpe-arm/armfpe.s		armfpe
     24   1.1      matt 
     25   1.4   thorpej #
     26  1.21  kiyohara # Machine-independent drivers
     27   1.4   thorpej #
     28  1.21  kiyohara include "dev/ata/files.ata"			# ATA devices
     29  1.21  kiyohara include "dev/bluetooth/files.bluetooth"		# Bluetooth devices
     30  1.21  kiyohara include "dev/i2o/files.i2o"			# I2O devices
     31   1.4   thorpej include "dev/isa/files.isa"			# ISA devices
     32   1.1      matt include "dev/pci/files.pci"			# PCI devices
     33  1.21  kiyohara include "dev/cardbus/files.cardbus"		#   and CardBus devices
     34  1.21  kiyohara include "dev/pcmcia/files.pcmcia"		# PCMCIA devices
     35  1.22  kiyohara include "dev/sdmmc/files.sdmmc"			# SD/MMC devices
     36  1.21  kiyohara include "dev/scsipi/files.scsipi"		# SCSI devices
     37  1.21  kiyohara include "dev/usb/files.usb"			# USB devices
     38   1.1      matt 
     39  1.32  jmcneill #
     40  1.32  jmcneill # Machine-dependent drivers
     41  1.32  jmcneill #
     42  1.32  jmcneill include "arch/arm/pci/files.pci"		# MD PCI support code
     43  1.29       ryo 
     44  1.29       ryo # Kernel boot arguments
     45  1.29       ryo defparam	opt_machdep.h			BOOT_ARGS
     46  1.29       ryo 
     47   1.5   thorpej #
     48   1.5   thorpej # ARM evaluation board specific devices
     49   1.5   thorpej #
     50  1.14    briggs defparam	opt_evbarm_boardtype.h EVBARM_BOARDTYPE
     51   1.5   thorpej 
     52   1.5   thorpej # We need to define the Integrator's "plcom" device here since
     53   1.5   thorpej # it we need to generate a "plcom.h" header file for conf.c
     54  1.18       chs defflag	opt_plcom.h	PLCOM_DEBUG
     55   1.5   thorpej device	plcom { }: tty
     56   1.5   thorpej file	arch/evbarm/dev/plcom.c			plcom needs-flag
     57  1.15   gehenna 
     58  1.26  jmcneill #
     59  1.26  jmcneill # Maximum number of memory ranges
     60  1.26  jmcneill #
     61  1.30       ryo defparam	opt_bootconfig.h		DRAM_BLOCKS
     62  1.26  jmcneill 
     63  1.31       rin ifndef aarch64
     64  1.15   gehenna include "arch/arm/conf/majors.arm32"
     65  1.30       ryo else
     66  1.30       ryo include "arch/aarch64/conf/majors.aarch64"
     67  1.30       ryo endif
     68