Statistics
| Branch: | Revision:

root / libfdt_env.h @ d3922ab5

History | View | Annotate | Download (1.1 kB)

# Date Author Comment
d3922ab5 06/14/2011 04:08 am Andreas Färber

Fix libfdt warnings on Darwin

Building with libfdt results in the following warnings on Mac OS X:

CC    ppc-softmmu/device_tree.o
In file included from /Users/andreas/QEMU/latest64/include/libfdt.h:54,
from /Users/andreas/QEMU/qemu/device_tree.c:26:...
8167ee88 07/16/2009 11:47 pm Blue Swirl

Update to a hopefully more future proof FSF address

Signed-off-by: Blue Swirl <>

f652e6af 12/16/2008 12:43 pm aurel32

Implement device tree support needed for Bamboo emulation

To implement the -kernel, -initrd, and -append options, 4xx board emulation
must load the guest kernel as if firmware had loaded it. Where u-boot would be
the firmware, we must load the flat device tree into memory and set key fields...