bootcount: add a DM SPI flash backing store for bootcount
authorSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 2 Sep 2020 17:31:38 +0000 (19:31 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 14:58:47 +0000 (15:58 +0100)
commitcfe894967718bc669574eaafcb5b38f313567fe0
tree85618d2ef3d6f3d0d7f77a921f405d8f5b926656
parent0cc2a07879d9c64d8579ea8f5300ada570bd4719
bootcount: add a DM SPI flash backing store for bootcount

This driver allows to use SPI flash as backing store for
boot counter values with DM enabled.

Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/bootcount/Kconfig
drivers/bootcount/Makefile
drivers/bootcount/spi-flash.c [new file with mode: 0644]