Home
last modified time | relevance | path

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

/u-boot/tools/
A Dfit_image.c170 return fdt_property_string(fdt, name, str); in fdt_property_strf()
229 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
231 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
233 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
264 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
266 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
277 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
279 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
327 fdt_property_string(fdt, typename, str); in fit_write_configs()
331 fdt_property_string(fdt, FIT_RAMDISK_PROP, in fit_write_configs()
[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_shipped877 while self.check_space(fdt_property_string(self._fdt, name, string)):
1110 int fdt_property_string(void *fdt, const char *name, const char *val);

Completed in 9 milliseconds