summaryrefslogtreecommitdiff
path: root/arch/blackfin/cpu/bootcount.c
Commit message (Collapse)AuthorAgeLines
* Blackfin: implement bootcount supportMike Frysinger2010-07-05-0/+34
The default storage location for bootcount is EVT0. This version uses one 32bit value and combines the magic/count value in the upper/lower 16bits. If there is demand for more, should be easy to do. Signed-off-by: Mike Frysinger <vapier@gentoo.org>