mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Clean up the ARM kernel configs to use 'include<space><tab>"file"'.
This commit is contained in:
parent
db037aa4ed
commit
d667b90d53
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282576
@ -20,7 +20,7 @@
|
||||
|
||||
ident AML8726
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../amlogic/aml8726/std.aml8726"
|
||||
|
||||
options HZ=100
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "IMX6"
|
||||
include "IMX6"
|
||||
ident APALIS-IMX6
|
||||
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "EXYNOS5250"
|
||||
include "EXYNOS5250"
|
||||
ident ARNDALE
|
||||
|
||||
#FDT
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "EXYNOS5420"
|
||||
include "EXYNOS5420"
|
||||
ident ARNDALE-OCTA
|
||||
|
||||
#FDT
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include "EXYNOS5250"
|
||||
include "EXYNOS5250"
|
||||
ident CHROMEBOOK
|
||||
|
||||
hints "CHROMEBOOK.hints"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "EXYNOS5420"
|
||||
include "EXYNOS5420"
|
||||
ident CHROMEBOOK-PEACH-PIT
|
||||
|
||||
hints "CHROMEBOOK-PEACH-PIT.hints"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "CHROMEBOOK"
|
||||
include "CHROMEBOOK"
|
||||
ident CHROMEBOOK-SNOW
|
||||
|
||||
#FDT
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "CHROMEBOOK"
|
||||
include "CHROMEBOOK"
|
||||
ident CHROMEBOOK-SPRING
|
||||
|
||||
#FDT
|
||||
|
@ -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=""
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "VYBRID"
|
||||
include "VYBRID"
|
||||
ident COLIBRI-VF50
|
||||
|
||||
#FDT
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "VYBRID"
|
||||
include "VYBRID"
|
||||
ident COSMIC
|
||||
|
||||
#FDT
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "IMX53"
|
||||
include "IMX53"
|
||||
ident DIGI-CCWMX53
|
||||
|
||||
makeoptions WITHOUT_MODULES="ahc"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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=""
|
||||
|
@ -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"
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
ident EFIKA_MX
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../freescale/imx/std.imx51"
|
||||
|
||||
makeoptions WITHOUT_MODULES="ahc"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -21,8 +21,8 @@
|
||||
|
||||
ident HL201
|
||||
|
||||
include "std.arm"
|
||||
include "../at91/std.hl201"
|
||||
include "std.arm"
|
||||
include "../at91/std.hl201"
|
||||
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
ident IMX53
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../freescale/imx/std.imx53"
|
||||
|
||||
options SOC_IMX53
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "IMX53"
|
||||
include "IMX53"
|
||||
ident IMX53-QSB
|
||||
|
||||
options HZ=250 # 4ms scheduling quantum
|
||||
|
@ -19,7 +19,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
ident IMX6
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../freescale/imx/std.imx6"
|
||||
|
||||
options SOC_IMX6
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -27,7 +27,7 @@ ident PANDABOARD
|
||||
|
||||
hints "PANDABOARD.hints"
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../ti/omap4/pandaboard/std.pandaboard"
|
||||
|
||||
options HZ=100
|
||||
|
@ -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"
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "VYBRID"
|
||||
include "VYBRID"
|
||||
ident QUARTZ
|
||||
|
||||
#FDT
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "RK3188"
|
||||
include "RK3188"
|
||||
ident RADXA
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "RK3188"
|
||||
include "RK3188"
|
||||
ident RADXA-LITE
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../altera/socfpga/std.socfpga"
|
||||
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
|
@ -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
|
||||
|
||||
|
@ -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=""
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "IMX6"
|
||||
include "IMX6"
|
||||
ident WANDBOARD-DUAL
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#NO_UNIVERSE
|
||||
|
||||
include "IMX6"
|
||||
include "IMX6"
|
||||
ident WANDBOARD-QUAD
|
||||
|
||||
# Flattened Device Tree
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
include "IMX6"
|
||||
include "IMX6"
|
||||
ident WANDBOARD-SOLO
|
||||
|
||||
nooptions SMP
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
ident ZEDBOARD
|
||||
|
||||
include "std.armv6"
|
||||
include "std.armv6"
|
||||
include "../xilinx/zedboard/std.zedboard"
|
||||
|
||||
options SCHED_ULE # ULE scheduler
|
||||
|
Loading…
Reference in New Issue
Block a user