[PATCHv4 1/9] bootcount: add a DM SPI flash backing store for bootcount

2020-11-02 Thread sbabic
> This driver allows to use SPI flash as backing store for > boot counter values with DM enabled. > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[PATCHv4 1/9] bootcount: add a DM SPI flash backing store for bootcount

2020-09-02 Thread Sebastian Reichel
This driver allows to use SPI flash as backing store for boot counter values with DM enabled. Signed-off-by: Sebastian Reichel --- drivers/bootcount/Kconfig | 10 +++ drivers/bootcount/Makefile| 1 + drivers/bootcount/spi-flash.c | 125 ++ 3 files