678cf889ec
Born as a project to read/write the bootcount on the TI am3xx platform, over time it has introduced bootcount management on EEPROM and for the stm32mp1 platform. As a result, the project removed the 'davinci' tag from its name and GitHub link. The patch aligns the package name in Buildroot with the current one on GitHub. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> [Peter: extend/rework legacy handling] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
355 B
Plaintext
10 lines
355 B
Plaintext
config BR2_PACKAGE_UBOOT_BOOTCOUNT
|
|
bool "uboot-bootcount"
|
|
help
|
|
U-Boot implements a boot count scheme that can be used to
|
|
detect multiple failed attempts to boot Linux. This tool
|
|
allows to read and write bootcount from userspace for some
|
|
platforms (TI AM335X or STM32MP1) or from I2C EEPROM.
|
|
|
|
https://github.com/VoltServer/uboot-bootcount
|