the bitrig master branch has been updated by patrick with 5 new commits: commit 0ea8aa0485f0b489ab3e8007196610e74d6a510d diff: https://github.com/bitrig/bitrig/commit/0ea8aa0 author: Patrick Wildt <[email protected]> date: Mon Feb 9 18:56:51 2015 +0100
arm: sort fdtbus functions, add comments M sys/arch/arm/fdt/fdtbus.c commit e62e5a4d9845495b6343c824f526de198c2175c2 diff: https://github.com/bitrig/bitrig/commit/e62e5a4 author: Patrick Wildt <[email protected]> date: Mon Feb 9 18:48:02 2015 +0100 arm: skip attaching nodes that are already attached M sys/arch/arm/fdt/fdtbus.c commit 59621a0431e1e72a2c5101f6eeb00877990b6c55 diff: https://github.com/bitrig/bitrig/commit/59621a0 author: Patrick Wildt <[email protected]> date: Mon Feb 9 18:07:45 2015 +0100 arm: make cortex devices attach to FDT bus directly Instead of hanging on the cortex bus, attach cortex devices directly to the FDT bus if an FDT is provided. Note: There is still a bit of namespace violation, this will be cleaned up soon. M sys/arch/arm/conf/files.arm M sys/arch/arm/cortex/agtimer.c M sys/arch/arm/cortex/ampintc.c M sys/arch/arm/cortex/cortex.c M sys/arch/arm/cortex/cortex.h M sys/arch/arm/cortex/files.cortex M sys/arch/arm/fdt/fdtbus.c M sys/arch/armv7/conf/generic M sys/arch/armv7/virt/pl011.c commit e7fe4fcd9dfff40b3d94fb8ce2e07c4b85161092 diff: https://github.com/bitrig/bitrig/commit/e7fe4fc author: Patrick Wildt <[email protected]> date: Mon Feb 9 17:43:06 2015 +0100 arm: move fdtbus out of armv7, but it still has a dependency left. M sys/arch/arm/conf/files.arm A sys/arch/arm/fdt/fdtbus.c D sys/arch/armv7/fdt/fdtbus.c M sys/arch/armv7/fdt/files.fdt commit d7f8f68458a95b888820753fbe94f77376864c5a diff: https://github.com/bitrig/bitrig/commit/d7f8f68 author: Patrick Wildt <[email protected]> date: Mon Feb 9 17:30:54 2015 +0100 arm: move the file around. D sys/arch/arm/arm/fdt.c M sys/arch/arm/conf/files.arm A sys/arch/arm/fdt/fdt.c
