Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 7 of 7) sorted by relevance

/boot/
A Dvbe_simple_os.c54 oftree tree = event->data.ft_fixup.tree; in bootmeth_vbe_simple_ft_fixup() local
71 chosen = oftree_path(tree, "/chosen"); in bootmeth_vbe_simple_ft_fixup()
A Dupl_write.c604 oftree tree; in upl_create_handoff_tree() local
607 ret = oftree_new(&tree); in upl_create_handoff_tree()
611 root = oftree_root(tree); in upl_create_handoff_tree()
619 *treep = tree; in upl_create_handoff_tree()
A DKconfig143 bool "Select the best match for the kernel device tree"
243 particular it can handle selecting from multiple device tree
272 over the device tree.
701 the device tree /chosen node, added during the device tree fixup
710 the device tree /chosen node, added during the device tree fixup
1256 bool "Store boot timing information in the OS device tree"
1842 fdt command to modify the device tree. The device tree is then passed
1851 The device tree is then passed to the OS.
1861 The device tree is then passed to the OS.
1869 The device tree is then passed to the OS.
[all …]
A Dupl_read.c544 int upl_read_handoff(struct upl *upl, oftree tree) in upl_read_handoff() argument
549 if (!oftree_valid(tree)) in upl_read_handoff()
552 root = oftree_root(tree); in upl_read_handoff()
A Dimage-fdt.c680 fixup.tree = oftree_from_fdt(blob); in image_setup_libfdt()
682 if (oftree_valid(fixup.tree)) { in image_setup_libfdt()
A Dvbe_request.c175 dest_parent = oftree_path(fixup->tree, "/chosen"); in bootmeth_vbe_ft_fixup()
A Dcedit.c524 int cedit_read_settings(struct expo *exp, oftree tree) in cedit_read_settings() argument
530 root = oftree_root(tree); in cedit_read_settings()

Completed in 19 milliseconds