From owner-freebsd-arm@FreeBSD.ORG Sat Oct 26 17:33:26 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 BD8E8FA8; Sat, 26 Oct 2013 17:33:26 +0000 (UTC) (envelope-from zbodek@gmail.com) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37FDC2956; Sat, 26 Oct 2013 17:33:26 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id q59so5030136wes.39 for ; Sat, 26 Oct 2013 10:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=dceXQSfwUegQELW3/naT1PMQRCugx0WceXsiCiOgLVo=; b=bFjOfc4TkDgoIFiSsJJPiIluvZD7zVNEyPp6CpkibQM4SWGZ26cbK+9RdrBEU5cumO B2RMRg1LVB+I6hhXEXU/LBVzgBeZvhnzyqUwlxhGRvMNa9i3bPZWvPojaVTuuEzMx9uW fcEMVAwpdw09xBnOhOUDjITGUSga20eMY/8dBH6GCkPJm1Sc5fx0pgjJALy5swWvCZnx eZVaNNys6P7fNP+upKD678ynQw4EMB52gJLfFhegC6O6D6bz3qorWm/mbCI4LD44fe2M LwUAhoiRXLcG+9k0LSR3QCpreb5ojbo34ZecgEEiOrn6ax8jf3Dpk+3y5uNT1lGWIO+t FNZA== MIME-Version: 1.0 X-Received: by 10.194.201.225 with SMTP id kd1mr11883616wjc.35.1382808804665; Sat, 26 Oct 2013 10:33:24 -0700 (PDT) Sender: zbodek@gmail.com Received: by 10.216.209.194 with HTTP; Sat, 26 Oct 2013 10:33:24 -0700 (PDT) In-Reply-To: References: <52536AD4.4070603@FreeBSD.org> Date: Sat, 26 Oct 2013 19:33:24 +0200 X-Google-Sender-Auth: WbYVv73TYbADDpsnz4K7iMomYA8 Message-ID: Subject: Re: Changes to Armada XP From: Zbigniew Bodek To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: Kevin Lo 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: Sat, 26 Oct 2013 17:33:26 -0000 Hello Everyone. Patches 0002 & 0003 are committed: http://svnweb.freebsd.org/base?view=revision&revision=257171 http://svnweb.freebsd.org/base?view=revision&revision=257170 Patches 0004-0008 will be committed on Monday. Best regards Zbigniew Bodek 2013/10/26 Zbigniew Bodek : > Hello again. > > Apart from the earlier mentioned patches I would like to add some more: > > 0004 - some clean-ups to generic ARM code related to AXP > 0005 - some AXP based boards have different SoC registers' base > address so we need to > correct configuration variables and eventually DT to map > this properly and > boot without problems on any type of u-boot. > 0006 - just modifying the kernel load address. If I commit this I will > change the entry on AXP wiki page accordingly. > 0007 - removal of the obsolete PJ4Bv6 code > 0008 - disabling explicit TLB broadcasting using IPI. PJ4Bv7 is > capable of doing this in HW > > More detailed descriptions are of course in commit-logs. > Please test those patches if you like and send your remarks if there are any. > > I would like to commit this (and previous patches) by the end of Saturday 26th > because I'm stashing this for quite some time now. > So if there will be no objections I will do as described :) > > Thank you and best regards > Zbigniew Bodek > > > 2013/10/8 Kevin Lo : >> 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