Searched refs:of_live (Results 1 - 10 of 10) sorted by relevance

/u-boot/include/dm/
H A Droot.h145 * @of_live: Enable live device tree
148 int dm_init(bool of_live);
/u-boot/test/
H A Dtest-main.c13 #include <of_live.h>
83 bool of_live = uts->of_live; local
85 if (of_live && (gd->flags & GD_FLG_FDT_CHANGED)) {
103 gd_set_of_root(of_live ? uts->of_root : NULL);
105 ut_assertok(dm_init(of_live));
406 if ((test->flags & UT_TESTF_DM) && !uts->of_live)
460 uts->of_live = true;
485 uts->of_live = false;
/u-boot/test/boot/
H A Dvbe_simple.c12 #include <of_live.h>
/u-boot/include/test/
H A Dtest.h18 * @of_live: true to use livetree if available, false to use flattree
40 bool of_live; member in struct:unit_test_state
/u-boot/lib/
H A DMakefile16 obj-$(CONFIG_OF_LIVE) += of_live.o
H A Dof_live.c16 #include <of_live.h>
/u-boot/common/
H A Dboard_r.c48 #include <of_live.h>
215 bootstage_start(BOOTSTAGE_ID_ACCUM_OF_LIVE, "of_live");
/u-boot/drivers/core/
H A Droot.c94 int dm_init(bool of_live) argument
H A Dofnode.c14 #include <of_live.h>
/u-boot/test/dm/
H A Dofnode.c22 #include <of_live.h>

Completed in 80 milliseconds