Home | History | Annotate | Line # | Download | only in conf
std.generic revision 1.1.4.1
      1  1.1.4.1  christos #	$NetBSD: std.generic,v 1.1.4.1 2019/06/10 22:06:05 christos Exp $
      2      1.1       ryo #
      3      1.1       ryo # 	generic NetBSD/evbarm with FDT support
      4      1.1       ryo 
      5      1.1       ryo machine		evbarm arm
      6      1.1       ryo include		"conf/std"
      7      1.1       ryo include		"arch/arm/conf/std.arm"		# arch standard options
      8      1.1       ryo 
      9  1.1.4.1  christos options 	EXEC_ELF32
     10  1.1.4.1  christos options 	EXEC_SCRIPT
     11  1.1.4.1  christos 
     12      1.1       ryo # Architecture opions
     13      1.1       ryo options 	ARM32
     14      1.1       ryo 
     15  1.1.4.1  christos options 	ARM_GENERIC_TODR
     16      1.1       ryo options 	ARM_HAS_VBAR
     17      1.1       ryo options 	ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
     18      1.1       ryo options 	DRAM_BLOCKS=256
     19      1.1       ryo options 	EVBARM_BOARDTYPE="evbarm"
     20      1.1       ryo options 	FDT				# Flattened Device Tree support
     21      1.1       ryo options 	FPU_VFP
     22      1.1       ryo options 	MODULAR
     23      1.1       ryo options 	MODULAR_DEFAULT_AUTOLOAD
     24      1.1       ryo options 	PCI_NETBSD_CONFIGURE
     25      1.1       ryo options 	TPIDRPRW_IS_CURCPU
     26  1.1.4.1  christos options 	__BUS_SPACE_HAS_STREAM_METHODS
     27  1.1.4.1  christos options 	__HAVE_CPU_COUNTER
     28  1.1.4.1  christos options 	__HAVE_CPU_UAREA_ALLOC_IDLELWP
     29  1.1.4.1  christos options 	__HAVE_GENERIC_START
     30  1.1.4.1  christos options 	__HAVE_GENERIC_CPU_INITCLOCKS
     31  1.1.4.1  christos options 	__HAVE_FAST_SOFTINTS		# should be in types.h
     32  1.1.4.1  christos options 	__HAVE_PCI_CONF_HOOK
     33  1.1.4.1  christos options 	__HAVE_PCI_MSI_MSIX
     34  1.1.4.1  christos 
     35      1.1       ryo makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.generic"
     36      1.1       ryo 
     37  1.1.4.1  christos # The physical address is chosen by u-boot and determined by armv6_start.S.
     38  1.1.4.1  christos # The 64 byte offset is due to u-boot header.
     39  1.1.4.1  christos makeoptions	KERNEL_BASE_PHYS="0x00000040"
     40  1.1.4.1  christos makeoptions	KERNEL_BASE_VIRT="0x80000040"
     41  1.1.4.1  christos 
     42      1.1       ryo # General options
     43      1.1       ryo options 	CHILD_MAX=1024	# 160 is too few
     44      1.1       ryo options 	OPEN_MAX=1024	# 128 is too few
     45