1 1.3.36.1 pgoyette # $NetBSD: std.mpcsa,v 1.3.36.1 2018/10/20 06:58:27 pgoyette 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.3.36.1 pgoyette 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.3.36.1 pgoyette 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.3.36.1 pgoyette options HZ=1000 20 1.2 matt 21 1.2 matt 22 1.2 matt options KERNEL_BASE_EXT=0xc0000000 23 1.3.36.1 pgoyette makeoptions BOARDTYPE="mpcsa" 24 1.3.36.1 pgoyette makeoptions BOARDMKFRAG="${THISARM}/conf/mk.mpcsa" 25 1.3.36.1 pgoyette makeoptions KERNEL_BASE_PHYS=0x20200000 26 1.3.36.1 pgoyette makeoptions KERNEL_BASE_VIRT=0xc0200000 27 1.2 matt 28 1.2 matt options ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>" 29