Searched refs:fdtdec_get_config_string (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | rk3288-board-spl.c | 44 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 D | rk3188-board-spl.c | 43 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 D | cli.c | 148 char *env = fdtdec_get_config_string(gd->fdt_blob, "bootcmd"); in cli_process_fdt()
|
/openbmc/u-boot/doc/device-tree-bindings/ |
H A D | config.txt | 6 fdtdec_get_config_bool() and fdtdec_get_config_string().
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi.c | 288 lcd_dt->name = fdtdec_get_config_string(blob, in exynos_dsim_config_parse_dt()
|
/openbmc/u-boot/include/ |
H A D | fdtdec.h | 777 char *fdtdec_get_config_string(const void *blob, const char *prop_name);
|
/openbmc/u-boot/env/ |
H A D | mmc.c | 81 str = fdtdec_get_config_string(gd->fdt_blob, dt_prop.partition); in mmc_offset()
|
/openbmc/u-boot/lib/ |
H A D | fdtdec.c | 923 char *fdtdec_get_config_string(const void *blob, const char *prop_name) in fdtdec_get_config_string() function
|