mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
5b6ee512ce
This adds a generic I2C bootcounter adhering to driver model to replace the previously removed legacy implementation. There is no change in functionality, it can be used on any I2C device. The device tree configuration may look like this for example: bootcount { compatible = "u-boot,bootcount-i2c"; i2cbcdev = <&i2c_rtc>; offset = <0x11>; }; Signed-off-by: Philip Richard Oberfichtner <pro@denx.de> Reviewed-by: Heiko Schocher <hs@denx.de> |
||
---|---|---|
.. | ||
bootcount-uclass.c | ||
bootcount.c | ||
bootcount_at91.c | ||
bootcount_davinci.c | ||
bootcount_dm_i2c.c | ||
bootcount_env.c | ||
bootcount_ext.c | ||
bootcount_nvmem.c | ||
bootcount_ram.c | ||
bootcount_syscon.c | ||
i2c-eeprom.c | ||
Kconfig | ||
Makefile | ||
pmic_pfuze100.c | ||
rtc.c | ||
spi-flash.c |