From owner-svn-src-all@freebsd.org Sun Feb 28 09:35:38 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D64E8AB7186; Sun, 28 Feb 2016 09:35:38 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D36B1F97; Sun, 28 Feb 2016 09:35:38 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1S9ZbvY062287; Sun, 28 Feb 2016 09:35:37 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1S9Zb2k062283; Sun, 28 Feb 2016 09:35:37 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201602280935.u1S9Zb2k062283@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Sun, 28 Feb 2016 09:35:37 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r296155 - in head/sys: arm/annapurna/alpine arm/broadcom/bcm2835 arm/qemu conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 09:35:38 -0000 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