27 lines
683 B
Plaintext
27 lines
683 B
Plaintext
# $NetBSD: std.hdl_g,v 1.3 2008/01/27 12:37:11 chris Exp $
|
|
#
|
|
# standard NetBSD/evbarm for I-O DATA HDL-G options
|
|
|
|
machine evbarm arm
|
|
include "conf/std" # MI standard options
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
|
|
|
# Pull in HDL-G config definitions.
|
|
include "arch/evbarm/conf/files.hdl_g"
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
#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
|