Searched refs:redundant (Results 1 – 19 of 19) sorted by relevance
/u-boot/tools/ |
A D | mkenvimage.c | 80 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 D | fw_env.c | 1422 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 D | fw_env.config | 2 # Up to two entries are valid, in this case the redundant
|
A D | README | 40 that does not have support for redundant environment enabled.
|
/u-boot/doc/device-tree-bindings/ |
A D | config.txt | 34 u-boot,mmc-env-offset-redundant 36 of the u-boot,mmc-env-offset-redundant' properties overrides
|
/u-boot/doc/ |
A D | README.AMCC-eval-boards-cleanup | 13 o Added config option to use redundant environment in flash. This is also
|
/u-boot/scripts/kconfig/ |
A D | merge_config.sh | 127 echo Value of $CFG is redundant by fragment $MERGE_FILE:
|
/u-boot/configs/ |
A D | mx28evk_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
|
A D | mx28evk_spi_defconfig | 37 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
|
A D | mx28evk_auart_console_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
|
A D | mx28evk_nand_defconfig | 39 CONFIG_MTDPARTS_DEFAULT="mtdparts=gpmi-nand:3m(bootloader)ro,512k(environment),512k(redundant-envir…
|
/u-boot/env/ |
A D | Kconfig | 150 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 D | pwm.txt | 40 Note that in the example above, specifying the "pwm-names" is redundant
|
/u-boot/doc/board/intel/ |
A D | edison.rst | 140 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 D | README | 27 source code with mostly redundant information, but also makes it very
|
/u-boot/arch/arm/dts/ |
A D | am335x-rut.dts | 49 label = "power-fail-redundant";
|
/u-boot/drivers/mtd/nand/raw/ |
A D | Kconfig | 409 Set the offset from the start of the nand where the redundant u-boot
|
/u-boot/ |
A D | Kconfig | 378 Some U-Boot pointers have redundant information, so we can use a
|
A D | README | 2620 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