1
0
Fork 0
remarkable-uboot/drivers/bootcount
Stefan Roese 20adda4cf8 bootcounter_ram: Flush dcache after data is written into SDRAM
This patch adds a call to flush_dcache_range() to bootcount_store() to
make sure, that the bootcounter data (including the patterns) is
written to memory. Without this, platforms with dcache enabled may not
have the bootcounter updated upon reset.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Valentin Longchamp <valentin.longchamp@keymile.com>
2016-04-11 20:48:25 -04:00
..
Makefile i2c, bootcount: add support for bootcounter on i2c devices 2014-02-20 06:46:56 +01:00
bootcount.c bootcount: Correct #endif comment to match, other aesthetics 2016-01-08 10:15:43 -05:00
bootcount_at91.c Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
bootcount_blackfin.c Consolidate bootcount code into drivers/bootcount 2012-09-01 14:26:02 +02:00
bootcount_davinci.c am33xx: Make SoC bootcount driver have its own symbol 2013-11-11 12:17:35 -05:00
bootcount_env.c bootcount: store bootcount var in environment 2013-11-11 12:16:28 -05:00
bootcount_i2c.c i2c, bootcount: add support for bootcounter on i2c devices 2014-02-20 06:46:56 +01:00
bootcount_ram.c bootcounter_ram: Flush dcache after data is written into SDRAM 2016-04-11 20:48:25 -04:00