5df18e69a7
as well as include conf/std and std.arm
20 lines
517 B
Plaintext
20 lines
517 B
Plaintext
# $NetBSD: std.hdl_g,v 1.5 2012/12/16 23:47:56 matt 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"
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
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
|