From owner-soc-status@FreeBSD.ORG Tue Jul 3 22:50:43 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 4C845106564A for ; Tue, 3 Jul 2012 22:50:43 +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 071438FC0C for ; Tue, 3 Jul 2012 22:50:43 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from mbox.uj.edu.pl ([unknown] [149.156.89.248]) by mta.uoks.uj.edu.pl (Sun Java(tm) System Messaging Server 7u3-12.01 64bit (built Oct 15 2009)) with ESMTP id <0M6L002U7WSB4P30@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Wed, 04 Jul 2012 00:50:35 +0200 (CEST) Date: Wed, 04 Jul 2012 00:50:35 +0200 From: Jakub Klama To: soc-status@freebsd.org Message-id: X-Sender: jakub.klama@uj.edu.pl User-Agent: Roundcube Webmail/0.5 Subject: FreeBSD/ARM and FDT cleanup - status report #6 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, 03 Jul 2012 22:50:43 -0000 Hi, It's sixsth status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * Refactoring of ARM ports *_machdep.c files. Separated MMU initialization code from initarm() routine and completely rewritten routine which constructs bootstrap pagetables. * Integrated NAND code onto working branch * Verified that my earlier interrupt rework code will not broke existing ARM ports using OpenRD and Pandaboard. Things not done this week: * FDT-based slicer. This is unnecessary, as such thing was recently (about a month ago) committed into HEAD. It's pointless to rewrite it again. I've just merged this changes onto my branch. Things for next week: * Finish refactoring of ARM machdeps, move separated routines into SoC-independent layer. Regards, Jakub Klama