Lines Matching +full:auto +full:- +full:boot
39 while U-Boot is running, but once U-Boot exits it will not be
40 stored. U-Boot will therefore always start up with a default
73 - CONFIG_ENV_OFFSET:
74 - CONFIG_ENV_SIZE:
83 - CONFIG_ENV_EEPROM_IS_ON_I2C
87 - CONFIG_I2C_ENV_EEPROM_BUS
104 - CONFIG_FAT_WRITE:
115 "embedded" in the text segment with the U-Boot code. This
116 happens usually with "bottom boot sector" or "top boot
121 4 kB sectors - with U-Boot code before and after it. With
122 "top boot sector" type flash chips, you would put the
124 between U-Boot and the environment.
129 beginning of flash memory; for instance, with bottom boot
158 when your environment is "embedded" within U-Boot code,
160 for U-Boot code. It should be pointed out that this is
176 source code will make it necessary to adapt <board>/u-boot.lds*
194 1 (first MMC boot partition), 2 (second MMC boot partition).
239 - CONFIG_ENV_OFFSET:
240 - CONFIG_ENV_SIZE:
246 - CONFIG_ENV_OFFSET_REDUND (optional):
254 - CONFIG_ENV_RANGE (optional):
262 - CONFIG_ENV_OFFSET_OOB (optional):
265 environment from block zero's out-of-band data. The
271 bool "Environment in a non-volatile RAM"
274 Define this if you have some non-volatile memory device
278 - CONFIG_ENV_ADDR:
279 - CONFIG_ENV_SIZE:
293 - CONFIG_ENV_ADDR:
294 - CONFIG_ENV_SIZE:
308 - CONFIG_ENV_ADDR:
309 - CONFIG_ENV_SIZE:
323 - CONFIG_ENV_OFFSET:
324 - CONFIG_ENV_SIZE:
330 - CONFIG_ENV_SECT_SIZE:
334 - CONFIG_ENV_OFFSET_REDUND (optional):
342 - CONFIG_ENV_SPI_BUS (optional):
343 - CONFIG_ENV_SPI_CS (optional):
347 - CONFIG_ENV_SPI_MAX_HZ (optional):
351 - CONFIG_ENV_SPI_MODE (optional):
360 environment. This has the benefit of wear-leveling the environment
363 - CONFIG_ENV_UBI_PART:
367 - CONFIG_ENV_UBI_VOLUME:
372 - CONFIG_ENV_UBI_VOLUME_REDUND:
378 - CONFIG_UBI_SILENCE_MSG
379 - CONFIG_UBIFS_SILENCE_MSG
391 - CONFIG_ENV_OFFSET:
392 - CONFIG_ENV_SIZE:
398 - CONFIG_ENV_OFFSET_REDUND (optional):
406 - CONFIG_ENV_SIZE_REDUND (optional):
412 - CONFIG_SYS_MMC_ENV_PART (optional):
416 1 (first MMC boot partition), 2 (second MMC boot partition).
421 bool "AES-128 encryption for stored environment (DEPRECATED)"
423 Enable this to have the on-device stored environment be encrypted
424 with AES-128. The implementation here however has security
426 CVE-2017-3225 and CVE-2017-3226 for more details.
439 default "0:auto" if ARCH_ZYNQMP
445 "D:P", "D:0", "D", "D:" or "D:auto" (D, P are integers. And P >= 1)
446 - "D:P": device D partition P. Error occurs if device D has no
448 - "D:0": device D.
449 - "D" or "D:": device D partition 1 if device D has partition
452 - "D:auto": first partition in device D with bootable flag set.