aboutsummaryrefslogtreecommitdiff
path: root/common/env_dataflash.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-21env: Add env_export() wrapperMarek Vasut1-11/+6
2013-10-14env: dataflash: fix env_init issueBo Shen1-32/+18
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-7/+8
2013-04-02env: fix potential stack overflow in environment functionsRob Herring1-8/+7
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+1
2011-11-22env: clean env_dataflash.c checkpatch and code styleIgor Grinberg1-20/+12
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-2/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-1/+1
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-1/+1
2010-09-19New implementation for internal handling of environment variables.Wolfgang Denk1-43/+71
2009-08-09env: kill off default_environment_sizeMike Frysinger1-1/+0
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-09-10env_dataflash: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-09-10rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-02-14AT91CAP9 supportStelian Pop1-8/+9
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-2/+2
2005-09-25Remove unneeded #include <malloc.h>Wolfgang Denk1-1/+0
2003-12-06* Patch by Nicolas Lacressonnière, 12 Nov 2003:wdenk1-0/+104