blob: 82503853a7f6ad169fc391b62838f171987c1c5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: std.hdl_g,v 1.8 2021/06/29 11:35:28 rin Exp $
#
# standard NetBSD/evbarm for I-O DATA HDL-G options
machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in HDL-G config definitions.
include "arch/evbarm/conf/files.hdl_g"
makeoptions BOARDTYPE="hdlg"
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.hdl_g"
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
# We need to configure the PCI bus.
options PCI_NETBSD_CONFIGURE
options KERNEL_BASE_EXT=0xc0000000
|