From owner-soc-status@FreeBSD.ORG Tue Aug 21 15:42:42 2012 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6599F106566B for ; Tue, 21 Aug 2012 15:42:42 +0000 (UTC) (envelope-from jakub.klama@uj.edu.pl) Received: from mail.uj.edu.pl (mail.uj.edu.pl [149.156.89.147]) by mx1.freebsd.org (Postfix) with ESMTP id 1A97C8FC1E for ; Tue, 21 Aug 2012 15:42:42 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from [10.10.1.245] ([unknown] [83.19.65.138]) by mta.uoks.uj.edu.pl (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with ESMTPSA id <0M94003Z23MVDD20@mta.uoks.uj.edu.pl> for soc-status@FreeBSD.org; Tue, 21 Aug 2012 17:42:35 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.0 X-Antivirus-Code: 0x100000 Message-id: <5033AC66.7050005@uj.edu.pl> Date: Tue, 21 Aug 2012 17:42:30 +0200 From: Jakub Klama User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 To: soc-status@FreeBSD.org References: <6ac5ebabef902db5c64c811b51b4d999@uj.edu.pl> In-reply-to: <6ac5ebabef902db5c64c811b51b4d999@uj.edu.pl> X-Forwarded-Message-Id: <6ac5ebabef902db5c64c811b51b4d999@uj.edu.pl> Cc: Subject: FreeBSD/ARM and FDT cleanup - status report #13 (final) X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2012 15:42:42 -0000 Hi, It's 13th and therefore last status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * Unbroken all of existing ARM ports. Tested on all kernel configurations from sys/arm/conf/. * Adopted TI aintc driver to INTRNG infrastructure. * Decoupled arm_mmu_init() and friends from FDT. Next plans: * Merge Warner's ARM multi-board support Regards, Jakub Klama