From owner-freebsd-arm@FreeBSD.ORG Tue Mar 24 03:40:22 2009 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 884C7106566B; Tue, 24 Mar 2009 03:40:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2FDF98FC1A; Tue, 24 Mar 2009 03:40:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id n2O3dnQr076972; Mon, 23 Mar 2009 21:39:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 23 Mar 2009 21:40:24 -0600 (MDT) Message-Id: <20090323.214024.-2077496443.imp@bsdimp.com> To: antab@freebsd.org From: "M. Warner Losh" In-Reply-To: <8BC7AFF2-E0E1-4498-82E8-29C3F64C5E2E@FreeBSD.org> References: <164b4c9c0903231301p754eebb7k84ea2b22d7b60dc1@mail.gmail.com> <8BC7AFF2-E0E1-4498-82E8-29C3F64C5E2E@FreeBSD.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-arm@freebsd.org Subject: Re: Atmel at91sam9261-ek support. 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: Tue, 24 Mar 2009 03:40:22 -0000 In message: <8BC7AFF2-E0E1-4498-82E8-29C3F64C5E2E@FreeBSD.org> Arnar Mar Sig writes: : > - a new smc driver (static memory controller) : Looks like the at91sam9261 uses the same SMC core as at32ap700x, we : should look into using the same driver for both archs. I already have : at32_smc in p4 to do bus managment and attach childs but no setup code Part of the problem here is going to be each SoC is going to have a different set of errata for the silicon.... Warner