Home
last modified time | relevance | path

Searched refs:fdtdec_get_config_string (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board-spl.c44 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device()
179 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
H A Drk3188-board-spl.c43 bootdev = fdtdec_get_config_string(blob, "u-boot,boot0"); in spl_boot_device()
190 led_name = fdtdec_get_config_string(gd->fdt_blob, "u-boot,boot-led"); in setup_led()
/openbmc/u-boot/common/
H A Dcli.c148 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt()
/openbmc/u-boot/doc/device-tree-bindings/
H A Dconfig.txt6 fdtdec_get_config_bool() and fdtdec_get_config_string().
/openbmc/u-boot/drivers/video/exynos/
H A Dexynos_mipi_dsi.c288 lcd_dt->name = fdtdec_get_config_string(blob, in exynos_dsim_config_parse_dt()
/openbmc/u-boot/include/
H A Dfdtdec.h777 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
/openbmc/u-boot/env/
H A Dmmc.c81 str = fdtdec_get_config_string(gd->fdt_blob, dt_prop.partition); in mmc_offset()
/openbmc/u-boot/lib/
H A Dfdtdec.c923 char *fdtdec_get_config_string(const void *blob, const char *prop_name) in fdtdec_get_config_string() function