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