summaryrefslogtreecommitdiffstats
path: root/drivers/bootcount
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-134-4/+4
* bootcount: add a DM SPI flash backing store for bootcountSebastian Reichel2020-11-013-0/+136
* bootcount_ext: Add Ext4 build dependencyFrédéric Danis2020-06-021-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop net.h from common headerSimon Glass2020-05-182-0/+2
* bootcount_ext: Add flag to enable/disable bootcountFrédéric Danis2020-04-241-12/+34
* bootcounter: add DM support for memory based bootcounterHeiko Schocher2020-03-163-0/+100
* bootcount: add a DM i2c eeprom backing store for bootcountRobert Beckett2020-01-103-0/+106
* common: Move ARM cache operations out of common.hSimon Glass2019-12-022-0/+2
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set_ulong() to env.hSimon Glass2019-08-111-0/+1
* bootcount: add a DM RTC backing store for bootcountPhilipp Tomsich2018-12-103-0/+110
* bootcount: add uclass for bootcountPhilipp Tomsich2018-12-103-0/+103
* bootcount: Make bootcount magic configurableMarek Vasut2018-10-195-12/+19
* Add BOOTCOUNT_BOOTLIMIT to set reboot limitAlex Kiernan2018-08-171-0/+8
* bootcount: Fix misaligned cache operationAlex Kiernan2018-08-031-3/+10
* bootcount: flush after storing the bootcounterStefano Babic2018-07-231-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-078-18/+8
* Migrate CONFIG_SPL_AM33XX_ENABLE_RTC32K_OSCAlex Kiernan2018-04-061-0/+1
* bootcount: Migrate CONFIG_SYS_BOOTCOUNT_ADDRTom Rini2018-02-252-18/+4
* Migrate CONFIG_BOOTCOUNT_ALEN to KconfigAlex Kiernan2018-02-241-1/+8
* Migrate generic bootcount to KconfigAlex Kiernan2018-02-242-1/+12
* Integrate AT91 bootcount driverAlex Kiernan2018-02-242-1/+6
* Convert CONFIG_BOOTCOUNT_I2C to KconfigAlex Kiernan2018-02-241-0/+9
* Convert CONFIG_BOOTCOUNT_RAM to KconfigAlex Kiernan2018-02-241-0/+6
* Convert CONFIG_BOOTCOUNT_ENV to KconfigAlex Kiernan2018-02-241-0/+12
* Convert CONFIG_BOOTCOUNT_AM33XX to KconfigAlex Kiernan2018-02-242-1/+9
* Prepare for multiple bootcount driversAlex Kiernan2018-02-241-14/+11
* Merge CONFIG_BOOTCOUNT and CONFIG_BOOTCOUNT_LIMITAlex Kiernan2018-02-241-8/+1
* Convert CONFIG_SYS_BOOTCOUNT_SINGLEWORD to KconfigLukasz Majewski2018-02-151-0/+6
* Convert CONFIG_BOOTCOUNT_LIMIT to KconfigLukasz Majewski2018-02-151-0/+6
* bootcount: add support for bootcounter on EXT filesystemIan Ray2017-11-203-0/+121
* cosmetic: bootcount: correct comment for used scratch registerTomas Melin2017-09-121-3/+3
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-3/+3
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-1/+2
* powerpc: remove 4xx supportHeiko Schocher2017-07-031-5/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-161-10/+0
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-121-5/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-5/+0
* Blackfin: RemoveTom Rini2017-04-052-35/+0
* bootcounter_ram: Fix misaligned cache warningStefan Roese2016-11-281-1/+2
* bootcounter_ram: Flush dcache after data is written into SDRAMStefan Roese2016-04-111-0/+3
* bootcount: Correct #endif comment to match, other aestheticsRobert P. J. Day2016-01-081-6/+4
* qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-221-1/+1
* i2c, bootcount: add support for bootcounter on i2c devicesHeiko Schocher2014-02-202-0/+45
* am33xx: Make SoC bootcount driver have its own symbolTom Rini2013-11-112-1/+5
* bootcount: store bootcount var in environmentHeiko Schocher2013-11-112-0/+30
* Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-11-092-6/+8
|\