From owner-soc-status@FreeBSD.ORG Wed Jun 6 14:24:35 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 09152106567A for ; Wed, 6 Jun 2012 14:24:35 +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 B76BF8FC1C for ; Wed, 6 Jun 2012 14:24:34 +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 <0M57009Y19CXBXB0@mta.uoks.uj.edu.pl> for soc-status@freebsd.org; Wed, 06 Jun 2012 16:24:33 +0200 (CEST) Date: Wed, 06 Jun 2012 16:24:33 +0200 From: Jakub Klama To: soc-status@freebsd.org Message-id: <47bd412d20b1a60a13ae029cfb69cfe7@uj.edu.pl> X-Sender: jakub.klama@uj.edu.pl User-Agent: Roundcube Webmail/0.5 Subject: FreeBSD/ARM and FDT cleanup - status report #2 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: Wed, 06 Jun 2012 14:24:35 -0000 Hi, It's second status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * Created pic_if.m interface for interrupt controllers * Reworked LPC3250 lpc_intc to use above interface * Reworked arm/arm/intr.c interrupt handling code to handle multiple interrupt controllers. It's still work in progress though - no commit yet - it's bigger piece of code Things not done this week: * Flash slice mapping using partition info encoded in DTS file. Not done due to lack of hardware equipped with CFI or other compatible flash. I'll borrow OpenRD in next week to do this task Things to do in next week: * Finish interrupt handling code, test it. * Rework pandaboard interrupt controller code to use pic_if.m Regards, Jakub Klama PS I'm resending this message as first doesn't get sent by my mistake (typed soc-statu@ instead of soc-status@)