summaryrefslogtreecommitdiffstats
path: root/common/env_nvram.c
Commit message (Expand)AuthorAgeFilesLines
* env: Add env_export() wrapperMarek Vasut2014-03-211-9/+3
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-16/+10
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-10/+16
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+1
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-4/+2
* env: clean env_nvram.c checkpatch and code styleIgor Grinberg2011-11-221-12/+12
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-2/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+1
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-1/+1
* New implementation for internal handling of environment variables.Wolfgang Denk2010-09-191-14/+32
* Remove AmigaOneG3SE boardWolfgang Denk2010-06-231-32/+0
* env: kill off default_environment_sizeMike Frysinger2009-08-091-1/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-7/+7
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-10/+10
* env_nvram: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-09-101-7/+2
* rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAMJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* environment: cleanup prototype declarations of env functions.Wolfgang Denk2008-05-141-3/+0
* Revert "Change env_get_char from a global function ptr to a function."Wolfgang Denk2008-05-121-0/+1
* Change env_get_char from a global function ptr to a function.Joakim Tjernlund2008-04-171-1/+0
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
* Remove unneeded #include <malloc.h>Wolfgang Denk2005-09-251-1/+0
* * Code cleanup:wdenk2003-06-271-1/+0
* * Patch by Hans-Joerg Frieden, 06 Dec 2002wdenk2002-12-071-3/+32
* Initial revisionwdenk2002-11-031-0/+138
OpenPOWER on IntegriCloud