blob: 8e70e2e4e1abe22384df80c9600e85661aa5f40d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: std.iq80310,v 1.24 2018/10/07 07:48:44 skrll Exp $
#
# standard NetBSD/evbarm for IQ80310 options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in IQ80310 config definitions.
include "arch/evbarm/conf/files.iq80310"
options EXEC_AOUT
options KERNEL_BASE_EXT=0xc0000000
makeoptions BOARDTYPE="iq80310"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80310"
options ARM_INTR_IMPL="<arch/evbarm/iq80310/iq80310_intr.h>"
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE
|