blob: 272730d8cda679d79d32c6239cc0c4a336de4eed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: std.iq31244,v 1.12 2018/10/07 07:48:44 skrll Exp $
#
# standard NetBSD/evbarm for IQ31244 options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in IQ31244 config definitions.
include "arch/evbarm/conf/files.iq31244"
options EXEC_AOUT
options KERNEL_BASE_EXT=0xc0000000
makeoptions BOARDTYPE="iq31244"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
options I80321_REBOOT=iq31244_reboot
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE
# Board has a 33.0MHz crystal, => 198MHz bus clock
options COUNTS_PER_SEC=198000000
|