From owner-freebsd-arm@FreeBSD.ORG Thu May 23 15:15:50 2013 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA2EA6F1 for ; Thu, 23 May 2013 15:15:50 +0000 (UTC) (envelope-from gnn@freebsd.org) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id 9689AA40 for ; Thu, 23 May 2013 15:15:50 +0000 (UTC) Received: from [209.249.190.124] (port=65270 helo=gnnmac.hudson-trading.com) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1UfXF7-0006hs-My; Thu, 23 May 2013 11:15:49 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: [CFT] Exynos5250 From: George Neville-Neil In-Reply-To: <20130523150155.GA10587@mail.bsdpad.com> Date: Thu, 23 May 2013 11:15:49 -0400 Content-Transfer-Encoding: 7bit Message-Id: <48222C2A-91C7-431A-BCB4-696956BB6B8F@freebsd.org> References: <20130523150155.GA10587@mail.bsdpad.com> To: Ruslan Bukin X-Mailer: Apple Mail (2.1503) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org X-Get-Message-Sender-Via: vps.hungerhost.com: authenticated_id: gnn@neville-neil.com Cc: arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 May 2013 15:15:50 -0000 On May 23, 2013, at 11:01 , Ruslan Bukin wrote: > Hi! > > I'm happy to introduce freebsd/arm port for Samsung Exynos processors. > THe port covers initial, very limited support for Exynos5250 > and includes: GIC, ARMv7 Generic Timer, USB EHCI, UART. > Clocks still handled by uboot. > > For develop and tests I used Arndale Board and u-boot by linaro > (git://git.linaro.org/boot/u-boot-linaro-stable.git) > > One thing that stumped me for a while is that the interrupt controller > driver, gic.c, do works with Group 0 (secure) type of interrupts, > but u-boot switches them all to be in Group 1 (non-secure). > So I had to switch them back in gic.c. > > Big thanks to ray@ for help and understanding. Thanks, Ray! :) > > code lives here: > http://hg.bsdpad.com/ > > Known problems: > 1. If specify more than 512MB RAM then panic occurs: > panic: kmem_suballoc: bad status return of 3 > 2. SMP code exists, but don't properly works due to some > problems in SMP on arm > Excellent! I may have a board to test this on, and will take a look. Best, George