From owner-soc-status@FreeBSD.ORG Wed Aug 1 00:57:59 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 28633106566C for ; Wed, 1 Aug 2012 00:57:59 +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 D1A9C8FC24 for ; Wed, 1 Aug 2012 00:57:58 +0000 (UTC) MIME-version: 1.0 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 <0M8100B11XCFPI60@mta.uoks.uj.edu.pl> for soc-status@FreeBSD.org; Wed, 01 Aug 2012 02:57:52 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.0 X-Antivirus-Code: 0x100000 Message-id: <50187F0F.5010707@uj.edu.pl> Date: Wed, 01 Aug 2012 02:57:51 +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: <87f086df4cdbb8c17b691e4ce507ebc8@uj.edu.pl> In-reply-to: <87f086df4cdbb8c17b691e4ce507ebc8@uj.edu.pl> X-Forwarded-Message-Id: <87f086df4cdbb8c17b691e4ce507ebc8@uj.edu.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FreeBSD/ARM and FDT cleanup - status report #10 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, 01 Aug 2012 00:57:59 -0000 -- Treść oryginalnej wiadomości -- Temat: FreeBSD/ARM and FDT cleanup - status report #9 Data: Wed, 25 Jul 2012 00:23:57 +0200 Nadawca: Jakub Klama Adresat: Hi, It's tenth status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * PandaBoard is working with refactored machdep and GIC using pic_if.m interface, but with l2cache controller disabled. This can be probably caused by bus_space_map function which calls pmap_kenter() instead of pmap_kenter_nocache() to enter device mapping. * Modified intrng code in a way to remove interrupt argument and trapframe multiplexing - trapframe can be obtained from current thread. Things to done next week: * Investigate existing corner-cases in arm_mmu_init() and related routines. Regards, Jakub Klama