1 # $NetBSD: std.hdl_g,v 1.2 2006/12/18 13:50:58 nonaka Exp $ 2 # 3 # standard NetBSD/evbarm for I-O DATA HDL-G options 4 5 machine evbarm arm 6 include "conf/std" # MI standard options 7 8 # Pull in HDL-G config definitions. 9 include "arch/evbarm/conf/files.hdl_g" 10 11 options EXEC_ELF32 12 options EXEC_SCRIPT 13 14 # To support easy transit to ../arch/arm/arm32 15 options ARM32 16 17 #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 18 19 makeoptions BOARDTYPE="hdlg" 20 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.hdl_g" 21 22 options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>" 23 24 # We need to configure the PCI bus. 25 options PCI_NETBSD_CONFIGURE 26