summaryrefslogtreecommitdiff
path: root/common/env_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-09Merge branch 'u-boot/master'Albert ARIBAUD1-10/+2
2014-04-17env_mmc.c: Remove NULL check on tmp_env1/2Tom Rini1-6/+0
2014-04-17env_mmc.c: Allow environment to be used within SPLTom Rini1-8/+37
2014-03-22env: Add env_export() wrapperMarek Vasut1-10/+2
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-10-15env_mmc: fix buffer allocation for armv7Markus Niebel1-5/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-14env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren1-2/+10
2013-05-02env_mmc: add support for redundant environmentMichael Heimpold1-9/+123
2013-04-05Revert "env: fix potential stack overflow in environment functions"Tom Rini1-7/+6
2013-04-03env: fix potential stack overflow in environment functionsRob Herring1-6/+7
2013-02-04common: env_mmc: Use __weak annotation to simplify codeFabio Estevam1-3/+1
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger1-1/+1
2012-09-06env_mmc: allow environment to be in an eMMC partitionStephen Warren1-8/+56
2012-07-07env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFERStephen Warren1-5/+5
2012-01-05env: factor out the env_get_char_spec() functionIgor Grinberg1-5/+0
2011-11-22env: clean env_mmc.c checkpatch and code styleIgor Grinberg1-49/+23
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-2/+1
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg1-3/+0
2011-11-08env: allow to export only selected variablesWolfgang Denk1-1/+1
2011-04-05env_mmc: Allow board code to override the environment addressMingkai Hu1-4/+27
2010-12-17hashtable: drop all non-reentrant versionsMike Frysinger1-1/+1
2010-11-15env_mmc: fix compile warningLei Wen1-0/+1
2010-10-17Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-7/+10
2010-10-14env_mmc: fix cannot save env issueLei Wen1-1/+12
2010-10-13env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman1-7/+10
2010-10-07env_mmc: Fix broken build due to set_default_env() changeSteve Sakoman1-2/+1
2010-09-19Save environment data to mmc.Terry Lv1-0/+153