Home
last modified time | relevance | path

Searched refs:env_get_f (Results 1 – 22 of 22) sorted by relevance

/openbmc/u-boot/board/xes/common/
H A Dboard.c53 i = env_get_f("board_rev", buf, sizeof(buf)); in checkboard()
56 i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
59 i = env_get_f("board_cfg", buf, sizeof(buf)); in checkboard()
/openbmc/u-boot/board/micronas/vct/
H A Dvct.c74 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/openbmc/u-boot/drivers/net/fm/
H A Db4860.c99 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
/openbmc/u-boot/board/liebherr/mccmon6/
H A Dmccmon6.c469 ret = env_get_f("boot_os", s, sizeof(s)); in spl_start_uboot()
483 ret = env_get_f("recovery_status", s, sizeof(s)); in spl_start_uboot()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c257 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_tdm_law()
281 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_cpc()
755 n = env_get_f("hwconfig", buffer, sizeof(buffer)); in cpu_init_r()
H A Dfsl_corenet_serdes.c516 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
H A Dfdt.c96 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
/openbmc/u-boot/board/esd/meesc/
H A Dmeesc.c183 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
/openbmc/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c175 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
/openbmc/u-boot/include/
H A Dcommon.h175 int env_get_f(const char *name, char *buf, unsigned len);
/openbmc/u-boot/drivers/mtd/
H A Dmtd_uboot.c130 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
H A Dcfi_flash.c2376 env_get_f("unlock", s, sizeof(s)); in flash_init()
/openbmc/u-boot/board/socrates/
H A Dsocrates.c40 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
/openbmc/u-boot/drivers/ddr/fsl/
H A Doptions.c762 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in populate_memctl_options()
1409 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in fsl_use_spd()
H A Dfsl_ddr_gen4.c511 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
H A Dinteractive.c1878 if (env_get_f("ddr_interactive", buffer, CONFIG_SYS_CBSIZE) >= 0) in fsl_ddr_interactive_env_var_exists()
1908 if (env_get_f("ddr_interactive", buffer2, in fsl_ddr_interactive()
/openbmc/u-boot/cmd/
H A Dnvedit.c682 if (env_get_f(name, (char *)(gd->env_buf), sizeof(gd->env_buf)) > 0) in env_get()
691 int env_get_f(const char *name, char *buf, unsigned len) in env_get_f() function
H A Dmtdparts.c1540 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
/openbmc/u-boot/post/
H A Dpost.c178 if (env_get_f(var[i], list, sizeof(list)) <= 0) in post_get_env_flags()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c544 env_get_f("hwconfig", buffer, sizeof(buffer)); in configure_vsc3316_3308()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c1053 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in config_core_prefetch()
/openbmc/u-boot/
H A DREADME2966 created; also, when using EEPROM you will have to use env_get_f()