Searched refs:fdt_property_string (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/tools/ |
| H A D | fit_image.c | 160 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 D | fdtdec_test.c | 92 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 D | libfdt.h | 1339 #define fdt_property_string(fdt, name, str) \ macro
|
| /openbmc/u-boot/scripts/dtc/pylibfdt/ |
| H A D | libfdt.i_shipped | 862 while self.check_space(fdt_property_string(self._fdt, name, string)): 1088 int fdt_property_string(void *fdt, const char *name, const char *val);
|