Home
last modified time | relevance | path

Searched refs:fdt_property_string (Results 1 – 6 of 6) sorted by relevance

/u-boot/tools/
A Dfit_image.c178 return fdt_property_string(fdt, name, str); in fdt_property_strf()
281 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
283 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
285 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
316 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
318 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
331 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
333 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
383 fdt_property_string(fdt, typename, str); in fit_write_configs()
387 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()
[all …]
/u-boot/test/cmd/
A Dfdt.c102 ut_assertok(fdt_property_string(fdt, "compatible", "u-boot,fdt-test")); in make_fuller_fdt()
104 ut_assertok(fdt_property_string(fdt, "model", "U-Boot FDT test")); in make_fuller_fdt()
108 ut_assertok(fdt_property_string(fdt, "badalias", "/bad/alias")); in make_fuller_fdt()
112 ut_assertok(fdt_property_string(fdt, "testnodealias", "/test-node@1234")); in make_fuller_fdt()
119 ut_assertok(fdt_property_string(fdt, "compatible", "u-boot,fdt-test-device1")); in make_fuller_fdt()
1207 ut_assertok(fdt_property_string(fdt, "device_type", "memory")); in fdt_test_memory_cells()
1389 ut_assertok(fdt_property_string(fdto, "target-path", "/")); in fdt_test_apply()
1391 ut_assertok(fdt_property_string(fdto, "newstring", "newvalue")); in fdt_test_apply()
1431 ut_assertok(fdt_property_string(fdto, "target-path", "/")); in fdt_test_apply()
1433 ut_assertok(fdt_property_string(fdto, "newstring", "newervalue")); in fdt_test_apply()
[all …]
/u-boot/lib/
A Dfdtdec_test.c75 CHECK(fdt_property_string(fdt, name, value)); in make_fdt()
83 CHECK(fdt_property_string(fdt, "compatible", in make_fdt()
86 CHECK(fdt_property_string(fdt, "status", "disabled")); in make_fdt()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1438 #define fdt_property_string(fdt, name, str) \ macro
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped881 while self.check_space(fdt_property_string(self._fdt, name, string)):
1114 int fdt_property_string(void *fdt, const char *name, const char *val);
/u-boot/test/dm/
A Dofnode.c742 ut_assertok(fdt_property_string(fdt, "mmc0", "/new-mmc")); in make_ofnode_fdt()

Completed in 25 milliseconds