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