From owner-freebsd-ppc@FreeBSD.ORG Tue Jun 29 11:37:14 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF8EE1065672 for ; Tue, 29 Jun 2010 11:37:14 +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 701F38FC1B for ; Tue, 29 Jun 2010 11:37:14 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id 34B09C42D5; Tue, 29 Jun 2010 13:42:57 +0200 (CEST) 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 FdBOO7U7VPCF; Tue, 29 Jun 2010 13:42:56 +0200 (CEST) Received: from [10.0.0.79] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id A031DC42D0; Tue, 29 Jun 2010 13:42:56 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: Date: Tue, 29 Jun 2010 13:37:11 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <58AD5D40-0296-4954-BEDC-2B1187B34C9F@semihalf.com> References: To: Upakul Barkakaty X-Mailer: Apple Mail (2.1081) Cc: freebsd-ppc@freebsd.org Subject: Re: Freescale P4080 support X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 11:37:14 -0000 On 2010-06-29, at 08:45, Upakul Barkakaty wrote: > Hi all, >=20 > Is the Freescale's P4080 processor supported in FreeBSD? It's not supported yet. The closest currently supported is MPC8572 = (dual-core), but there's quite a bit of work involved in order to get = FreeBSD run on the P3/P4, which is significantly different and extended = wrt to the P2 line (and older MPC85xx). Rafal