aboutsummaryrefslogtreecommitdiff
path: root/common/env_nand.c
AgeCommit message (Expand)Author
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
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka
2005-09-25Remove unneeded #include <malloc.h>Wolfgang Denk
2004-06-19Patch by Josef Wagner, 04 Jun 2004:wdenk
2004-06-09Patch by Jian Zhang, 20 May 2004:wdenk