From owner-freebsd-arm@FreeBSD.ORG Tue Oct 8 02:41:39 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 ESMTP id 244597D2; Tue, 8 Oct 2013 02:41:39 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (220-133-188-53.HINET-IP.hinet.net [220.133.188.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A60DD296F; Tue, 8 Oct 2013 02:41:37 +0000 (UTC) Received: from [127.0.0.1] (mail.kevlo.org [220.133.188.53]) by ns.kevlo.org (8.14.6/8.14.6) with ESMTP id r982CCF2049604; Tue, 8 Oct 2013 10:12:14 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <52536AD4.4070603@FreeBSD.org> Date: Tue, 08 Oct 2013 10:15:48 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Zbigniew Bodek , freebsd-arm@freebsd.org Subject: Re: Changes to Armada XP References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 08 Oct 2013 02:41:39 -0000 Zbigniew Bodek wrote: > Hello. > > I would like to commit two patches for Armada XP. > > 0002 - is enabling busy-detection for UART on Armada XP. Combined with > another patch for ns8250 UART (posted in the separate e-mail) this fixes > UART IF issues on Armada XP. > > 0003 - enables SATA interface on Armada XP. > > If there are no objections then I would like to commit them in the near > future. Works for me. Tested on the Openblocks AX3. Thanks! > > Best regards > Zbigniew Bodek Kevin