]> git.ipfire.org Git - people/ms/u-boot.git/commit
bootcount: add support for bootcounter on EXT filesystem
authorIan Ray <ian.ray@ge.com>
Wed, 8 Nov 2017 15:35:13 +0000 (15:35 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Nov 2017 08:58:31 +0000 (09:58 +0100)
commitf31dac4e6e71c7c818151cd917d872909119fb99
tree6b2513fd4fe4f52fafca028934d57bdaf105ed30
parent54d8d4942f8f1095d56d14162c1568f5a7ba1660
bootcount: add support for bootcounter on EXT filesystem

Add support for bootcounter on an EXT filesystem.
Sync configuration whitelist.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Martyn Welch <martyn.welch@collabora.co.uk>
README
drivers/Kconfig
drivers/bootcount/Kconfig [new file with mode: 0644]
drivers/bootcount/Makefile
drivers/bootcount/bootcount_ext.c [new file with mode: 0644]