Lines Matching refs:FDT
21 i.e., without passing the Flattened Device Tree (FDT), and new way, where the
22 kernel is passed a pointer to the FDT. The boot method is indicated for each
52 - boot method: non-FDT
63 #ifdef CONFIG_OF_* | non-FDT | FDT |
64 #ifndef CONFIG_OF_* | non-FDT | non-FDT |
72 - boot method: non-FDT
75 ramdisk image, and <addr3> is the address of a FDT binary blob. Kernel is
77 - boot method: FDT
80 a FDT binary blob. Kernel is booted without initrd.
81 - boot method: FDT
85 - boot method: FDT or non-FDT, depending on whether the default configuration
86 defines FDT
90 - boot method: non-FDT
93 - boot method: FDT or non-FDT, depending on whether the configuration given
94 defines FDT
99 - boot method: non-FDT
103 <addr2>, and pass FDT blob <subimg3> from the image at <addr3>.
104 - boot method: FDT
107 of FDT binary blob that is to be passed to the kernel.
108 - boot method: FDT
111 at <addr1>, without initrd, and pass FDT blob <subimg3> from the image at
113 - boot method: FDT
116 of the FDT binary blob that is to be passed to the kernel.
117 - boot method: FDT
155 - boot "kernel-2" from a new uImage at 200000, with initrd "ramdisk-1" and FDT
160 at address 200000, with a raw FDT blob stored at address 600000:
163 - boot kernel "kernel-2" from new uImage at 200000 with FDT "fdt-1" from the