/third_party/uboot/u-boot-2020.01/board/xes/common/ |
D | board.c | 54 i = env_get_f("board_rev", buf, sizeof(buf)); in checkboard() 57 i = env_get_f("serial#", buf, sizeof(buf)); in checkboard() 60 i = env_get_f("board_cfg", buf, sizeof(buf)); in checkboard()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | env.h | 136 int env_get_f(const char *name, char *buf, unsigned int len);
|
/third_party/uboot/u-boot-2020.01/drivers/net/fm/ |
D | b4860.c | 100 env_get_f("hwconfig", buffer, sizeof(buffer)); in fman_port_enet_if()
|
/third_party/uboot/u-boot-2020.01/board/esd/meesc/ |
D | meesc.c | 186 if (env_get_f("serial#", str, sizeof(str)) > 0) { in checkboard()
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/ |
D | cpu_init.c | 259 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_tdm_law() 283 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in enable_cpc() 757 n = env_get_f("hwconfig", buffer, sizeof(buffer)); in cpu_init_r()
|
D | fsl_corenet_serdes.c | 518 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in fsl_serdes_init()
|
D | fdt.c | 96 ret = env_get_f("hwconfig", buffer, sizeof(buffer)); in ft_fixup_cpu()
|
/third_party/uboot/u-boot-2020.01/board/liebherr/mccmon6/ |
D | spl.c | 367 ret = env_get_f("boot_os", s, sizeof(s)); in spl_start_uboot() 381 ret = env_get_f("recovery_status", s, sizeof(s)); in spl_start_uboot()
|
/third_party/uboot/u-boot-2020.01/board/freescale/mpc837xerdb/ |
D | mpc837xerdb.c | 176 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in board_mmc_init()
|
/third_party/uboot/u-boot-2020.01/board/socrates/ |
D | socrates.c | 41 int i = env_get_f("serial#", buf, sizeof(buf)); in checkboard()
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/ |
D | mtd_uboot.c | 129 else if (env_get_f("mtdparts", tmp_parts, sizeof(tmp_parts)) != -1) in get_mtdparts()
|
D | cfi_flash.c | 2380 env_get_f("unlock", s, sizeof(s)); in flash_init()
|
/third_party/uboot/u-boot-2020.01/board/st/stm32mp1/ |
D | stm32mp1.c | 842 if (env_get_f(str, buf, MTDPARTS_LEN) != -1) in env_get_mtdparts() 954 ret = env_get_f(var_name, tmp_alt, DFU_ALT_BUF_LEN); in board_get_alt_info()
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/fsl/ |
D | options.c | 763 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in populate_memctl_options() 1410 if (env_get_f("hwconfig", buf, sizeof(buf)) < 0) in fsl_use_spd()
|
D | fsl_ddr_gen4.c | 512 if (env_get_f("ddr_bist", buffer, CONFIG_SYS_CBSIZE) >= 0) { in fsl_ddr_set_memctl_regs()
|
D | interactive.c | 1879 if (env_get_f("ddr_interactive", buffer, CONFIG_SYS_CBSIZE) >= 0) in fsl_ddr_interactive_env_var_exists() 1909 if (env_get_f("ddr_interactive", buffer2, in fsl_ddr_interactive()
|
/third_party/uboot/u-boot-2020.01/post/ |
D | post.c | 180 if (env_get_f(var[i], list, sizeof(list)) <= 0) in post_get_env_flags()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | nvedit.c | 679 if (env_get_f(name, (char *)(gd->env_buf), sizeof(gd->env_buf)) > 0) in env_get() 705 int env_get_f(const char *name, char *buf, unsigned len) in env_get_f() function
|
D | mtdparts.c | 1541 if (env_get_f("mtdparts", buf, MTDPARTS_MAXLEN) != -1)
|
/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/ |
D | b4860qds.c | 547 env_get_f("hwconfig", buffer, sizeof(buffer)); in configure_vsc3316_3308()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/ |
D | cpu.c | 1076 if (env_get_f("hwconfig", buffer, sizeof(buffer)) > 0) in config_core_prefetch()
|
/third_party/uboot/u-boot-2020.01/ |
D | README | 2788 created; also, when using EEPROM you will have to use env_get_f()
|