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