From owner-svn-src-all@FreeBSD.ORG Mon Jun 16 16:27:17 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36E733BF; Mon, 16 Jun 2014 16:27:17 +0000 (UTC) Received: from mail.machdep.com (mail.machdep.com [195.91.211.41]) (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 DF48A232D; Mon, 16 Jun 2014 16:27:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=machdep.com) by mail.machdep.com with smtp (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WwZiO-000NhM-TZ; Mon, 16 Jun 2014 20:25:01 +0400 Received: by machdep.com (nbSMTP-1.00) for uid 1001 br@machdep.com; Mon, 16 Jun 2014 20:25:00 +0400 (MSK) Date: Mon, 16 Jun 2014 20:25:00 +0400 From: Ruslan Bukin To: Kris Smith Subject: Re: svn commit: r266943 - in head/sys: arm/conf arm/samsung/exynos boot/fdt/dts/arm Message-ID: <20140616162500.GA91030@machdep.com> References: <201406010815.s518FYaj023520@svn.freebsd.org> <20140601175742.069d2301@bender.Home> <20140601170733.GA1150@machdep.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: src-committers@freebsd.org, bsdmailinglist@googlegroups.com, svn-src-all@freebsd.org, andrew@fubar.geek.nz, svn-src-head@freebsd.org, br@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 16 Jun 2014 16:27:17 -0000 On Mon, Jun 16, 2014 at 08:39:19AM -0700, Kris Smith wrote: > Would the above commits allow me to see all 8 cores on the the arndale > octa 5420 board carrying the Samsung Exynos 5420? At the moment, the only > available cores are the A15s on Linaro Ubuntu. No. This support is for A15 cores only, due to lack of information for now. Ruslan