Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/perseant-stdc-iso10646]: src/sys/arch/evbarm/conf 2412034



details:   https://anonhg.NetBSD.org/src/rev/ce9c99e91606
branches:  perseant-stdc-iso10646
changeset: 850658:ce9c99e91606
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Jul 16 21:40:29 2017 +0000

description:
2412034

diffstat:

 sys/arch/evbarm/conf/std.vexpress |  36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r e7af3395aa33 -r ce9c99e91606 sys/arch/evbarm/conf/std.vexpress
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbarm/conf/std.vexpress Sun Jul 16 21:40:29 2017 +0000
@@ -0,0 +1,36 @@
+#       $NetBSD: std.vexpress,v 1.7.2.2 2017/07/16 21:40:29 jmcneill Exp $
+#
+# standard NetBSD/evbarm for VEXPRESS options
+
+machine evbarm arm
+include        "arch/evbarm/conf/std.evbarm"
+
+# Pull in VEXPRESS config definitions
+include        "arch/evbarm/conf/files.vexpress"
+
+options        FDT                             # Flattened Device Tree support
+options        DRAM_BLOCKS=256
+options        MODULAR
+options        MODULAR_DEFAULT_AUTOLOAD
+options        ARM_HAS_VBAR
+options        __HAVE_CPU_COUNTER
+options        __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options        __HAVE_FAST_SOFTINTS            # should be in types.h
+#options       __HAVE_MM_MD_DIRECT_MAPPED_PHYS
+options        TPIDRPRW_IS_CURCPU
+options        KERNEL_BASE_EXT=0x80000000
+options        FPU_VFP
+
+makeoptions     KERNEL_BASE_PHYS="0x81000000"
+makeoptions     KERNEL_BASE_VIRT="0x81000000"
+makeoptions     BOARDTYPE="vexpress"
+makeoptions     BOARDMKFRAG="${THISARM}/conf/mk.vexpress"
+makeoptions     CPUFLAGS="-mcpu=cortex-a15 -mfpu=neon"
+
+options         ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
+options         ARM_GENERIC_TODR
+
+# initrd support
+options         MEMORY_DISK_HOOKS
+options         MEMORY_DISK_DYNAMIC
+pseudo-device   md



Home | Main Index | Thread Index | Old Index