From owner-freebsd-arm@FreeBSD.ORG Mon Dec 16 18:18:57 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 D212ABE7 for ; Mon, 16 Dec 2013 18:18:57 +0000 (UTC) Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67FC71C82 for ; Mon, 16 Dec 2013 18:18:57 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id q58so4959794wes.2 for ; Mon, 16 Dec 2013 10:18:54 -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:content-type:content-transfer-encoding; bh=Suxgxx2qkfIb+TNOBCKT4w2KNrGo7I+ViEYT5iiRuEI=; b=fkfIuyUG4Nf61B5By90LRGR+xyFNA06A87lPwgfT6QtNvx+r+8YBo8Ds46MbYjm5WN TxWUImDOtdpppZkOfwk9zj4OZ0tZyMMpK9kFU3srohV4BRtujW8xKATrsGyI0KfJ4eNb l89Jqy9966sAGb3ntiBOu39pB9PAtQ8K3hUhCPOTY9PSlr206TJg47Z4fbr/wrzL84go kXDLjpwIbU6gsGalzkzLc8BR9sc/218zEF4C15QyeoghDilUijufI1talI4KxlodLnz1 FZgZLVT33HUdRvzPgvTH3svcGPCHMbDZrfYcCmHLR6plcEA612V1X7qhBIKZXxs5CsZz NvyA== X-Gm-Message-State: ALoCoQnthFwF1JHrHPMstCq4FlWZlH6X5XiVFGew1yX47CGriUQuXUILcIiSo407p3rGBTmoWtYw X-Received: by 10.181.12.71 with SMTP id eo7mr14500655wid.28.1387216137921; Mon, 16 Dec 2013 09:48:57 -0800 (PST) Received: from [10.0.2.117] ([80.82.22.190]) by mx.google.com with ESMTPSA id s2sm27885515wiy.7.2013.12.16.09.48.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Dec 2013 09:48:57 -0800 (PST) Message-ID: <52AF3D06.2000004@semihalf.com> Date: Mon, 16 Dec 2013 18:48:54 +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: RFC: ARM related fixes - GIC, cache line size, PCI FDT & AHCI 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: Mon, 16 Dec 2013 18:18:57 -0000 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