1 1.10 kiyohara # $NetBSD: std.ixdp425,v 1.10 2008/06/22 08:27:18 kiyohara Exp $ 2 1.1 ichiro # 3 1.1 ichiro # standard NetBSD/evbarm for IXDP425 options 4 1.1 ichiro 5 1.1 ichiro machine evbarm arm 6 1.6 yamt include "conf/std" # MI standard options 7 1.8 chris include "arch/arm/conf/std.arm" # arch standard options 8 1.1 ichiro 9 1.1 ichiro # Pull in IXDP425 config definitions. 10 1.1 ichiro include "arch/evbarm/conf/files.ixdp425" 11 1.1 ichiro 12 1.1 ichiro options EXEC_ELF32 13 1.1 ichiro options EXEC_AOUT 14 1.1 ichiro options EXEC_SCRIPT 15 1.5 scw options ARM32 16 1.1 ichiro 17 1.5 scw options COM_PXA2X0 # Enable IXP Uart support in com(4) 18 1.1 ichiro 19 1.1 ichiro #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 20 1.1 ichiro 21 1.10 kiyohara options KERNEL_BASE_EXT=0xc0000000 22 1.1 ichiro makeoptions LOADADDRESS="0xc0200000" 23 1.1 ichiro makeoptions BOARDMKFRAG="${THISARM}/conf/mk.ixdp425" 24 1.1 ichiro 25 1.1 ichiro options ARM_INTR_IMPL="<arch/arm/xscale/ixp425_intr.h>" 26 1.1 ichiro 27 1.1 ichiro # We need to configure the PCI bus. 28 1.4 ichiro options PCI_NETBSD_CONFIGURE 29