Home
last modified time | relevance | path

Searched refs:bootcount (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dautoboot.c297 unsigned long bootcount = 0; local
302 bootcount = bootcount_load();
303 bootcount++;
304 bootcount_store(bootcount);
305 env_set_ulong("bootcount", bootcount);
330 if (bootlimit && (bootcount > bootlimit)) {
H A D.autoboot.o.cmd
/OK3568_Linux_fs/u-boot/board/theadorable/
H A Dtheadorable.c242 ulong bootcount; in board_late_init() local
256 bootcount = bootcount_load(); in board_late_init()
258 bootcount); in board_late_init()
259 if (bootcount > PEX_SWITCH_NOT_FOUNT_LIMIT) { in board_late_init()
/OK3568_Linux_fs/u-boot/drivers/bootcount/
H A DMakefile5 obj-y += bootcount.o
/OK3568_Linux_fs/u-boot/drivers/
H A DKconfig13 source "drivers/bootcount/Kconfig"
H A DMakefile84 obj-$(CONFIG_BOOTCOUNT_LIMIT) += bootcount/
/OK3568_Linux_fs/u-boot/include/config/
H A Dauto.conf.cmd
/OK3568_Linux_fs/u-boot/
H A DREADME710 "bootcount" is stored in the environment. To prevent a
713 0, "bootcount" is always 0, if "upgrade_available" is
714 1 "bootcount" is incremented in the environment.
716 and "bootcount" variable to 0, if a boot was successfully.
2381 - bootcount support: