From owner-freebsd-arm@FreeBSD.ORG Thu Dec 19 13:19:50 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 94EB1646 for ; Thu, 19 Dec 2013 13:19:50 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2782A1FAD for ; Thu, 19 Dec 2013 13:19:49 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id hi5so6833173wib.2 for ; Thu, 19 Dec 2013 05:19:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=KIUUcWzEXoh9T+tLqf5R4+xSho5ulCTlRMfLOE5slYc=; b=gXtvz1tEbqO+32tKVHdUWarkIAXgJl9bNMMIUlZAS/FYlx3XbhLeF3C8wCW/9EqEH1 zEjmjLuL3fd72f4JoPIVQ5176Ab9gjiSLYJtn7QHS2nJNlVvuXi9073abJcjfuwlQha5 CF+bBkSFxRTC3NUkPtCe6p8uxpHrmymVtWxuhMMWPIbIsYKvUYDbtYGm6Xidt/Jqz89A YB9ldlUoR3cRlX0oFcydAifT77N0cjfEbmRQ6jONPx2fKuoSOBu+MjohoFFH3BNVVj9b a8JCEQ/6l3KH9IcsePgkI0gFQuGPQPW0S4V4nsZblIgFlf4656Eu+lGOxedzAMZtjDAd sySQ== X-Gm-Message-State: ALoCoQnwX+ViCUSkq4jtP8/8/DSvSzlSAbya0cjSs3i6+QoMQWSyOPoAUWRQ6XRzJxTPf1VTyMof X-Received: by 10.180.198.43 with SMTP id iz11mr2445618wic.0.1387452376099; Thu, 19 Dec 2013 03:26:16 -0800 (PST) Received: from [10.0.2.117] ([80.82.22.190]) by mx.google.com with ESMTPSA id md9sm11142148wic.1.2013.12.19.03.26.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 03:26:15 -0800 (PST) Message-ID: <52B2D7D4.1090007@semihalf.com> Date: Thu, 19 Dec 2013 12:26:12 +0100 From: Zbigniew Bodek Organization: Semihalf User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: "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> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 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: Thu, 19 Dec 2013 13:19:50 -0000 On 16.12.2013 18: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. > Hello again. One more patch for SP804 timer is available here: http://people.freebsd.org/~zbb/Semihalf/12.2013/0006-Fix-race-condition-in-DELAY-for-SP804-timer.patch I must have missed it when posting previous patches. Please take a look at this one too. Thanks in advance and best regards. zbb