Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-12 | bootcount: Update to point to current documentation | Tom Rini | |
The current documentation for the bootcount API is on our website and not the old wiki, update the link in two places. Signed-off-by: Tom Rini <trini@konsulko.com> | |||
2021-08-22 | bootcount: add a new driver with syscon as backend | Nandor Han | |
The driver will use a syscon regmap as backend and supports both 16 and 32 size value. The value will be stored in the CPU's endianness. Signed-off-by: Nandor Han <nandor.han@vaisala.com> Reviewed-by: Simon Glass <sjg@chromium.org> |