Searched refs:fdt_property_string (Results 1 – 4 of 4) sorted by relevance
/u-boot/tools/ |
A D | fit_image.c | 170 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 D | fdtdec_test.c | 75 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 D | libfdt.h | 1438 #define fdt_property_string(fdt, name, str) \ macro
|
/u-boot/scripts/dtc/pylibfdt/ |
A D | libfdt.i_shipped | 877 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