Lines Matching refs:FDT
15 replace direct passing of 'struct bd_info' which was used to boot pre-FDT
19 compatibility for platforms which are not FDT ready. Number of elements
20 playing role in the booting process has increased and now includes the FDT
21 blob. Kernel image, FDT blob and possibly ramdisk image - all must be placed
23 missing: FDT is not present for legacy platforms, ramdisk is always optional.
44 This document defines new uImage structure by providing FDT bindings for new
50 To avoid confusion with the kernel FDT the following naming convention is
265 The FDT blob is required to properly boot FDT based kernel, so the minimal
266 configuration for 2.6 FDT kernel is (kernel, fdt) pair.
268 Older, 2.4 kernel and 2.6 non-FDT kernel do not use FDT blob, in such cases
269 'struct bd_info' must be passed instead of FDT blob, thus fdt property *must