Home
last modified time | relevance | path

Searched refs:of_live (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/test/dm/
Dtest-main.c24 static int dm_test_init(struct unit_test_state *uts, bool of_live) in dm_test_init() argument
35 gd->of_root = of_live ? uts->of_root : NULL; in dm_test_init()
37 ut_assertok(dm_init(of_live)); in dm_test_init()
79 bool of_live) in dm_do_test() argument
85 !of_live ? " (flat tree)" : ""); in dm_do_test()
86 ut_assertok(dm_test_init(uts, of_live)); in dm_do_test()
/third_party/uboot/u-boot-2020.01/include/dm/
Droot.h107 int dm_init(bool of_live);
/third_party/uboot/u-boot-2020.01/drivers/core/
Droot.c132 int dm_init(bool of_live) in dm_init() argument
153 if (of_live) in dm_init()
/third_party/uboot/u-boot-2020.01/lib/
DMakefile16 obj-$(CONFIG_OF_LIVE) += of_live.o
/third_party/uboot/u-boot-2020.01/common/
Dboard_r.c.orig40 #include <of_live.h>
295 bootstage_start(BOOTSTAGE_ID_ACCUM_OF_LIVE, "of_live");