[BACK]Return to std.imx6ul CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / evbarm / conf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/evbarm/conf/Attic/std.imx6ul between version 1.1.10.2 and 1.2

version 1.1.10.2, 2020/04/13 08:03:42 version 1.2, 2018/10/07 07:48:44
Line 8  include  "arch/evbarm/conf/std.evbarm"
Line 8  include  "arch/evbarm/conf/std.evbarm"
 # Pull in nitrogen6 config definitions.  # Pull in nitrogen6 config definitions.
 include         "arch/evbarm/conf/files.nitrogen6"  include         "arch/evbarm/conf/files.nitrogen6"
   
 # Architecture opions  
 options         ARM_GENERIC_TODR  
 options         ARM_HAS_VBAR  
 options         ARM_INTR_IMPL="<arch/arm/imx/imx6_intr.h>"  
 options         CORTEX_PMC  
 options         CORTEX_PMC_CCNT_HZ=792000000  
 options         FPU_VFP  
 options         NITROGEN6  options         NITROGEN6
 #options        PMAP_NEED_ALLOC_POOLPAGE  
 options         TPIDRPRW_IS_CURCPU  options         ARM_HAS_VBAR
 options         __HAVE_CPU_COUNTER  options         __HAVE_CPU_COUNTER
 options         __HAVE_FAST_SOFTINTS            # should be in types.h  options         __HAVE_FAST_SOFTINTS            # should be in types.h
 options         __HAVE_GENERIC_START  options         TPIDRPRW_IS_CURCPU
 #options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS  #options        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #options        PMAP_NEED_ALLOC_POOLPAGE  #options        PMAP_NEED_ALLOC_POOLPAGE
   
 makeoptions     BOARDMKFRAG="${THISARM}/conf/mk.imx6ul"  makeoptions     CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
 makeoptions     CPPFLAGS+="-I$S/../../../include"  
 makeoptions     CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"  # To support easy transit to ../arch/arm/arm32
   options         FPU_VFP
   options         CORTEX_PMC
   options         CORTEX_PMC_CCNT_HZ=792000000
   
   options         KERNEL_BASE_EXT=0x80000000
 makeoptions     KERNEL_BASE_PHYS="0x80800000"  makeoptions     KERNEL_BASE_PHYS="0x80800000"
 makeoptions     KERNEL_BASE_VIRT="0x80800000"  makeoptions     KERNEL_BASE_VIRT="0x80800000"
   
   makeoptions     BOARDMKFRAG="${THISARM}/conf/mk.imx6ul"
   makeoptions     CPPFLAGS+="-I$S/../../../include"
   
   options         ARM_INTR_IMPL="<arch/arm/imx/imx6_intr.h>"
   options         ARM_GENERIC_TODR

Legend:
Removed from v.1.1.10.2  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>