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