summaryrefslogtreecommitdiff
path: root/drivers/bootcount
AgeCommit message (Expand)AuthorFilesLines
2021-08-22bootcount: add a new driver with syscon as backendNandor Han3-0/+172
2021-07-15am335x, guardian: software update available status is stored in AM3352 RTC sc...Gireesh Hiremath3-3/+89
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass4-4/+4
2020-11-01bootcount: add a DM SPI flash backing store for bootcountSebastian Reichel3-0/+136
2020-06-03bootcount_ext: Add Ext4 build dependencyFrédéric Danis1-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop net.h from common headerSimon Glass2-0/+2
2020-04-24bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis1-12/+34
2020-03-16bootcounter: add DM support for memory based bootcounterHeiko Schocher3-0/+100
2020-01-10bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett3-0/+106
2019-12-03common: Move ARM cache operations out of common.hSimon Glass2-0/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2018-12-10bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich3-0/+110
2018-12-10bootcount: add uclass for bootcountPhilipp Tomsich3-0/+103
2018-10-19bootcount: Make bootcount magic configurableMarek Vasut5-12/+19
2018-08-17Add BOOTCOUNT_BOOTLIMIT to set reboot limitAlex Kiernan1-0/+8
2018-08-04bootcount: Fix misaligned cache operationAlex Kiernan1-3/+10
2018-07-23bootcount: flush after storing the bootcounterStefano Babic1-0/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-18/+8
2018-04-07Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan1-0/+1
2018-02-25bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDRTom Rini2-18/+4
2018-02-24Migrate CONFIG_BOOTCOUNT_ALEN to KconfigAlex Kiernan1-1/+8
2018-02-24Migrate generic bootcount to KconfigAlex Kiernan2-1/+12
2018-02-24Integrate AT91 bootcount driverAlex Kiernan2-1/+6
2018-02-24Convert CONFIG_BOOTCOUNT_I2C to KconfigAlex Kiernan1-0/+9
2018-02-24Convert CONFIG_BOOTCOUNT_RAM to KconfigAlex Kiernan1-0/+6
2018-02-24Convert CONFIG_BOOTCOUNT_ENV to KconfigAlex Kiernan1-0/+12
2018-02-24Convert CONFIG_BOOTCOUNT_AM33XX to KconfigAlex Kiernan2-1/+9
2018-02-24Prepare for multiple bootcount driversAlex Kiernan1-14/+11
2018-02-24Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMITAlex Kiernan1-8/+1
2018-02-15Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to KconfigLukasz Majewski1-0/+6
2018-02-15Convert CONFIG_BOOTCOUNT_LIMIT to KconfigLukasz Majewski1-0/+6
2017-11-20bootcount: add support for bootcounter on EXT filesystemIan Ray3-0/+121
2017-09-13cosmetic: bootcount: correct comment for used scratch registerTomas Melin1-3/+3
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Drop saveenv() in favour of env_save()Simon Glass1-1/+2
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-5/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher1-10/+0
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher1-5/+0
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-5/+0
2017-04-05Blackfin: RemoveTom Rini2-35/+0
2016-11-28bootcounter_ram: Fix misaligned cache warningStefan Roese1-1/+2
2016-04-12bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese1-0/+3
2016-01-08bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day1-6/+4
2014-07-23qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
2014-02-20i2c, bootcount: add support for bootcounter on i2c devicesHeiko Schocher2-0/+45