1 1.6 cliff # $NetBSD: std.gemini,v 1.6 2008/11/20 07:45:37 cliff Exp $ 2 1.1 matt # 3 1.1 matt # standard NetBSD/evbarm for GEMINI options 4 1.1 matt 5 1.1 matt machine evbarm arm 6 1.1 matt include "conf/std" # MI standard options 7 1.1 matt 8 1.1 matt # Pull in GEMINI config definitions. 9 1.1 matt include "arch/evbarm/conf/files.gemini" 10 1.1 matt 11 1.1 matt options EXEC_ELF32 12 1.1 matt options EXEC_SCRIPT 13 1.1 matt 14 1.1 matt # To support easy transit to ../arch/arm/arm32 15 1.1 matt options ARM32 16 1.1 matt options ARM9 17 1.6 cliff options __HAVE_FAST_SOFTINTS # should be in types.h 18 1.1 matt options __HAVE_PCI_CONF_HOOK # should be in types.h 19 1.1 matt 20 1.4 cliff makeoptions KERNEL_BASE_PHYS="0x00200000" 21 1.2 matt makeoptions KERNEL_BASE_VIRT="0x80200000" 22 1.4 cliff makeoptions LOADADDRESS="0x00200000" 23 1.1 matt makeoptions BOARDTYPE="gemini" 24 1.1 matt makeoptions BOARDMKFRAG="${THISARM}/conf/mk.gemini" 25 1.1 matt makeoptions CPPFLAGS+="-I$S/../../../include" 26 1.1 matt 27 1.1 matt options EVBARM_BOARDTYPE=gemini 28 1.1 matt options ARM_INTR_IMPL="<arch/arm/gemini/gemini_intr.h>" 29 1.2 matt #options ARM_GENERIC_TODR 30 1.1 matt 31