1 1.12 chris # $NetBSD: std.smdk2800,v 1.12 2008/01/27 12:37:12 chris Exp $ 2 1.1 bsh # 3 1.7 bsh # standard NetBSD/evbarm for SMDK2800 options 4 1.1 bsh 5 1.1 bsh machine evbarm arm 6 1.10 yamt include "conf/std" # MI standard options 7 1.12 chris include "arch/arm/conf/std.arm" # arch standard options 8 1.1 bsh 9 1.7 bsh # Config definitions for SMDK2800 10 1.1 bsh include "arch/evbarm/conf/files.smdk2800" 11 1.1 bsh 12 1.1 bsh options EXEC_ELF32 13 1.1 bsh options EXEC_AOUT 14 1.1 bsh options EXEC_SCRIPT 15 1.1 bsh 16 1.1 bsh # To support easy transit to ../arch/arm/arm32 17 1.1 bsh options ARM32 18 1.5 thorpej 19 1.9 bsh options ARM9_CACHE_WRITE_THROUGH # we have problem with WB dcache 20 1.5 thorpej #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 21 1.8 bsh 22 1.8 bsh options SSCOM_S3C2800 23 1.1 bsh 24 1.1 bsh makeoptions BOARDTYPE="smdk2800" 25 1.4 thorpej makeoptions BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0" 26 1.7 bsh makeoptions KERNEL_BASE_PHYS=0x08200000 27 1.1 bsh 28 1.2 thorpej options ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2800_intr.h>" 29