From owner-soc-status@FreeBSD.ORG Tue Aug 14 17:55:19 2012 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99577106564A for ; Tue, 14 Aug 2012 17:55:19 +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 517C38FC19 for ; Tue, 14 Aug 2012 17:55:19 +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 <0M8R007YXAVIL470@mta.uoks.uj.edu.pl> for soc-status@FreeBSD.org; Tue, 14 Aug 2012 19:50:12 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.0 X-Antivirus-Code: 0x100000 Message-id: <502A8FCE.2090604@uj.edu.pl> Date: Tue, 14 Aug 2012 19:50:06 +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: <50205F35.4000401@uj.edu.pl> In-reply-to: <50205F35.4000401@uj.edu.pl> X-Forwarded-Message-Id: <50205F35.4000401@uj.edu.pl> Cc: Subject: Fwd: FreeBSD/ARM and FDT cleanup - status report #12 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, 14 Aug 2012 17:55:19 -0000 Hi, It's twelfth status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * Fixed build of legacy ARM ports with new infrastructure. Basically it was marking some variables in *_machdep.c files as extern, as they are now defined in arm/machdep.c file. * Investigated bringing multi-board support on ARM, but no code involved yet. Some proof-of-concept soon. Next week: * Mainly code cleanups and reviews. Regards, Jakub Klama