From owner-freebsd-arm@FreeBSD.ORG Mon Nov 28 12:50:42 2011 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAE1106564A for ; Mon, 28 Nov 2011 12:50:42 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 3D6688FC08 for ; Mon, 28 Nov 2011 12:50:41 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 242B6EC2E4; Mon, 28 Nov 2011 13:30:48 +0100 (CET) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id EpeedQFBvJR6; Mon, 28 Nov 2011 13:30:47 +0100 (CET) Received: from [10.0.0.79] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id A2CECEBE67; Mon, 28 Nov 2011 13:30:47 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: Date: Mon, 28 Nov 2011 13:30:47 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <295CD078-E322-47C0-8A6F-A33764FDAED9@semihalf.com> References: To: Mithun Iyer X-Mailer: Apple Mail (2.1084) Cc: freebsd-arm@freebsd.org Subject: Re: freebsd cortex a15 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 12:50:42 -0000 On 2011-11-28, at 03:29, Mithun Iyer wrote: > Hi, >=20 > Can someone please let us know if Freebsd runs on the arm cortex a-15 > architecture ? > http://www.arm.com/products/processors/cortex-a/cortex-a15.php > Can we try that out on arm ovp for a15 ? I believe noone has run it on A15 so far. >=20 > It would also help if you could tell me what is the latest arm family > freebsd runs on. There's initial support for ARMv6 and v7 on developer branch "armv6" = (this is going to include SMP support for ARM as well): = http://svn.freebsd.org/base/projects/armv6/ Rafal