Lines Matching +full:on +full:- +full:device
5 depends on !ENV_IS_IN_EEPROM
6 depends on !ENV_IS_IN_EXT4
7 depends on !ENV_IS_IN_FAT
8 depends on !ENV_IS_IN_FLASH
9 depends on !ENV_IS_IN_MMC
10 depends on !ENV_IS_IN_NAND
11 depends on !ENV_IS_IN_NVRAM
12 depends on !ENV_IS_IN_ONENAND
13 depends on !ENV_IS_IN_REMOTE
14 depends on !ENV_IS_IN_SPI_FLASH
15 depends on !ENV_IS_IN_UBI
19 on a storage medium. In this case the environment will still exist
20 while U-Boot is running, but once U-Boot exits it will not be
21 stored. U-Boot will therefore always start up with a default
26 depends on !CHAIN_OF_TRUST
29 device and a driver for it.
31 - CONFIG_ENV_OFFSET:
32 - CONFIG_ENV_SIZE:
41 - CONFIG_ENV_EEPROM_IS_ON_I2C
43 EEPROM, which holds the environment, is on the I2C bus.
45 - CONFIG_I2C_ENV_EEPROM_BUS
46 if you have an Environment on an EEPROM reached over
57 depends on !CHAIN_OF_TRUST
68 depends on !CHAIN_OF_TRUST
75 depends on !CHAIN_OF_TRUST
84 Define this if you have a flash device which you want to use for the
88 "embedded" in the text segment with the U-Boot code. This
94 4 kB sectors - with U-Boot code before and after it. With
97 between U-Boot and the environment.
131 when your environment is "embedded" within U-Boot code,
133 for U-Boot code. It should be pointed out that this is
149 source code will make it necessary to adapt <board>/u-boot.lds*
153 bool "Environment in an MMC device"
154 depends on !CHAIN_OF_TRUST
155 depends on MMC
161 Define this if you have an MMC device which you want to use for the
166 Specifies which MMC device the environment is stored in.
178 area within the specified MMC device.
211 bool "Environment in a NAND device"
212 depends on !CHAIN_OF_TRUST
214 Define this if you have a NAND device which you want to use for the
217 - CONFIG_ENV_OFFSET:
218 - CONFIG_ENV_SIZE:
221 area within the first NAND device. CONFIG_ENV_OFFSET must be
224 - CONFIG_ENV_OFFSET_REDUND (optional):
232 - CONFIG_ENV_RANGE (optional):
235 can be written. This should be a multiple of the NAND device's
240 - CONFIG_ENV_OFFSET_OOB (optional):
243 environment from block zero's out-of-band data. The
249 bool "Environment in a non-volatile RAM"
250 depends on !CHAIN_OF_TRUST
252 Define this if you have some non-volatile memory device
256 - CONFIG_ENV_ADDR:
257 - CONFIG_ENV_SIZE:
266 depends on !CHAIN_OF_TRUST
268 Define this if you want to put your local device's environment in
271 - CONFIG_ENV_ADDR:
272 - CONFIG_ENV_SIZE:
274 These two #defines are used to determine the device range you
281 depends on !CHAIN_OF_TRUST
284 want to use for the local device's environment.
286 - CONFIG_ENV_ADDR:
287 - CONFIG_ENV_SIZE:
291 local device can get the environment from remote memory
296 depends on !CHAIN_OF_TRUST
305 Define this if you have a SPI Flash memory device which you
308 - CONFIG_ENV_OFFSET:
309 - CONFIG_ENV_SIZE:
315 - CONFIG_ENV_SECT_SIZE:
319 - CONFIG_ENV_OFFSET_REDUND (optional):
329 depends on ENV_IS_IN_SPI_FLASH
336 depends on USE_ENV_SPI_BUS
342 depends on ENV_IS_IN_SPI_FLASH
349 depends on USE_ENV_SPI_CS
355 depends on ENV_IS_IN_SPI_FLASH
362 depends on USE_ENV_SPI_MAX_HZ
368 depends on ENV_IS_IN_SPI_FLASH
374 depends on USE_ENV_SPI_MODE
381 depends on !CHAIN_OF_TRUST
384 environment. This has the benefit of wear-leveling the environment
385 accesses, which is important on NAND.
387 - CONFIG_ENV_UBI_PART:
391 - CONFIG_ENV_UBI_VOLUME:
396 - CONFIG_ENV_UBI_VOLUME_REDUND:
403 string "Name of the block device for the environment"
404 depends on ENV_IS_IN_FAT
408 Define this to a string that is the name of the block device.
411 string "Device and partition for where to store the environemt in FAT"
412 depends on ENV_IS_IN_FAT
415 default "0:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA = -1
416 default "1:auto" if ARCH_SUNXI && MMC_SUNXI_SLOT_EXTRA != -1
419 Define this to a string to specify the partition of the device. It can
423 - "D:P": device D partition P. Error occurs if device D has no
425 - "D:0": device D.
426 - "D" or "D:": device D partition 1 if device D has partition
427 table, or the whole device D if has no partition
429 - "D:auto": first partition in device D with bootable flag set.
430 If none, first valid partition in device D. If no
431 partition table then means device D.
435 depends on ENV_IS_IN_FAT
442 string "Name of the block device for the environment"
443 depends on ENV_IS_IN_EXT4
445 Define this to a string that is the name of the block device.
448 string "Device and partition for where to store the environemt in EXT4"
449 depends on ENV_IS_IN_EXT4
451 Define this to a string to specify the partition of the device. It can
455 - "D:P": device D partition P. Error occurs if device D has no
457 - "D:0": device D.
458 - "D" or "D:": device D partition 1 if device D has partition
459 table, or the whole device D if has no partition
461 - "D:auto": first partition in device D with bootable flag set.
462 If none, first valid partition in device D. If no
463 partition table then means device D.
467 depends on ENV_IS_IN_EXT4
477 depends on !ENV_IS_IN_UBI
478 depends on !ENV_IS_NOWHERE
485 Offset from the start of the device (or partition)
497 hex "Environment Sector-Size"
498 depends on !ENV_IS_NOWHERE && (ARCH_ZYNQ || ARCH_ZYNQMP)
506 depends on ENV_IS_IN_UBI
508 MTD partition containing the UBI device
512 depends on ENV_IS_IN_UBI
522 based on the settings of various CONFIG_* options, as well
529 depends on USE_DEFAULT_ENV_FILE
537 bool "Add run-time information to the environment"
540 run-time determined information about the hardware to the
551 bool "SPL Environment in an MMC device"
552 depends on !SPL_ENV_IS_NOWHERE
553 depends on ENV_IS_IN_MMC
560 depends on !SPL_ENV_IS_NOWHERE
561 depends on ENV_IS_IN_FAT
568 depends on !SPL_ENV_IS_NOWHERE
569 depends on ENV_IS_IN_EXT4
575 bool "SPL Environment in a NAND device"
576 depends on !SPL_ENV_IS_NOWHERE
577 depends on ENV_IS_IN_NAND
584 depends on !SPL_ENV_IS_NOWHERE
585 depends on ENV_IS_IN_SPI_FLASH
592 depends on !SPL_ENV_IS_NOWHERE
593 depends on ENV_IS_IN_FLASH
609 bool "TPL Environment in an MMC device"
610 depends on !TPL_ENV_IS_NOWHERE
611 depends on ENV_IS_IN_MMC
618 depends on !TPL_ENV_IS_NOWHERE
619 depends on ENV_IS_IN_FAT
626 depends on !TPL_ENV_IS_NOWHERE
627 depends on ENV_IS_IN_EXT4
633 bool "TPL Environment in a NAND device"
634 depends on !TPL_ENV_IS_NOWHERE
635 depends on ENV_IS_IN_NAND
642 depends on !TPL_ENV_IS_NOWHERE
643 depends on ENV_IS_IN_SPI_FLASH
650 depends on !TPL_ENV_IS_NOWHERE
651 depends on ENV_IS_IN_FLASH
660 depends on ENV_IS_IN_EEPROM || ENV_IS_IN_MMC || ENV_IS_IN_NAND || \
663 Offset from the start of the device (or partition)