Date: Wed, 01 Aug 2012 02:57:51 +0200 From: Jakub Klama <jakub.klama@uj.edu.pl> To: soc-status@FreeBSD.org Subject: FreeBSD/ARM and FDT cleanup - status report #10 Message-ID: <50187F0F.5010707@uj.edu.pl> In-Reply-To: <87f086df4cdbb8c17b691e4ce507ebc8@uj.edu.pl> References: <87f086df4cdbb8c17b691e4ce507ebc8@uj.edu.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
-- 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 <jakub.klama@uj.edu.pl> Adresat: <soc-status@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50187F0F.5010707>