1 1.1.16.1 mjf # 2 1.1.16.1 mjf # NetBSD/evbarm options for MPCSA evaluation board 3 1.1.16.1 mjf # 4 1.1.16.1 mjf 5 1.1.16.1 mjf machine evbarm arm 6 1.1.16.1 mjf include "conf/std" # MI standard options 7 1.1.16.1 mjf 8 1.1.16.1 mjf # Pull in MPCSA config definitions. 9 1.1.16.1 mjf include "arch/evbarm/conf/files.mpcsa" 10 1.1.16.1 mjf 11 1.1.16.1 mjf options AT91RM9200 # enable AT91RM9200 support 12 1.1.16.1 mjf 13 1.1.16.1 mjf options EXEC_ELF32 14 1.1.16.1 mjf options EXEC_AOUT 15 1.1.16.1 mjf options EXEC_SCRIPT 16 1.1.16.1 mjf 17 1.1.16.1 mjf # To support easy transit to ../arch/arm/arm32 18 1.1.16.1 mjf options ARM32 19 1.1.16.1 mjf options ARM_GENERIC_TODR 20 1.1.16.1 mjf 21 1.1.16.1 mjf # timer speed 22 1.1.16.1 mjf options HZ=1000 23 1.1.16.1 mjf 24 1.1.16.1 mjf 25 1.1.16.1 mjf options KERNEL_BASE_EXT=0xc0000000 26 1.1.16.1 mjf makeoptions BOARDTYPE="mpcsa" 27 1.1.16.1 mjf makeoptions BOARDMKFRAG="${THISARM}/conf/mk.mpcsa" 28 1.1.16.1 mjf makeoptions KERNEL_BASE_PHYS=0x20200000 29 1.1.16.1 mjf makeoptions KERNEL_BASE_VIRT=0xc0200000 30 1.1.16.1 mjf 31 1.1.16.1 mjf options ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>" 32