Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dfit_image.c160 return fdt_property_string(fdt, name, str); in fdt_property_strf()
205 fdt_property_string(fdt, FIT_DESC_PROP, params->imagename); in fit_write_images()
206 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
207 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
209 fdt_property_string(fdt, FIT_OS_PROP, in fit_write_images()
211 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
234 fdt_property_string(fdt, FIT_DESC_PROP, str); in fit_write_images()
239 fdt_property_string(fdt, FIT_TYPE_PROP, typename); in fit_write_images()
240 fdt_property_string(fdt, FIT_ARCH_PROP, in fit_write_images()
242 fdt_property_string(fdt, FIT_COMP_PROP, in fit_write_images()
[all …]
/openbmc/u-boot/lib/
H A Dfdtdec_test.c92 CHECK(fdt_property_string(fdt, name, value)); in make_fdt()
100 CHECK(fdt_property_string(fdt, "compatible", in make_fdt()
103 CHECK(fdt_property_string(fdt, "status", "disabled")); in make_fdt()
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dlibfdt.h1339 #define fdt_property_string(fdt, name, str) \ macro
/openbmc/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped862 while self.check_space(fdt_property_string(self._fdt, name, string)):
1088 int fdt_property_string(void *fdt, const char *name, const char *val);