index
:
u-boot-fsl-qoriq
master
scalys
Freescale u-boot tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
env_sf.c
Age
Commit message (
Expand
)
Author
2017-06-01
dm: Use dm.h header when driver mode is used
Simon Glass
2017-05-03
env_sf: use DIV_ROUND_UP to calculate number of sectors to erase
Andreas Fenkart
2017-05-03
env_sf: re-order error handling in single-buffer env_relocate_spec
Andreas Fenkart
2017-05-03
enf_sf: reuse setup_flash_device instead of open coding it
Andreas Fenkart
2017-05-03
env_sf: factor out prepare_flash_device
Andreas Fenkart
2017-02-08
common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV...
Jean-Jacques Hiblot
2016-07-09
dm: spi: Read default speed and mode values from DT
Vignesh R
2016-04-01
common: env_sf: Add exclamation mark
Peng Fan
2016-01-27
dm: env_sf: fix saveenv() to use driver model
Gong Qianyu
2015-08-17
env: use cache line aligned memory for flash read
Ravi Babu
2015-04-07
env_sf: Fix recovery default
Mario Schuknecht
2014-10-22
dm: Add spi.h header to a few files
Simon Glass
2014-03-21
env: Add env_export() wrapper
Marek Vasut
2014-02-24
SPL: P2020RDB: fix the problem booting from spi flash
Ying Zhang
2013-08-06
cmd_sf|env_sf: Fix code cleanup
Jagannadha Sutradharudu Teki
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-04-05
Revert "env: fix potential stack overflow in environment functions"
Tom Rini
2013-04-02
env: fix potential stack overflow in environment functions
Rob Herring
2012-12-13
env: Hide '.' variables in env print by default
Joe Hershberger
2012-01-05
env: factor out the env_get_char_spec() function
Igor Grinberg
2011-11-22
env: clean env_sf.c checkpatch and code style
Igor Grinberg
2011-11-22
env: move extern default_environment[] to environment.h
Igor Grinberg
2011-11-08
env: allow to export only selected variables
Wolfgang Denk
2011-04-27
fix redundant environment for serial flash
thomas.langer@lantiq.com
2010-12-17
hashtable: drop all non-reentrant versions
Mike Frysinger
2010-10-29
env_sf: remove warning introduced with last patch
Stefano Babic
2010-10-27
env_sf: updated to the new environment code
Stefano Babic
2010-09-19
New implementation for internal handling of environment variables.
Wolfgang Denk
2010-07-01
add redundant environment for env_sf.c
Wolfgang Wegner
2009-08-09
env: kill off default_environment_size
Mike Frysinger
2008-12-15
env_sf: support embedded environments
Mike Frysinger
2008-09-10
rename CFG_ENV macros to CONFIG_ENV
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
env_sf: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
2008-09-10
rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
Jean-Christophe PLAGNIOL-VILLARD
2008-08-14
Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
TsiChung Liew
2008-06-03
Add support for environment in SPI flash
Haavard Skinnemoen