aboutsummaryrefslogtreecommitdiff
path: root/drivers/bootcount
AgeCommit message (Expand)AuthorFilesLines
2018-10-19bootcount: Make bootcount magic configurableMarek Vasut5-12/+19
2018-08-17Add BOOTCOUNT_BOOTLIMIT to set reboot limitAlex Kiernan1-0/+8
2018-08-03bootcount: 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-06Migrate 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-12cosmetic: 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-15env: Drop saveenv() in favour of env_save()Simon Glass1-1/+2
2017-07-03powerpc: 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-11bootcounter_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-22qe: 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
2013-11-11am33xx: Make SoC bootcount driver have its own symbolTom Rini2-1/+5
2013-11-11bootcount: store bootcount var in environmentHeiko Schocher2-0/+30
2013-11-09Merge branch 'iu-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2-6/+8
2013-11-01TI:am33xx: Add bootcount support to ti_am335x_common.hTom Rini1-0/+1
2013-11-01bootcount_davinci: Switch to scratch register #2Tom Rini1-4/+6
2013-11-01am33xx, davinci: Create and use <asm/davinci_rtc.h>Tom Rini1-2/+1
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-25/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-73/+5
2012-09-01Consolidate bootcount code into drivers/bootcountStefan Roese6-0/+343