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