Home
last modified time | relevance | path

Searched refs:ebootcount (Results 1 – 3 of 3) sorted by relevance

/u-boot/board/keymile/common/
A Dcommon.c94 ulong ebootcount = 0; in check_for_uboot_update() local
108 ebootcount = early_bootcount_load(); in check_for_uboot_update()
109 if (ebootcount <= CONFIG_BOOTCOUNT_BOOTLIMIT) { in check_for_uboot_update()
110 early_bootcount_store(++ebootcount); in check_for_uboot_update()
115 ebootcount); in check_for_uboot_update()
A Dqrio.c284 u32 ebootcount = 0; in early_bootcount_load() local
287 ebootcount = in_be32(qrio_base + EBOOTCNT_OFF); in early_bootcount_load()
293 return ebootcount; in early_bootcount_load()
296 void early_bootcount_store(ulong ebootcount) in early_bootcount_store() argument
304 out_be32(qrio_base + EBOOTCNT_OFF, ebootcount); in early_bootcount_store()
A Dcommon.h137 void early_bootcount_store(ulong ebootcount);

Completed in 8 milliseconds