From owner-soc-status@FreeBSD.ORG Tue Aug 7 00:20:19 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 51B031065670 for ; Tue, 7 Aug 2012 00:20: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 07F778FC0A for ; Tue, 7 Aug 2012 00:20:17 +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 <0M8C00HF4ZLII140@mta.uoks.uj.edu.pl> for soc-status@FreeBSD.org; Tue, 07 Aug 2012 02:20:11 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.0 X-Antivirus-Code: 0x100000 Message-id: <50205F35.4000401@uj.edu.pl> Date: Tue, 07 Aug 2012 02:20:05 +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: <50187F0F.5010707@uj.edu.pl> In-reply-to: <50187F0F.5010707@uj.edu.pl> X-Forwarded-Message-Id: <50187F0F.5010707@uj.edu.pl> Cc: Subject: FreeBSD/ARM and FDT cleanup - status report #11 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, 07 Aug 2012 00:20:19 -0000 Hi, It's eleventh status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * Fixed pl310 controller mappings. This involved adding new pmap_kenter_device() routine in pmap, which inserts mapping using PTE_DEVICE mapping type, available on armv6. * Added support for high/low vector addresses in arm_mmu_init() * Added initial support for sending IPIs though pic_if.m interface. Refactored omap4_mp code accordingly. * Cleaned up ti_machdep.c file by removing now unused parts. * Removed need for passing trapframes though whole interrupt routing path. Trapframe is now properly stored in executing thread. * Added support for interrupt occurence counting and removing interrupt handlers. Plans for next week: It will be clear tomorrow, after talk with mentor :) Regards, Jakub Klama