Re: [U-Boot] [PATCH] bootcount: add a DM i2c eeprom backing store for bootcount

2020-01-10 Thread Tom Rini
On Mon, Oct 28, 2019 at 06:44:06PM +, Robert Beckett wrote: > 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 Applied to u-boot/master, thanks! -- Tom signature.asc Description: PG

[U-Boot] [PATCH] bootcount: add a DM i2c eeprom backing store for bootcount

2019-10-28 Thread Robert Beckett
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 --- drivers/bootcount/Kconfig | 10 drivers/bootcount/Makefile | 1 + drivers/bootcount/i2c-eeprom.c | 95 +