Use the new gic option on all configs that need it.
This commit is contained in:
parent
7bc60a1616
commit
ace157c3a9
@ -6,7 +6,6 @@ arm/arm/bus_space_generic.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
|
||||
arm/altera/socfpga/socfpga_common.c standard
|
||||
|
@ -5,7 +5,6 @@ kern/kern_clocksource.c standard
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/bus_space_generic.c standard
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/pl310.c standard
|
||||
arm/amlogic/aml8726/aml8726_l2cache.c standard
|
||||
|
||||
|
@ -59,6 +59,9 @@ device mmcsd # mmc/sd flash cards
|
||||
# Boot device is 2nd slice on MMC/SD card
|
||||
options ROOTDEVNAME=\"ufs:mmcsd0s2\"
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# GPIO
|
||||
device gpio
|
||||
device gpioled
|
||||
|
@ -85,6 +85,9 @@ device mmc # mmc/sd bus
|
||||
device mmcsd # mmc/sd flash cards
|
||||
device dwmmc
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# Pseudo devices
|
||||
|
||||
device loop
|
||||
|
@ -58,6 +58,9 @@ options ALT_BREAK_TO_DEBUGGER # Use <CR><tilde><ctrl-b> to enter debugger.
|
||||
# U-Boot stuff lives on slice 1, FreeBSD on slice 2.
|
||||
options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# Pseudo devices.
|
||||
device loop # Network loopback
|
||||
device random # Entropy device
|
||||
|
@ -57,6 +57,9 @@ options DDB # Enable the kernel debugger
|
||||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=ue0
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device mmc # mmc/sd bus
|
||||
device mmcsd # mmc/sd flash cards
|
||||
|
@ -45,6 +45,9 @@ options DIAGNOSTIC
|
||||
# Root mount from MMC/SD card
|
||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device mmc # mmc/sd bus
|
||||
device mmcsd # mmc/sd flash cards
|
||||
|
@ -51,6 +51,9 @@ options INVARIANT_SUPPORT # Extra sanity checks of internal structures, require
|
||||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=ue0
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device mmc # mmc/sd bus
|
||||
device mmcsd # mmc/sd flash cards
|
||||
|
@ -60,6 +60,9 @@ options RWLOCK_NOINLINE
|
||||
options NO_FFS_SNAPSHOT
|
||||
options NO_SWAPPING
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device mmc # mmc/sd bus
|
||||
device mmcsd # mmc/sd flash cards
|
||||
|
@ -50,6 +50,9 @@ options DDB # Enable the kernel debugger
|
||||
|
||||
options ROOTDEVNAME=\"ufs:mmcsd0s2a\"
|
||||
|
||||
# Interrupt controller
|
||||
device gic
|
||||
|
||||
device loop
|
||||
device random
|
||||
device ether
|
||||
|
@ -10,7 +10,6 @@ kern/kern_clocksource.c standard
|
||||
#
|
||||
# Standard imx6 devices and support.
|
||||
#
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/pl310.c standard
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
|
@ -6,7 +6,6 @@ arm/arm/bus_space_generic.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
|
||||
arm/freescale/vybrid/vf_machdep.c standard
|
||||
|
@ -4,7 +4,6 @@ kern/kern_clocksource.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
arm/arm/bus_space_generic.c standard
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
|
||||
arm/arm/bus_space_base.c standard
|
||||
|
@ -6,7 +6,6 @@ arm/arm/bus_space_generic.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
|
||||
arm/arm/bus_space_base.c standard
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/generic_timer.c standard
|
||||
|
||||
arm/samsung/exynos/exynos5_mct.c standard
|
||||
|
@ -1,6 +1,5 @@
|
||||
#$FreeBSD$
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
arm/ti/ti_smc.S standard
|
||||
|
||||
|
@ -9,7 +9,6 @@ arm/arm/bus_space_base.c standard
|
||||
arm/arm/bus_space_generic.c standard
|
||||
arm/arm/bus_space_asm_generic.S standard
|
||||
|
||||
arm/arm/gic.c standard
|
||||
arm/arm/mpcore_timer.c standard
|
||||
arm/arm/pl310.c standard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user