From owner-freebsd-arm@FreeBSD.ORG Tue Dec 17 00:15:53 2013 Return-Path: Delivered-To: freebsd-arm@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 1B904F36; Tue, 17 Dec 2013 00:15:53 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C96831F17; Tue, 17 Dec 2013 00:15:52 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id ar20so7562641iec.30 for ; Mon, 16 Dec 2013 16:15:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1OG3DhqvyDShqXK+q9rSspZVaYskKafAiZk8oiGiggA=; b=Ofco71cXrsDn4ja3iV/gukFoZLDvRYfV9wB8ozikLj/izJhHA6IelUcXcKjttZ3mow S/Y+Z++IfagAIZxoZ7fR46AqJwrAOSEY8U99dSv8UeumBhGDglgeznR6EZdANOyWqB0f ORsYMCinbOW1Hhe+HKkX6E0XS5SitQnhYezt85djICc2CkM2bhsSEWYT+8Nya85CdTK/ KLMAZ6+xOalPrMRUKmV4/kJ6MgUZwN5rG0Xq4gWTrqnIj0K5DyNNtXlZxRIj/apgasAY rAVZ2N0P/bJ+v7jkcuJP5Gg7eBsjGhTx1GoAUa5CVxwjYhbO1puoWIYljvqwXDlisdI+ odXw== MIME-Version: 1.0 X-Received: by 10.50.78.200 with SMTP id d8mr595885igx.38.1387239352242; Mon, 16 Dec 2013 16:15:52 -0800 (PST) Received: by 10.64.18.14 with HTTP; Mon, 16 Dec 2013 16:15:52 -0800 (PST) In-Reply-To: <52AF3D06.2000004@semihalf.com> References: <52AF3D06.2000004@semihalf.com> Date: Tue, 17 Dec 2013 08:15:52 +0800 Message-ID: Subject: Re: RFC: ARM related fixes - GIC, cache line size, PCI FDT & AHCI From: Ganbold Tsagaankhuu To: Zbigniew Bodek Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "freebsd-arm@freebsd.org" , Ruslan Bukin , Olivier Houchard X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 00:15:53 -0000 Zbigniew, On Tue, Dec 17, 2013 at 1:48 AM, Zbigniew Bodek wrote: > Hello Everyone. > > We would like to submit some new patches recently developed by Semihalf. > > You can find them here: > http://people.freebsd.org/~zbb/Semihalf/12.2013/ > > Detailed description is available in the commit logs but in general: > > -- 0001-Resolve-cache-line-size-using-CP15.patch > - use cache line size acquired in runtime > > -- 0002-GIC-polarity-and-level-support.patch > - suport for setting trigger level and polarity in GIC > It seems Krait SoC's PPIs are all edge triggered according to linux code, and I was using simpler one line reg write method in this regard. I will try to test it in couple of days. thanks, Ganbold > > -- 0003-Add-PCI-FDT-interrupt-trigger-polarity-parsing.patch > - trigger and polarity parsing for PCI FDT interrupts > > -- 0004-Do-not-attach-to-bridges-in-AHCI-driver.patch > -- 0005-Use-only-mapped-BIOs-on-ARM.patch > - Two patches enabling the AHCI driver on ARM chips > > > We will appreciate if you could post your comments and/or remarks by the > end of this week when we plan to commit the changes. > > Best regards > zbb > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >