svn commit: r258772 - in projects/specific_leg/sys: arm/arm arm/broadcom/bcm2835 arm/include arm/ti conf dev/fdt

Nathan Whitehorn nwhitehorn at freebsd.org
Sat Nov 30 17:43:20 UTC 2013


On 11/30/13 11:31, Andrew Turner wrote:
> Author: andrew
> Date: Sat Nov 30 17:31:04 2013
> New Revision: 258772
> URL: http://svnweb.freebsd.org/changeset/base/258772
>
> Log:
>   Update the interrupt handling code.
>    - arm_mask_irq, etc. have been moved to the platform code.
>    - The interrupt decode code is being moved to a common file in sys/dev/fdt
>

I'd strongly encourage you to adopt the pic_if.m stuff from PowerPC as
well. It allows handling both of these issues in the PIC driver (the
fdt_pic stuff is slated for demolition, by the way), which can then be
standalone, as well as allowing multiple/cascaded interrupt controllers.
I'd be happy to provide any help you need on porting these.
-Nathan


More information about the svn-src-projects mailing list