]> git.baikalelectronics.ru Git - uboot.git/commit
bootcount: add a DM i2c eeprom backing store for bootcount
authorRobert Beckett <bob.beckett@collabora.com>
Mon, 28 Oct 2019 18:44:06 +0000 (18:44 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 10 Jan 2020 15:25:13 +0000 (10:25 -0500)
commit762ab517611b79114ce69a754b7f3e3c8e1365c7
tree6f61ded7a99d21197d82ce45c9a45c5ac9bb6766
parent86ee4d3e4902cf617cf26c8e8875209bf858f4c4
bootcount: add a DM i2c eeprom backing store for bootcount

This driver allows the use of i2c eeprom device or partition as backing
store for boot counter values with DM enabled.

Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
drivers/bootcount/Kconfig
drivers/bootcount/Makefile
drivers/bootcount/i2c-eeprom.c [new file with mode: 0644]