Date: Thu, 7 May 2015 12:38:24 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r282576 - head/sys/arm/conf Message-ID: <201505071238.t47CcOYZ097753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Thu May 7 12:38:23 2015 New Revision: 282576 URL: https://svnweb.freebsd.org/changeset/base/282576 Log: Clean up the ARM kernel configs to use 'include<space><tab>"file"'. Modified: head/sys/arm/conf/AML8726 head/sys/arm/conf/APALIS-IMX6 head/sys/arm/conf/ARMADAXP head/sys/arm/conf/ARNDALE head/sys/arm/conf/ARNDALE-OCTA head/sys/arm/conf/ATMEL head/sys/arm/conf/AVILA head/sys/arm/conf/BEAGLEBONE head/sys/arm/conf/BWCT head/sys/arm/conf/CAMBRIA head/sys/arm/conf/CHROMEBOOK head/sys/arm/conf/CHROMEBOOK-PEACH-PIT head/sys/arm/conf/CHROMEBOOK-SNOW head/sys/arm/conf/CHROMEBOOK-SPRING head/sys/arm/conf/CNS11XXNAS head/sys/arm/conf/COLIBRI-VF50 head/sys/arm/conf/COSMIC head/sys/arm/conf/CRB head/sys/arm/conf/CUBIEBOARD head/sys/arm/conf/CUBIEBOARD2 head/sys/arm/conf/DB-78XXX head/sys/arm/conf/DB-88F5XXX head/sys/arm/conf/DB-88F6XXX head/sys/arm/conf/DIGI-CCWMX53 head/sys/arm/conf/DOCKSTAR head/sys/arm/conf/DREAMPLUG-1001 head/sys/arm/conf/EA3250 head/sys/arm/conf/EB9200 head/sys/arm/conf/EFIKA_MX head/sys/arm/conf/EP80219 head/sys/arm/conf/ETHERNUT5 head/sys/arm/conf/EXYNOS5.common head/sys/arm/conf/EXYNOS5250 head/sys/arm/conf/EXYNOS5420 head/sys/arm/conf/GUMSTIX head/sys/arm/conf/HL200 head/sys/arm/conf/HL201 head/sys/arm/conf/IMX53 head/sys/arm/conf/IMX53-QSB head/sys/arm/conf/IMX6 head/sys/arm/conf/IQ31244 head/sys/arm/conf/KB920X head/sys/arm/conf/LN2410SBC head/sys/arm/conf/NSLU head/sys/arm/conf/PANDABOARD head/sys/arm/conf/QILA9G20 head/sys/arm/conf/QUARTZ head/sys/arm/conf/RADXA head/sys/arm/conf/RADXA-LITE head/sys/arm/conf/RK3188 head/sys/arm/conf/RPI-B head/sys/arm/conf/RPI2 head/sys/arm/conf/SAM9260EK head/sys/arm/conf/SAM9G20EK head/sys/arm/conf/SAM9X25EK head/sys/arm/conf/SHEEVAPLUG head/sys/arm/conf/SN9G45 head/sys/arm/conf/SOCKIT.common head/sys/arm/conf/TS7800 head/sys/arm/conf/VERSATILEPB head/sys/arm/conf/VIRT head/sys/arm/conf/VYBRID head/sys/arm/conf/WANDBOARD-DUAL head/sys/arm/conf/WANDBOARD-QUAD head/sys/arm/conf/WANDBOARD-SOLO head/sys/arm/conf/ZEDBOARD Modified: head/sys/arm/conf/AML8726 ============================================================================== --- head/sys/arm/conf/AML8726 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/AML8726 Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ ident AML8726 -include "std.armv6" +include "std.armv6" include "../amlogic/aml8726/std.aml8726" options HZ=100 Modified: head/sys/arm/conf/APALIS-IMX6 ============================================================================== --- head/sys/arm/conf/APALIS-IMX6 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/APALIS-IMX6 Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "IMX6" +include "IMX6" ident APALIS-IMX6 makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/ARMADAXP ============================================================================== --- head/sys/arm/conf/ARMADAXP Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ARMADAXP Thu May 7 12:38:23 2015 (r282576) @@ -20,8 +20,8 @@ ident MV-88F78XX0 -include "std.armv6" -include "../mv/armadaxp/std.mv78x60" +include "std.armv6" +include "../mv/armadaxp/std.mv78x60" options SOC_MV_ARMADAXP Modified: head/sys/arm/conf/ARNDALE ============================================================================== --- head/sys/arm/conf/ARNDALE Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ARNDALE Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "EXYNOS5250" +include "EXYNOS5250" ident ARNDALE #FDT Modified: head/sys/arm/conf/ARNDALE-OCTA ============================================================================== --- head/sys/arm/conf/ARNDALE-OCTA Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ARNDALE-OCTA Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "EXYNOS5420" +include "EXYNOS5420" ident ARNDALE-OCTA #FDT Modified: head/sys/arm/conf/ATMEL ============================================================================== --- head/sys/arm/conf/ATMEL Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ATMEL Thu May 7 12:38:23 2015 (r282576) @@ -6,8 +6,8 @@ ident ATMEL -include "std.arm" -include "../at91/std.atmel" +include "std.arm" +include "../at91/std.atmel" # Typical values for most SoCs and board configurations. Will not work for # at91sam9g45 or on some boards with non u-boot boot loaders. Modified: head/sys/arm/conf/AVILA ============================================================================== --- head/sys/arm/conf/AVILA Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/AVILA Thu May 7 12:38:23 2015 (r282576) @@ -20,10 +20,10 @@ ident AVILA -include "std.arm" -include "../xscale/ixp425/std.ixp425" +include "std.arm" +include "../xscale/ixp425/std.ixp425" # NB: memory mapping is defined in std.avila -include "../xscale/ixp425/std.avila" +include "../xscale/ixp425/std.avila" options XSCALE_CACHE_READ_WRITE_ALLOCATE #To statically compile in device wiring instead of /boot/device.hints hints "AVILA.hints" # Default places to look for devices. Modified: head/sys/arm/conf/BEAGLEBONE ============================================================================== --- head/sys/arm/conf/BEAGLEBONE Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/BEAGLEBONE Thu May 7 12:38:23 2015 (r282576) @@ -23,8 +23,8 @@ ident BEAGLEBONE -include "std.armv6" -include "../ti/am335x/std.am335x" +include "std.armv6" +include "../ti/am335x/std.am335x" makeoptions MODULES_EXTRA="dtb/am335x" Modified: head/sys/arm/conf/BWCT ============================================================================== --- head/sys/arm/conf/BWCT Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/BWCT Thu May 7 12:38:23 2015 (r282576) @@ -21,10 +21,10 @@ ident BWCT -include "std.arm" +include "std.arm" options VERBOSE_INIT_ARM -include "../at91/std.bwct" +include "../at91/std.bwct" #To statically compile in device wiring instead of /boot/device.hints hints "BWCT.hints" Modified: head/sys/arm/conf/CAMBRIA ============================================================================== --- head/sys/arm/conf/CAMBRIA Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CAMBRIA Thu May 7 12:38:23 2015 (r282576) @@ -20,10 +20,10 @@ ident CAMBRIA -include "std.arm" -include "../xscale/ixp425/std.ixp435" +include "std.arm" +include "../xscale/ixp425/std.ixp435" # NB: memory mapping is defined in std.avila -include "../xscale/ixp425/std.avila" +include "../xscale/ixp425/std.avila" options XSCALE_CACHE_READ_WRITE_ALLOCATE #To statically compile in device wiring instead of /boot/device.hints hints "CAMBRIA.hints" # Default places to look for devices. Modified: head/sys/arm/conf/CHROMEBOOK ============================================================================== --- head/sys/arm/conf/CHROMEBOOK Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CHROMEBOOK Thu May 7 12:38:23 2015 (r282576) @@ -17,7 +17,7 @@ # # $FreeBSD$ -include "EXYNOS5250" +include "EXYNOS5250" ident CHROMEBOOK hints "CHROMEBOOK.hints" Modified: head/sys/arm/conf/CHROMEBOOK-PEACH-PIT ============================================================================== --- head/sys/arm/conf/CHROMEBOOK-PEACH-PIT Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CHROMEBOOK-PEACH-PIT Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "EXYNOS5420" +include "EXYNOS5420" ident CHROMEBOOK-PEACH-PIT hints "CHROMEBOOK-PEACH-PIT.hints" Modified: head/sys/arm/conf/CHROMEBOOK-SNOW ============================================================================== --- head/sys/arm/conf/CHROMEBOOK-SNOW Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CHROMEBOOK-SNOW Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "CHROMEBOOK" +include "CHROMEBOOK" ident CHROMEBOOK-SNOW #FDT Modified: head/sys/arm/conf/CHROMEBOOK-SPRING ============================================================================== --- head/sys/arm/conf/CHROMEBOOK-SPRING Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CHROMEBOOK-SPRING Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "CHROMEBOOK" +include "CHROMEBOOK" ident CHROMEBOOK-SPRING #FDT Modified: head/sys/arm/conf/CNS11XXNAS ============================================================================== --- head/sys/arm/conf/CNS11XXNAS Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CNS11XXNAS Thu May 7 12:38:23 2015 (r282576) @@ -20,14 +20,14 @@ ident CNS11XXNAS -include "std.arm" +include "std.arm" #options PHYSADDR=0x10000000 #options KERNPHYSADDR=0x10200000 #options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm #options FLASHADDR=0x50000000 #options LOADERRAMADDR=0x00000000 -include "../cavium/cns11xx/std.econa" +include "../cavium/cns11xx/std.econa" makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/COLIBRI-VF50 ============================================================================== --- head/sys/arm/conf/COLIBRI-VF50 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/COLIBRI-VF50 Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "VYBRID" +include "VYBRID" ident COLIBRI-VF50 #FDT Modified: head/sys/arm/conf/COSMIC ============================================================================== --- head/sys/arm/conf/COSMIC Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/COSMIC Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "VYBRID" +include "VYBRID" ident COSMIC #FDT Modified: head/sys/arm/conf/CRB ============================================================================== --- head/sys/arm/conf/CRB Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CRB Thu May 7 12:38:23 2015 (r282576) @@ -19,13 +19,13 @@ ident CRB -include "std.arm" +include "std.arm" options PHYSADDR=0x00000000 options KERNPHYSADDR=0x00200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm options COUNTS_PER_SEC=400000000 -include "../xscale/i8134x/std.crb" +include "../xscale/i8134x/std.crb" makeoptions MODULES_OVERRIDE="" #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols Modified: head/sys/arm/conf/CUBIEBOARD ============================================================================== --- head/sys/arm/conf/CUBIEBOARD Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CUBIEBOARD Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident CUBIEBOARD -include "std.armv6" -include "../allwinner/std.a10" +include "std.armv6" +include "../allwinner/std.a10" options HZ=100 options SCHED_4BSD # 4BSD scheduler Modified: head/sys/arm/conf/CUBIEBOARD2 ============================================================================== --- head/sys/arm/conf/CUBIEBOARD2 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/CUBIEBOARD2 Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident CUBIEBOARD2 -include "std.armv6" -include "../allwinner/a20/std.a20" +include "std.armv6" +include "../allwinner/a20/std.a20" options HZ=100 options SCHED_ULE # ULE scheduler Modified: head/sys/arm/conf/DB-78XXX ============================================================================== --- head/sys/arm/conf/DB-78XXX Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DB-78XXX Thu May 7 12:38:23 2015 (r282576) @@ -5,8 +5,8 @@ # ident DB-88F78XX -include "std.arm" -include "../mv/discovery/std.db78xxx" +include "std.arm" +include "../mv/discovery/std.db78xxx" options SOC_MV_DISCOVERY Modified: head/sys/arm/conf/DB-88F5XXX ============================================================================== --- head/sys/arm/conf/DB-88F5XXX Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DB-88F5XXX Thu May 7 12:38:23 2015 (r282576) @@ -5,8 +5,8 @@ # ident DB-88F5XXX -include "std.arm" -include "../mv/orion/std.db88f5xxx" +include "std.arm" +include "../mv/orion/std.db88f5xxx" options SOC_MV_ORION Modified: head/sys/arm/conf/DB-88F6XXX ============================================================================== --- head/sys/arm/conf/DB-88F6XXX Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DB-88F6XXX Thu May 7 12:38:23 2015 (r282576) @@ -5,8 +5,8 @@ # ident DB-88F6XXX -include "std.arm" -include "../mv/kirkwood/std.db88f6xxx" +include "std.arm" +include "../mv/kirkwood/std.db88f6xxx" options SOC_MV_KIRKWOOD Modified: head/sys/arm/conf/DIGI-CCWMX53 ============================================================================== --- head/sys/arm/conf/DIGI-CCWMX53 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DIGI-CCWMX53 Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "IMX53" +include "IMX53" ident DIGI-CCWMX53 makeoptions WITHOUT_MODULES="ahc" Modified: head/sys/arm/conf/DOCKSTAR ============================================================================== --- head/sys/arm/conf/DOCKSTAR Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DOCKSTAR Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident DOCKSTAR -include "std.arm" -include "../mv/kirkwood/std.db88f6xxx" +include "std.arm" +include "../mv/kirkwood/std.db88f6xxx" makeoptions FDT_DTS_FILE=dockstar.dts Modified: head/sys/arm/conf/DREAMPLUG-1001 ============================================================================== --- head/sys/arm/conf/DREAMPLUG-1001 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/DREAMPLUG-1001 Thu May 7 12:38:23 2015 (r282576) @@ -24,8 +24,8 @@ ident DREAMPLUG-1001 -include "std.arm" -include "../mv/kirkwood/std.db88f6xxx" +include "std.arm" +include "../mv/kirkwood/std.db88f6xxx" makeoptions FDT_DTS_FILE=dreamplug-1001.dts Modified: head/sys/arm/conf/EA3250 ============================================================================== --- head/sys/arm/conf/EA3250 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EA3250 Thu May 7 12:38:23 2015 (r282576) @@ -5,8 +5,8 @@ # ident EA3250 -include "std.arm" -include "../lpc/std.lpc" +include "std.arm" +include "../lpc/std.lpc" hints "EA3250.hints" makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/EB9200 ============================================================================== --- head/sys/arm/conf/EB9200 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EB9200 Thu May 7 12:38:23 2015 (r282576) @@ -16,8 +16,8 @@ ident EB9200 -include "std.arm" -include "../at91/std.eb9200" +include "std.arm" +include "../at91/std.eb9200" # The AT91 platform doesn't use /boot/loader, so we have to statically wire # hints. hints "EB9200.hints" Modified: head/sys/arm/conf/EFIKA_MX ============================================================================== --- head/sys/arm/conf/EFIKA_MX Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EFIKA_MX Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ ident EFIKA_MX -include "std.armv6" +include "std.armv6" include "../freescale/imx/std.imx51" makeoptions WITHOUT_MODULES="ahc" Modified: head/sys/arm/conf/EP80219 ============================================================================== --- head/sys/arm/conf/EP80219 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EP80219 Thu May 7 12:38:23 2015 (r282576) @@ -19,13 +19,13 @@ ident EP80219 -include "std.arm" +include "std.arm" options PHYSADDR=0xa0000000 options KERNPHYSADDR=0xa0200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm #options ARM32_NEW_VM_LAYOUT -include "../xscale/i80321/std.ep80219" +include "../xscale/i80321/std.ep80219" makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols Modified: head/sys/arm/conf/ETHERNUT5 ============================================================================== --- head/sys/arm/conf/ETHERNUT5 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ETHERNUT5 Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident ETHERNUT5 -include "std.arm" -include "../at91/std.ethernut5" +include "std.arm" +include "../at91/std.ethernut5" # To statically compile in device wiring instead of /boot/device.hints hints "ETHERNUT5.hints" Modified: head/sys/arm/conf/EXYNOS5.common ============================================================================== --- head/sys/arm/conf/EXYNOS5.common Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EXYNOS5.common Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ makeoptions WERROR="-Werror" -include "std.armv6" +include "std.armv6" options HZ=100 options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption Modified: head/sys/arm/conf/EXYNOS5250 ============================================================================== --- head/sys/arm/conf/EXYNOS5250 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EXYNOS5250 Thu May 7 12:38:23 2015 (r282576) @@ -18,8 +18,8 @@ # $FreeBSD$ ident EXYNOS5250 -include "EXYNOS5.common" -include "../samsung/exynos/std.exynos5250" +include "EXYNOS5.common" +include "../samsung/exynos/std.exynos5250" #FDT options FDT Modified: head/sys/arm/conf/EXYNOS5420 ============================================================================== --- head/sys/arm/conf/EXYNOS5420 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/EXYNOS5420 Thu May 7 12:38:23 2015 (r282576) @@ -18,8 +18,8 @@ # $FreeBSD$ ident EXYNOS5420 -include "EXYNOS5.common" -include "../samsung/exynos/std.exynos5420" +include "EXYNOS5.common" +include "../samsung/exynos/std.exynos5420" #FDT options FDT Modified: head/sys/arm/conf/GUMSTIX ============================================================================== --- head/sys/arm/conf/GUMSTIX Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/GUMSTIX Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ # $FreeBSD$ ident GUMSTIX -include "std.arm" +include "std.arm" cpu CPU_XSCALE_PXA2X0 # This probably wants to move somewhere else. Maybe we can create a basic @@ -31,7 +31,7 @@ options PHYSADDR=0xa0000000 options KERNPHYSADDR=0xa0200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm -include "../xscale/pxa/std.pxa" +include "../xscale/pxa/std.pxa" makeoptions MODULES_OVERRIDE="" makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols Modified: head/sys/arm/conf/HL200 ============================================================================== --- head/sys/arm/conf/HL200 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/HL200 Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident HL200 -include "std.arm" -include "../at91/std.hl200" +include "std.arm" +include "../at91/std.hl200" #To statically compile in device wiring instead of /boot/device.hints hints "KB920X.hints" Modified: head/sys/arm/conf/HL201 ============================================================================== --- head/sys/arm/conf/HL201 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/HL201 Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident HL201 -include "std.arm" -include "../at91/std.hl201" +include "std.arm" +include "../at91/std.hl201" makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/IMX53 ============================================================================== --- head/sys/arm/conf/IMX53 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/IMX53 Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ ident IMX53 -include "std.armv6" +include "std.armv6" include "../freescale/imx/std.imx53" options SOC_IMX53 Modified: head/sys/arm/conf/IMX53-QSB ============================================================================== --- head/sys/arm/conf/IMX53-QSB Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/IMX53-QSB Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "IMX53" +include "IMX53" ident IMX53-QSB options HZ=250 # 4ms scheduling quantum Modified: head/sys/arm/conf/IMX6 ============================================================================== --- head/sys/arm/conf/IMX6 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/IMX6 Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ # $FreeBSD$ ident IMX6 -include "std.armv6" +include "std.armv6" include "../freescale/imx/std.imx6" options SOC_IMX6 Modified: head/sys/arm/conf/IQ31244 ============================================================================== --- head/sys/arm/conf/IQ31244 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/IQ31244 Thu May 7 12:38:23 2015 (r282576) @@ -19,14 +19,14 @@ ident IQ31244 -include "std.arm" +include "std.arm" options PHYSADDR=0xa0000000 options KERNPHYSADDR=0xa0200000 options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm options FLASHADDR=0xf0000000 options LOADERRAMADDR=0x00000000 -include "../xscale/i80321/std.iq31244" +include "../xscale/i80321/std.iq31244" makeoptions MODULES_OVERRIDE="" #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols Modified: head/sys/arm/conf/KB920X ============================================================================== --- head/sys/arm/conf/KB920X Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/KB920X Thu May 7 12:38:23 2015 (r282576) @@ -22,8 +22,8 @@ ident KB920X -include "std.arm" -include "../at91/std.kb920x" +include "std.arm" +include "../at91/std.kb920x" # The AT91 platform doesn't use /boot/loader, so we have to statically wire # hints. hints "KB920X.hints" Modified: head/sys/arm/conf/LN2410SBC ============================================================================== --- head/sys/arm/conf/LN2410SBC Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/LN2410SBC Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ ident LN2410SBC -include "std.arm" +include "std.arm" include "../samsung/s3c2xx0/std.ln2410sbc" #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. Modified: head/sys/arm/conf/NSLU ============================================================================== --- head/sys/arm/conf/NSLU Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/NSLU Thu May 7 12:38:23 2015 (r282576) @@ -21,7 +21,7 @@ ident NSLU -include "std.arm" +include "std.arm" # XXX What is defined in std.avila does not exactly match the following: #options PHYSADDR=0x10000000 #options KERNPHYSADDR=0x10200000 @@ -29,9 +29,9 @@ include "std.arm" #options FLASHADDR=0x50000000 #options LOADERRAMADDR=0x00000000 -include "../xscale/ixp425/std.ixp425" +include "../xscale/ixp425/std.ixp425" # NB: memory mapping is defined in std.avila (see also comment above) -include "../xscale/ixp425/std.avila" +include "../xscale/ixp425/std.avila" options XSCALE_CACHE_READ_WRITE_ALLOCATE #To statically compile in device wiring instead of /boot/device.hints hints "NSLU.hints" # Default places to look for devices. Modified: head/sys/arm/conf/PANDABOARD ============================================================================== --- head/sys/arm/conf/PANDABOARD Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/PANDABOARD Thu May 7 12:38:23 2015 (r282576) @@ -27,7 +27,7 @@ ident PANDABOARD hints "PANDABOARD.hints" -include "std.armv6" +include "std.armv6" include "../ti/omap4/pandaboard/std.pandaboard" options HZ=100 Modified: head/sys/arm/conf/QILA9G20 ============================================================================== --- head/sys/arm/conf/QILA9G20 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/QILA9G20 Thu May 7 12:38:23 2015 (r282576) @@ -22,8 +22,8 @@ ident QILA9G20 -include "std.arm" -include "../at91/std.qila9g20" +include "std.arm" +include "../at91/std.qila9g20" #To statically compile in device wiring instead of /boot/device.hints hints "QILA9G20.hints" Modified: head/sys/arm/conf/QUARTZ ============================================================================== --- head/sys/arm/conf/QUARTZ Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/QUARTZ Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "VYBRID" +include "VYBRID" ident QUARTZ #FDT Modified: head/sys/arm/conf/RADXA ============================================================================== --- head/sys/arm/conf/RADXA Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/RADXA Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ #NO_UNIVERSE -include "RK3188" +include "RK3188" ident RADXA # Flattened Device Tree Modified: head/sys/arm/conf/RADXA-LITE ============================================================================== --- head/sys/arm/conf/RADXA-LITE Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/RADXA-LITE Thu May 7 12:38:23 2015 (r282576) @@ -20,7 +20,7 @@ #NO_UNIVERSE -include "RK3188" +include "RK3188" ident RADXA-LITE # Flattened Device Tree Modified: head/sys/arm/conf/RK3188 ============================================================================== --- head/sys/arm/conf/RK3188 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/RK3188 Thu May 7 12:38:23 2015 (r282576) @@ -20,8 +20,8 @@ ident RK3188 -include "std.armv6" -include "../rockchip/std.rk30xx" +include "std.armv6" +include "../rockchip/std.rk30xx" options HZ=100 options SCHED_ULE # ULE scheduler Modified: head/sys/arm/conf/RPI-B ============================================================================== --- head/sys/arm/conf/RPI-B Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/RPI-B Thu May 7 12:38:23 2015 (r282576) @@ -20,9 +20,9 @@ ident RPI-B -include "std.armv6" -include "../broadcom/bcm2835/std.rpi" -include "../broadcom/bcm2835/std.bcm2835" +include "std.armv6" +include "../broadcom/bcm2835/std.rpi" +include "../broadcom/bcm2835/std.bcm2835" options HZ=100 options SCHED_4BSD # 4BSD scheduler Modified: head/sys/arm/conf/RPI2 ============================================================================== --- head/sys/arm/conf/RPI2 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/RPI2 Thu May 7 12:38:23 2015 (r282576) @@ -20,9 +20,9 @@ ident RPI2 -include "std.armv6" -include "../broadcom/bcm2835/std.rpi" -include "../broadcom/bcm2835/std.bcm2836" +include "std.armv6" +include "../broadcom/bcm2835/std.rpi" +include "../broadcom/bcm2835/std.bcm2836" options HZ=100 options SCHED_4BSD # 4BSD scheduler Modified: head/sys/arm/conf/SAM9260EK ============================================================================== --- head/sys/arm/conf/SAM9260EK Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SAM9260EK Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident SAM9260EK -include "std.arm" -include "../at91/std.sam9260ek" +include "std.arm" +include "../at91/std.sam9260ek" # To statically compile in device wiring instead of /boot/device.hints hints "SAM9260EK.hints" Modified: head/sys/arm/conf/SAM9G20EK ============================================================================== --- head/sys/arm/conf/SAM9G20EK Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SAM9G20EK Thu May 7 12:38:23 2015 (r282576) @@ -19,8 +19,8 @@ ident SAM9G20EK -include "std.arm" -include "../at91/std.sam9g20ek" +include "std.arm" +include "../at91/std.sam9g20ek" #To statically compile in device wiring instead of /boot/device.hints hints "SAM9G20EK.hints" Modified: head/sys/arm/conf/SAM9X25EK ============================================================================== --- head/sys/arm/conf/SAM9X25EK Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SAM9X25EK Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident SAM9X25EK -include "std.arm" -include "../at91/std.sam9x25ek" +include "std.arm" +include "../at91/std.sam9x25ek" #To statically compile in device wiring instead of /boot/device.hints hints "SAM9G20EK.hints" Modified: head/sys/arm/conf/SHEEVAPLUG ============================================================================== --- head/sys/arm/conf/SHEEVAPLUG Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SHEEVAPLUG Thu May 7 12:38:23 2015 (r282576) @@ -6,8 +6,8 @@ #NO_UNIVERSE ident SHEEVAPLUG -include "std.arm" -include "../mv/kirkwood/std.db88f6xxx" +include "std.arm" +include "../mv/kirkwood/std.db88f6xxx" options SOC_MV_KIRKWOOD Modified: head/sys/arm/conf/SN9G45 ============================================================================== --- head/sys/arm/conf/SN9G45 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SN9G45 Thu May 7 12:38:23 2015 (r282576) @@ -21,8 +21,8 @@ ident SN9G45 -include "std.arm" -include "../at91/std.sn9g45" +include "std.arm" +include "../at91/std.sn9g45" #To statically compile in device wiring instead of /boot/device.hints #hints "SN9G45.hints" Modified: head/sys/arm/conf/SOCKIT.common ============================================================================== --- head/sys/arm/conf/SOCKIT.common Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/SOCKIT.common Thu May 7 12:38:23 2015 (r282576) @@ -18,7 +18,7 @@ # # $FreeBSD$ -include "std.armv6" +include "std.armv6" include "../altera/socfpga/std.socfpga" makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/TS7800 ============================================================================== --- head/sys/arm/conf/TS7800 Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/TS7800 Thu May 7 12:38:23 2015 (r282576) @@ -5,8 +5,8 @@ # ident TS7800 -include "std.arm" -include "../mv/orion/std.ts7800" +include "std.arm" +include "../mv/orion/std.ts7800" options SOC_MV_ORION Modified: head/sys/arm/conf/VERSATILEPB ============================================================================== --- head/sys/arm/conf/VERSATILEPB Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/VERSATILEPB Thu May 7 12:38:23 2015 (r282576) @@ -22,7 +22,7 @@ ident VERSATILEPB machine arm armv6 cpu CPU_ARM1176 -include "std.armv6" +include "std.armv6" files "../versatile/files.versatile" makeoptions MODULES_OVERRIDE="" Modified: head/sys/arm/conf/VIRT ============================================================================== --- head/sys/arm/conf/VIRT Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/VIRT Thu May 7 12:38:23 2015 (r282576) @@ -20,8 +20,8 @@ ident VIRT -include "std.armv6" -include "../qemu/std.virt" +include "std.armv6" +include "../qemu/std.virt" options HZ=100 options SCHED_4BSD # 4BSD scheduler Modified: head/sys/arm/conf/VYBRID ============================================================================== --- head/sys/arm/conf/VYBRID Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/VYBRID Thu May 7 12:38:23 2015 (r282576) @@ -19,8 +19,8 @@ # $FreeBSD$ ident VYBRID -include "std.armv6" -include "../freescale/vybrid/std.vybrid" +include "std.armv6" +include "../freescale/vybrid/std.vybrid" makeoptions WERROR="-Werror" Modified: head/sys/arm/conf/WANDBOARD-DUAL ============================================================================== --- head/sys/arm/conf/WANDBOARD-DUAL Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/WANDBOARD-DUAL Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "IMX6" +include "IMX6" ident WANDBOARD-DUAL # Flattened Device Tree Modified: head/sys/arm/conf/WANDBOARD-QUAD ============================================================================== --- head/sys/arm/conf/WANDBOARD-QUAD Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/WANDBOARD-QUAD Thu May 7 12:38:23 2015 (r282576) @@ -19,7 +19,7 @@ #NO_UNIVERSE -include "IMX6" +include "IMX6" ident WANDBOARD-QUAD # Flattened Device Tree Modified: head/sys/arm/conf/WANDBOARD-SOLO ============================================================================== --- head/sys/arm/conf/WANDBOARD-SOLO Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/WANDBOARD-SOLO Thu May 7 12:38:23 2015 (r282576) @@ -17,7 +17,7 @@ # # $FreeBSD$ -include "IMX6" +include "IMX6" ident WANDBOARD-SOLO nooptions SMP Modified: head/sys/arm/conf/ZEDBOARD ============================================================================== --- head/sys/arm/conf/ZEDBOARD Thu May 7 12:15:45 2015 (r282575) +++ head/sys/arm/conf/ZEDBOARD Thu May 7 12:38:23 2015 (r282576) @@ -21,7 +21,7 @@ ident ZEDBOARD -include "std.armv6" +include "std.armv6" include "../xilinx/zedboard/std.zedboard" options SCHED_ULE # ULE scheduler
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505071238.t47CcOYZ097753>