the bitrig master branch has been updated by patrick with 1 new commit: commit 5e2735aed49e9f80080b29128aa5f24e91eb12ae diff: https://github.com/bitrig/bitrig/commit/5e2735a author: Patrick Wildt <[email protected]> date: Sun Apr 26 00:34:06 2015 +0200
fdt: recursively translate memory addresses Before this commit we only translated a devices' memory information once, using the information of its parent bus. This is not good, as that parent bus can also be part of a translated bus. This means we need to go all the way up and translate the addresses until we have addresses that the CPU can use. If we hit an empty range property, this means we hit a 1:1 mapping. Thus we can go one level upwards and check the next range property. If there's no range property, we hit a non-translatable barrier and have finished our translation process. M sys/arch/arm/fdt/fdt.c
