summaryrefslogtreecommitdiff
path: root/common/env_nand.c
AgeCommit message (Expand)Author
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-05-19env_nand: use nand_spl_load_image for readenv if SPLTim Harvey
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-25env_nand: make local functions staticJeroen Hofstee
2014-03-21env: Add env_export() wrapperMarek Vasut
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-22env_nand.c: support falling back to redundant env when writingPhil Sutter
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini
2013-04-02env: fix potential stack overflow in environment functionsRob Herring
2013-02-22common/env_nand.c: calculate crc only when readenv was OKPhil Sutter
2013-02-22env_nand.c: clarify log messages when env reading failsPhil Sutter
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-09-18env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFERStephen Warren
2012-09-02env_nand: align NAND buffersStephen Warren
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg
2011-12-06env_nand: Remove DEBUG definitionThomas Weber
2011-11-22env: clean env_nand.c checkpatch and code styleIgor Grinberg
2011-11-22env: move extern environment[] to environment.hIgor Grinberg
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-05-24env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi
2011-02-08NAND: env: remember the flags used in the previous environmentScott Wood
2011-02-02NAND: Fix saving of redundand environmentAlexander Holler
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk
2010-08-13env_nand: return error when no device is foundMike Frysinger
2010-07-12NAND: formatting cleanups from env.oob supportScott Wood
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner
2010-07-04shannon/INFERNO: fix special handling of environment configurationWolfgang Denk
2010-01-27env_nand.c: print error message and fail gracefullyWolfgang Denk
2009-08-09env: kill off default_environment_sizeMike Frysinger
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2009-07-07nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski
2009-07-07env_nand: remove unused variable.Guennadi Liakhovetski
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger
2009-02-06env_nand: fix env memory releasederek@siconix.com
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10env_nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD
2008-08-12NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk
2008-07-10Remove code duplication for setting the default environmentHarald Welte
2008-07-09NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler
2008-06-28Coding Style CleanupWolfgang Denk
2008-06-16NAND: Add missing declaration to non-redundant saveenv().Philip Balister
2008-06-06env_nand.c: Added bad block management for environment variablesStuart Wood
2008-05-28Cleanup nand_info[] declaration.Stelian Pop