Searched refs:env (Results 1 – 4 of 4) sorted by relevance
| /env/ |
| A D | common.c | 261 static int env_get_from_linear(const char *env, const char *name, char *buf, in env_get_from_linear() argument 272 for (p = env; *p != '\0'; p = end + 1) { in env_get_from_linear() 277 if (end - env >= CONFIG_ENV_SIZE) in env_get_from_linear() 304 const char *env; in env_get_f() local 307 env = default_environment; in env_get_f() 309 env = (const char *)gd->env_addr; in env_get_f() 311 return env_get_from_linear(env, name, buf, len); in env_get_f()
|
| A D | sf.c | 309 env_t env; in env_sf_erase() local 316 memset(&env, 0, sizeof(env_t)); in env_sf_erase() 317 ret = spi_flash_write(env_flash, CONFIG_ENV_OFFSET, CONFIG_ENV_SIZE, &env); in env_sf_erase() 322 ret = spi_flash_write(env_flash, ENV_OFFSET_REDUND, CONFIG_ENV_SIZE, &env); in env_sf_erase()
|
| A D | Makefile | 7 obj-$(CONFIG_$(PHASE_)ENV_SUPPORT) += env.o
|
| A D | Kconfig | 13 The file must be in the board directory and have a .env extension, so 15 board/<vendor>/<board>/<CONFIG_ENV_SOURCE_FILE>.env 20 the file board/<vendor>/<board>/<SYS_BOARD>.env exists. Otherwise the 255 tree with partition name: "u-boot,mmc-env-partition" or with 256 offset: "u-boot,mmc-env-offset", "u-boot,mmc-env-offset-redundant". 285 "nand env.oob" command can be used to record this offset. 528 default "uboot.env" 536 default "uboot-redund.env" 572 default "/uboot.env" 742 try to get the env partition name from the device-tree's /config [all …]
|
Completed in 10 milliseconds