the bitrig master branch has been updated by patrick with 2 new commits: commit d0f5555a92c2d5396de09bbdecfbf27a3751902f diff: https://github.com/bitrig/bitrig/commit/d0f5555 author: Patrick Wildt <[email protected]> date: Tue Feb 10 10:25:26 2015 +0100
arm: scan the tree for interrupt controllers first Even though you can usually assume that the nodes are in the correct order in the FDT, we can't do that for the interrupt controller. Therefore we need to manually search for interrupt controllers before scanning the rest of the tree. We create a list of interrupt controllers which we will try to get down to zero by attaching ever one of them. Still, we need to take care of the interrupt controller hierarchy. Therefore, we look for the root IC first, add it to the parent list and then try to attach each parent's children. M sys/arch/arm/fdt/fdt.c M sys/arch/arm/fdt/fdtbus.c M sys/arch/arm/include/fdt.h commit 9934e9ddc3367e4ed01a01248b20e6585bd07da0 diff: https://github.com/bitrig/bitrig/commit/9934e9d author: Patrick Wildt <[email protected]> date: Tue Feb 10 00:42:03 2015 +0100 arm: add a way to look for nodes with a specific property M sys/arch/arm/fdt/fdt.c M sys/arch/arm/include/fdt.h
