Date: Tue, 10 Jul 2012 02:21:52 +0200 From: Jakub Klama <jakub.klama@uj.edu.pl> To: soc-status@freebsd.org Subject: FreeBSD/ARM and FDT cleanup - status report #7 Message-ID: <6ac5ebabef902db5c64c811b51b4d999@uj.edu.pl>
next in thread | raw e-mail | index | archive | help
Hi, It's seventh status report for project aimed to clean up current FreeBSD/ARM port and FDT implementation. Things done this week: * ARM machdep code refactored. Moved most of commonly used routines into arm/machdep.c file. Refactored machdep file for lpc port now has less than 300 lines of code. * Changed behavior of pmap_devmap device mappings. Now all virtual addresses for device registers are allocated dynamically, freeing port developer from selecting arbitrary virtual address values. * Added support for filling out pmap_devmap right from FDT tree. Plans for next week: * Investigate how to cleanly split SoC-specific routines from board-specific Regards, Jakub Klama
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6ac5ebabef902db5c64c811b51b4d999>