Home | History | Annotate | Download | only in common

Lines Matching refs:of_flat_tree

100  * @of_flat_tree: pointer to a char* variable, will hold fdt start address
104 * relocates the of_flat_tree into that region, even if the fdt is already in
108 * of_flat_tree and of_size are set to final (after relocation) values
114 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size)
116 void *fdt_blob = *of_flat_tree;
193 *of_flat_tree = of_start;
196 set_working_fdt_addr((ulong)*of_flat_tree);
209 * @of_flat_tree: pointer to a char* variable, will hold fdt start address
219 * of_flat_tree and of_size are set to fdt start address and length if
223 * of_flat_tree and of_size are set to 0 if no fdt exists
226 bootm_headers_t *images, char **of_flat_tree, ulong *of_size)
245 *of_flat_tree = NULL;
423 *of_flat_tree = fdt_blob;
425 debug(" of_flat_tree at 0x%08lx size 0x%08lx\n",
426 (ulong)*of_flat_tree, *of_size);
433 *of_flat_tree = NULL;