summaryrefslogtreecommitdiff
path: root/drivers/bootcount
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * TI:am33xx: Add bootcount support to ti_am335x_common.hTom Rini2013-11-011-0/+1
| * bootcount_davinci: Switch to scratch register #2Tom Rini2013-11-011-4/+6
| * am33xx, davinci: Create and use <asm/davinci_rtc.h>Tom Rini2013-11-011-2/+1
* | drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-25/+5
|/
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-245-73/+5
* Consolidate bootcount code into drivers/bootcountStefan Roese2012-09-016-0/+343