summaryrefslogtreecommitdiffstats
path: root/common/env_nand.c
Commit message (Expand)AuthorAgeFilesLines
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-2/+2
* env_nand: make local functions staticJeroen Hofstee2014-10-251-2/+2
* env: Add env_export() wrapperMarek Vasut2014-03-211-9/+4
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* env_nand.c: support falling back to redundant env when writingPhil Sutter2013-08-221-62/+54
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* nand: Extend nand_(read|write)_skip_bad with *actual and limit parametersTom Rini2013-04-101-1/+2
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-12/+11
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-11/+12
* common/env_nand.c: calculate crc only when readenv was OKPhil Sutter2013-02-221-2/+4
* env_nand.c: clarify log messages when env reading failsPhil Sutter2013-02-221-4/+8
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-2/+2
* env_nand: fix incorrect size parameter to ALLOC_CACHE_ALIGN_BUFFERStephen Warren2012-09-181-1/+1
* env_nand: align NAND buffersStephen Warren2012-09-021-5/+5
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-5/+0
* env_nand: Remove DEBUG definitionThomas Weber2011-12-061-2/+0
* env: clean env_nand.c checkpatch and code styleIgor Grinberg2011-11-221-53/+46
* env: move extern environment[] to environment.hIgor Grinberg2011-11-221-2/+1
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-3/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-081-2/+2
* env_nand: zero-initialize variable nand_erase_optionsDaniel Hobi2011-05-241-6/+2
* NAND: env: remember the flags used in the previous environmentScott Wood2011-02-081-1/+5
* NAND: Fix saving of redundand environmentAlexander Holler2011-02-021-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-2/+2
* env_nand: Use nand_read_skip_bad instead of nand_readSteve Sakoman2010-12-061-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-81/+107
* env_nand: return error when no device is foundMike Frysinger2010-08-131-0/+2
* NAND: formatting cleanups from env.oob supportScott Wood2010-07-121-14/+12
* NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner2010-07-121-0/+46
* shannon/INFERNO: fix special handling of environment configurationWolfgang Denk2010-07-041-4/+0
* env_nand.c: print error message and fail gracefullyWolfgang Denk2010-01-271-0/+7
* env: kill off default_environment_sizeMike Frysinger2009-08-091-1/+0
* Remove legacy NAND and disk on chip code.Scott Wood2009-07-161-4/+0
* nand_spl: read environment early, when booting from NAND using nand_splGuennadi Liakhovetski2009-07-071-13/+30
* env_nand: remove unused variable.Guennadi Liakhovetski2009-07-071-10/+0
* rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENVMike Frysinger2009-02-181-2/+2
* env_nand: fix env memory releasederek@siconix.com2009-02-061-2/+4
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-40/+40
* env_nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-5/+0
* rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NANDJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* NAND: Do not write or read a whole block if it is larger than the environmentGuennadi Liakhovetski2008-08-121-9/+9
* Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk2008-07-101-4/+4
|\
| * NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.Marcel Ziswiler2008-07-091-4/+4
* | Remove code duplication for setting the default environmentHarald Welte2008-07-101-13/+1
|/
* Coding Style CleanupWolfgang Denk2008-06-281-1/+1
* NAND: Add missing declaration to non-redundant saveenv().Philip Balister2008-06-161-1/+2
* env_nand.c: Added bad block management for environment variablesStuart Wood2008-06-061-20/+99
* Cleanup nand_info[] declaration.Stelian Pop2008-05-281-3/+0
* Big white-space cleanup.Wolfgang Denk2008-05-211-1/+1
* Fix warning in env_nand.c if compiled for DaVinci Schmoogiedirk.behme@googlemail.com2008-04-301-3/+3
OpenPOWER on IntegriCloud