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)
commitae3d38f3187143673d60852d527369e290c0c29d
tree6f61ded7a99d21197d82ce45c9a45c5ac9bb6766
parent48f885ae406a6a3369e6a110255337625369f581
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]