Lines Matching full:environment

1 menu "Environment"  menu
4 bool "Environment is not stored"
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.
25 bool "Environment in EEPROM"
35 environment area within the total memory of your EEPROM.
43 EEPROM, which holds the environment, is on the I2C bus.
46 if you have an Environment on an EEPROM reached over
52 EEPROM which holds the environment, is reached over
56 bool "Environment is in a FAT filesystem"
64 Define this if you want to use the FAT file system for the environment.
67 bool "Environment is in a EXT4 filesystem"
71 Define this if you want to use the EXT4 file system for the environment.
74 bool "Environment in flash memory"
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
153 bool "Environment in an MMC device"
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
211 bool "Environment in a NAND device"
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
249 bool "Environment in a non-volatile RAM"
254 environment.
260 want to use for environment. It is assumed that this memory
265 bool "Environment is in OneNAND"
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
280 bool "Environment is in remote memory space"
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
295 bool "Environment is in SPI flash"
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.
380 bool "Environment in a UBI volume"
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)
476 hex "Environment Offset"
488 hex "Environment Size"
494 Size of the environment storage area
497 hex "Environment Sector-Size"
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.
545 bool "SPL Environment is not stored"
548 Similar to ENV_IS_NOWHERE, used for SPL environment.
551 bool "SPL Environment in an MMC device"
556 Similar to ENV_IS_IN_MMC, used for SPL environment.
559 bool "SPL Environment is in a FAT filesystem"
564 Similar to ENV_IS_IN_FAT, used for SPL environment.
567 bool "SPL Environment is in a EXT4 filesystem"
572 Similar to ENV_IS_IN_EXT4, used for SPL environment.
575 bool "SPL Environment in a NAND device"
580 Similar to ENV_IS_IN_NAND, used for SPL environment.
583 bool "SPL Environment is in SPI flash"
588 Similar to ENV_IS_IN_SPI_FLASH, used for SPL environment.
591 bool "SPL Environment in flash memory"
596 Similar to ENV_IS_IN_FLASH, used for SPL environment.
603 bool "TPL Environment is not stored"
606 Similar to ENV_IS_NOWHERE, used for TPL environment.
609 bool "TPL Environment in an MMC device"
614 Similar to ENV_IS_IN_MMC, used for TPL environment.
617 bool "TPL Environment is in a FAT filesystem"
622 Similar to ENV_IS_IN_FAT, used for TPL environment.
625 bool "TPL Environment is in a EXT4 filesystem"
630 Similar to ENV_IS_IN_EXT4, used for TPL environment.
633 bool "TPL Environment in a NAND device"
638 Similar to ENV_IS_IN_NAND, used for TPL environment.
641 bool "TPL Environment is in SPI flash"
646 Similar to ENV_IS_IN_SPI_FLASH, used for TPL environment.
649 bool "TPL Environment in flash memory"
654 Similar to ENV_IS_IN_FLASH, used for TPL environment.
659 hex "Environment offset"
666 hex "Environment Size"
668 Size of the environment storage area