From owner-freebsd-arm@FreeBSD.ORG Mon Dec 16 21:52:11 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00B2269; Mon, 16 Dec 2013 21:52:10 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id C4D0D116E; Mon, 16 Dec 2013 21:52:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id 76A4538043; Mon, 16 Dec 2013 15:52:10 -0600 (CST) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id j_QsdCBehbHa; Mon, 16 Dec 2013 15:52:10 -0600 (CST) Received: from terminus.icecube.wisc.edu (terminus.icecube.wisc.edu [172.16.223.97]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 6376D3803F; Mon, 16 Dec 2013 15:52:10 -0600 (CST) Message-ID: <52AF760A.2030500@freebsd.org> Date: Mon, 16 Dec 2013 15:52:10 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Zbigniew Bodek , "freebsd-arm@freebsd.org" Subject: Re: RFC: ARM related fixes - GIC, cache line size, PCI FDT & AHCI References: <52AF3D06.2000004@semihalf.com> In-Reply-To: <52AF3D06.2000004@semihalf.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: br@freebsd.org, 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: Mon, 16 Dec 2013 21:52:11 -0000 On 12/16/13 11:48, 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 > > -- 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" Can you hold off on 0003-Add-PCI-FDT-interrupt-trigger-polarity-parsing.patch for the time being? I'm restructuring this code at the moment. -Nathan