1 1.3 skrll # $NetBSD: std.mmnet,v 1.3 2018/10/07 07:48:44 skrll Exp $ 2 1.1 aymeric # 3 1.1 aymeric # NetBSD/evbarm options for Propox MMnet1002 evaluation board 4 1.1 aymeric # 5 1.1 aymeric 6 1.3 skrll machine evbarm arm 7 1.2 matt include "arch/evbarm/conf/std.evbarm" 8 1.1 aymeric 9 1.1 aymeric # Pull in MMnet config definitions. 10 1.1 aymeric include "arch/evbarm/conf/files.mmnet" 11 1.1 aymeric 12 1.3 skrll options AT91SAM9260 13 1.1 aymeric 14 1.1 aymeric options EXEC_AOUT 15 1.1 aymeric 16 1.1 aymeric options ARM_GENERIC_TODR 17 1.1 aymeric 18 1.1 aymeric # timer speed 19 1.3 skrll options HZ=100 20 1.1 aymeric 21 1.1 aymeric 22 1.1 aymeric options KERNEL_BASE_EXT=0xc0000000 23 1.3 skrll makeoptions BOARDTYPE="mmnet" 24 1.3 skrll makeoptions BOARDMKFRAG="${THISARM}/conf/mk.mmnet" 25 1.3 skrll makeoptions KERNEL_BASE_PHYS=0x20200000 26 1.3 skrll makeoptions KERNEL_BASE_VIRT=0xc0200000 27 1.1 aymeric 28 1.1 aymeric options ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>" 29