summaryrefslogtreecommitdiff
path: root/common/env_mmc.c
Commit message (Expand)AuthorAgeLines
* ENGR00315894-16 env_mmc: add the dynamtic mmc dev supportYe.Li2014-06-17-9/+23
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* env_mmc: fix buffer allocation for armv7Markus Niebel2013-10-14-5/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren2013-06-13-2/+10
* env_mmc: add support for redundant environmentMichael Heimpold2013-05-01-9/+123
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-05-7/+6
* env: fix potential stack overflow in environment functionsRob Herring2013-04-02-6/+7
* common: env_mmc: Use __weak annotation to simplify codeFabio Estevam2013-02-04-3/+1
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-13-1/+1
* env_mmc: allow environment to be in an eMMC partitionStephen Warren2012-09-05-8/+56
* env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFERStephen Warren2012-07-07-5/+5
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-05-5/+0
* env: clean env_mmc.c checkpatch and code styleIgor Grinberg2011-11-22-49/+23
* env: move extern environment[] to environment.hIgor Grinberg2011-11-22-2/+1
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-22-3/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-08-1/+1
* env_mmc: Allow board code to override the environment addressMingkai Hu2011-04-04-4/+27
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-17-1/+1
* env_mmc: fix compile warningLei Wen2010-11-14-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-10-17-7/+10
|\
| * env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman2010-10-13-7/+10
* | env_mmc: fix cannot save env issueLei Wen2010-10-13-1/+12
|/
* env_mmc: Fix broken build due to set_default_env() changeSteve Sakoman2010-10-06-2/+1
* Save environment data to mmc.Terry Lv2010-09-19-0/+153