Home
last modified time | relevance | path

Searched refs:redundant (Results 1 – 19 of 19) sorted by relevance

/u-boot/tools/
A Dmkenvimage.c80 int redundant = 0; in main() local
109 redundant = 1; in main()
153 envsize = datasize - (CRC_SIZE + redundant); in main()
154 envptr = dataptr + CRC_SIZE + redundant; in main()
262 if (redundant) in main()
/u-boot/tools/env/
A Dfw_env.c1422 struct env_image_redundant *redundant; in fw_env_open() local
1443 redundant = addr0; in fw_env_open()
1444 environment.crc = &redundant->crc; in fw_env_open()
1445 environment.flags = &redundant->flags; in fw_env_open()
1446 environment.data = redundant->data; in fw_env_open()
1483 redundant = addr1; in fw_env_open()
1520 crc1_ok = (crc1 == redundant->crc); in fw_env_open()
1521 flag1 = redundant->flags; in fw_env_open()
1586 environment.crc = &redundant->crc; in fw_env_open()
1587 environment.flags = &redundant->flags; in fw_env_open()
[all …]
A Dfw_env.config2 # Up to two entries are valid, in this case the redundant
A DREADME40 that does not have support for redundant environment enabled.
/u-boot/doc/device-tree-bindings/
A Dconfig.txt34 u-boot,mmc-env-offset-redundant
36 of the u-boot,mmc-env-offset-redundant' properties overrides
/u-boot/doc/
A DREADME.AMCC-eval-boards-cleanup13 o Added config option to use redundant environment in flash. This is also
/u-boot/scripts/kconfig/
A Dmerge_config.sh127 echo Value of $CFG is redundant by fragment $MERGE_FILE:
/u-boot/configs/
A Dmx28evk_defconfig39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
A Dmx28evk_spi_defconfig37 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
A Dmx28evk_auart_console_defconfig39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
A Dmx28evk_nand_defconfig39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
/u-boot/env/
A DKconfig150 a redundant copy of the environment data, so that there is
200 hold a redundant copy of the environment data. This provides a
227 size used to hold a redundant copy of the environment data, so
322 size used to hold a redundant copy of the environment data, so
409 the environment in. This will enable redundant environments in UBI.
413 bool "Enable redundant environment support"
416 selecting this option, you can then define where to hold a redundant
421 storing variables to redundant location on a non volatile device.
513 Offset from the start of the device (or partition) of the redundant
538 Offset from the start of the device (or partition) of the redundant
[all …]
/u-boot/doc/device-tree-bindings/pwm/
A Dpwm.txt40 Note that in the example above, specifying the "pwm-names" is redundant
/u-boot/doc/board/intel/
A Dedison.rst140 Saving Environment to MMC... Writing to redundant MMC(0)... OK
147 Saving Environment to MMC... Writing to redundant MMC(0)... OK
/u-boot/Licenses/
A DREADME27 source code with mostly redundant information, but also makes it very
/u-boot/arch/arm/dts/
A Dam335x-rut.dts49 label = "power-fail-redundant";
/u-boot/drivers/mtd/nand/raw/
A DKconfig409 Set the offset from the start of the nand where the redundant u-boot
/u-boot/
A DKconfig378 Some U-Boot pointers have redundant information, so we can use a
A DREADME2620 environment. If redundant environment is used, it will be copied to
3551 Some boards come with redundant Ethernet interfaces; U-Boot supports

Completed in 29 milliseconds