svn commit: r296155 - in head/sys: arm/annapurna/alpine arm/broadcom/bcm2835 arm/qemu conf

Andrew Turner andrew at FreeBSD.org
Sun Feb 28 09:35:38 UTC 2016


Author: andrew
Date: Sun Feb 28 09:35:37 2016
New Revision: 296155
URL: https://svnweb.freebsd.org/changeset/base/296155

Log:
  Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the
  Linux dts files these are more likely to have cpu nodes we can attach to.
  
  Sponsored by:	ABT Systems Ltd

Modified:
  head/sys/arm/annapurna/alpine/files.alpine
  head/sys/arm/broadcom/bcm2835/files.bcm283x
  head/sys/arm/qemu/files.qemu
  head/sys/conf/files.arm

Modified: head/sys/arm/annapurna/alpine/files.alpine
==============================================================================
--- head/sys/arm/annapurna/alpine/files.alpine	Sun Feb 28 06:30:39 2016	(r296154)
+++ head/sys/arm/annapurna/alpine/files.alpine	Sun Feb 28 09:35:37 2016	(r296155)
@@ -5,7 +5,6 @@ kern/kern_clocksource.c				standard
 arm/versatile/sp804.c				standard
 arm/versatile/versatile_timer.c			standard
 dev/uart/uart_dev_ns8250.c			optional	uart
-dev/ofw/ofw_cpu.c				standard
 
 arm/annapurna/alpine/common.c			standard
 arm/annapurna/alpine/alpine_machdep.c		standard

Modified: head/sys/arm/broadcom/bcm2835/files.bcm283x
==============================================================================
--- head/sys/arm/broadcom/bcm2835/files.bcm283x	Sun Feb 28 06:30:39 2016	(r296154)
+++ head/sys/arm/broadcom/bcm2835/files.bcm283x	Sun Feb 28 09:35:37 2016	(r296155)
@@ -19,7 +19,6 @@ arm/broadcom/bcm2835/bcm283x_dwc_fdt.c		
 kern/kern_clocksource.c                         standard
 
 dev/mbox/mbox_if.m				standard
-dev/ofw/ofw_cpu.c				standard
 
 arm/broadcom/bcm2835/bcm2835_audio.c		optional sound vchiq \
 	compile-with "${NORMAL_C} -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -I$S/contrib/vchiq"

Modified: head/sys/arm/qemu/files.qemu
==============================================================================
--- head/sys/arm/qemu/files.qemu	Sun Feb 28 06:30:39 2016	(r296154)
+++ head/sys/arm/qemu/files.qemu	Sun Feb 28 09:35:37 2016	(r296155)
@@ -11,5 +11,3 @@ kern/kern_clocksource.c			standard
 arm/qemu/virt_common.c			standard
 arm/qemu/virt_machdep.c			standard
 arm/qemu/virt_mp.c			optional	smp
-
-dev/ofw/ofw_cpu.c			standard

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Sun Feb 28 06:30:39 2016	(r296154)
+++ head/sys/conf/files.arm	Sun Feb 28 09:35:37 2016	(r296155)
@@ -102,6 +102,7 @@ dev/fdt/fdt_arm_platform.c	optional	plat
 dev/hwpmc/hwpmc_arm.c		optional	hwpmc
 dev/hwpmc/hwpmc_armv7.c		optional	hwpmc armv6
 dev/iicbus/twsi/twsi.c		optional	twsi
+dev/ofw/ofw_cpu.c		optional	fdt
 dev/psci/psci.c			optional	psci
 dev/psci/psci_arm.S		optional	psci
 dev/syscons/scgfbrndr.c		optional	sc


More information about the svn-src-head mailing list