aboutsummaryrefslogtreecommitdiff
path: root/common/env_nand.c
AgeCommit message (Expand)Author
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
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-30Fix warning in env_nand.c if compiled for DaVinci Schmoogiedirk.behme@googlemail.com
2008-04-29common/env_nand.c: fix one more incompatible pointer type issueWolfgang Denk
2008-04-28NAND: fix some strict-aliasing compiler warningsWolfgang Denk
2008-01-09fix comments with new drivers organizationMarcel Ziswiler
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2006-09-12Add NAND environment support for PPC440EPx Sequoia NAND boot configStefan Roese
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk
2006-03-24Merge with http://www.denx.de/git/u-boot.gitMarkus Klotzbuecher
2006-03-20Support for redundant environment in NAND Flash.Markus Klotzbuecher
2006-03-11Some code cleanup for GCC 4.xWolfgang Denk
2006-03-08Some minor fixes to environment in NAND code.Markus Klotzbuecher