[PATCH] Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc

2009-04-29 Thread David Gibson
The powerpc kernel always requires an Open Firmware like device tree to supply device information. On systems without OF, this comes from a flattened device tree blob. This blob is usually generated by dtc, a tool which compiles a text description of the device tree into the flattened format

[PATCH] Move dtc and libfdt sources from arch/powerpc/boot to scripts/dtc

2009-04-20 Thread David Gibson
The powerpc kernel always requires an Open Firmware like device tree to supply device information. On systems without OF, this comes from a flattened device tree blob. This blob is usually generated by dtc, a tool which compiles a text description of the device tree into the flattened format