aboutsummaryrefslogtreecommitdiff
path: root/common/env_nand.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini1-1/+2
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-12/+11
2013-04-02env: fix potential stack overflow in environment functionsRob Herring1-11/+12
2013-02-22common/env_nand.c: calculate crc only when readenv was OKPhil Sutter1-2/+4
2013-02-22env_nand.c: clarify log messages when env reading failsPhil Sutter1-4/+8
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-2/+2
2012-09-18env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFERStephen Warren1-1/+1
2012-09-02env_nand: align NAND buffersStephen Warren1-5/+5
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-5/+0
2011-12-06env_nand: Remove DEBUG definitionThomas Weber1-2/+0
2011-11-22env: clean env_nand.c checkpatch and code styleIgor Grinberg1-53/+46
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-2/+1
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-3/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-2/+2
2011-05-24env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi1-6/+2
2011-02-08NAND: env: remember the flags used in the previous environmentScott Wood1-1/+5
2011-02-02NAND: Fix saving of redundand environmentAlexander Holler1-1/+1
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-2/+2
2010-12-06env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman1-1/+1
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-81/+107
2010-08-13env_nand: return error when no device is foundMike Frysinger1-0/+2
2010-07-12NAND: formatting cleanups from env.oob supportScott Wood1-14/+12
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner1-0/+46
2010-07-04shannon/INFERNO: fix special handling of environment configurationWolfgang Denk1-4/+0
2010-01-27env_nand.c: print error message and fail gracefullyWolfgang Denk1-0/+7
2009-08-09env: kill off default_environment_sizeMike Frysinger1-1/+0
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood1-4/+0
2009-07-07nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski1-13/+30
2009-07-07env_nand: remove unused variable.Guennadi Liakhovetski1-10/+0
2009-02-18rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger1-2/+2
2009-02-06env_nand: fix env memory releasederek@siconix.com1-2/+4
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-40/+40
2008-09-10env_nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-12NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski1-9/+9
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk1-4/+4
2008-07-10Remove code duplication for setting the default environmentHarald Welte1-13/+1
2008-07-09NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler1-4/+4
2008-06-28Coding Style CleanupWolfgang Denk1-1/+1
2008-06-16NAND: Add missing declaration to non-redundant saveenv().Philip Balister1-1/+2
2008-06-06env_nand.c: Added bad block management for environment variablesStuart Wood1-20/+99
2008-05-28Cleanup nand_info[] declaration.Stelian Pop1-3/+0
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-04-30Fix warning in env_nand.c if compiled for DaVinci Schmoogiedirk.behme@googlemail.com1-3/+3
2008-04-29common/env_nand.c: fix one more incompatible pointer type issueWolfgang Denk1-1/+1
2008-04-28NAND: fix some strict-aliasing compiler warningsWolfgang Denk1-1/+1
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1