Lines Matching refs:environment

18 	  Define this if you don't want to or can't have an environment stored
19 on a storage medium. In this case the environment will still exist
22 environment.
35 environment area within the total memory of your EEPROM.
43 EEPROM, which holds the environment, is on the I2C bus.
52 EEPROM which holds the environment, is reached over
64 Define this if you want to use the FAT file system for the environment.
71 Define this if you want to use the EXT4 file system for the environment.
85 environment.
87 a) The environment occupies one whole flash sector, which is
93 such a case you would place the environment in one of the
96 environment in one of the last sectors, leaving a gap
97 between U-Boot and the environment.
101 Offset of environment data (variable area) to the
111 the flash sector containing the environment (instead of
116 Size of the sector containing the environment.
121 the environment.
127 of this flash sector for the environment. This saves
128 memory for the RAM copy of the environment.
131 when your environment is "embedded" within U-Boot code,
135 updating the environment in flash makes it always
144 a redundant copy of the environment data, so that there is
162 environment.
166 Specifies which MMC device the environment is stored in.
170 Specifies which MMC partition the environment is stored in. If not
177 These two #defines specify the offset and size of the environment
185 environment placed at the very end of the partition, to leave the
194 hold a redundant copy of the environment data. This provides a
215 environment.
220 These two #defines specify the offset and size of the environment
227 size used to hold a redundant copy of the environment data, so
234 Specifies the length of the region in which the environment
243 environment from block zero's out-of-band data. The
254 environment.
260 want to use for environment. It is assumed that this memory
268 Define this if you want to put your local device's environment in
275 want to use for environment. It is assumed that this memory
284 want to use for the local device's environment.
290 environment area within the remote memory space. The
291 local device can get the environment from remote memory
306 want to use for the environment.
312 environment area within the SPI Flash. CONFIG_ENV_OFFSET must be
322 size used to hold a redundant copy of the environment data, so
328 bool "SPI flash bus for environment"
331 Force the SPI bus for environment.
335 int "Value of SPI flash bus for environment"
338 Value the SPI bus and chip select for environment.
341 bool "SPI flash chip select for environment"
344 Force the SPI chip select for environment.
348 int "Value of SPI flash chip select for environment"
351 Value of the SPI chip select for environment.
354 bool "SPI flash bus for environment"
357 Force the SPI max work clock for environment.
361 int "Value of SPI flash max work for environment"
364 Value of the SPI max work clock for environment.
367 bool "SPI flash mode for environment"
370 Force the SPI work mode for environment.
373 hex "Value of SPI flash work mode for environment"
376 Value of the SPI work mode for environment.
384 environment. This has the benefit of wear-leveling the environment
394 environment in.
399 the environment in. This will enable redundant environments in UBI.
403 string "Name of the block device for the environment"
434 string "Name of the FAT file to use for the environment"
439 environment.
442 string "Name of the block device for the environment"
466 string "Name of the EXT4 file to use for the environment"
471 environment (explicit path to the file)
494 Size of the environment storage area
502 Size of the sector containing the environment.
514 Name of the volume that you want to store the environment in.
519 bool "Create default environment from file"
521 Normally, the default environment is automatically generated
524 you can instead define the entire default environment in an
528 string "Path to default environment file"
531 The path containing the default environment. The format is
537 bool "Add run-time information to the environment"
541 environment. These will be named board_name, board_rev.
548 Similar to ENV_IS_NOWHERE, used for SPL environment.
556 Similar to ENV_IS_IN_MMC, used for SPL environment.
564 Similar to ENV_IS_IN_FAT, used for SPL environment.
572 Similar to ENV_IS_IN_EXT4, used for SPL environment.
580 Similar to ENV_IS_IN_NAND, used for SPL environment.
588 Similar to ENV_IS_IN_SPI_FLASH, used for SPL environment.
596 Similar to ENV_IS_IN_FLASH, used for SPL environment.
606 Similar to ENV_IS_NOWHERE, used for TPL environment.
614 Similar to ENV_IS_IN_MMC, used for TPL environment.
622 Similar to ENV_IS_IN_FAT, used for TPL environment.
630 Similar to ENV_IS_IN_EXT4, used for TPL environment.
638 Similar to ENV_IS_IN_NAND, used for TPL environment.
646 Similar to ENV_IS_IN_SPI_FLASH, used for TPL environment.
654 Similar to ENV_IS_IN_FLASH, used for TPL environment.
668 Size of the environment storage area