aboutsummaryrefslogtreecommitdiff
path: root/common/env_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-27dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass1-4/+4
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-3/+3
2016-01-25env_mmc: support overriding mmc dev from board codeClemens Gruber1-7/+12
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-7/+7
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-7/+3
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-28env_mmc: Properly prefix mmc errors with '!'Hans de Goede1-3/+3
2015-05-27env_mmc: add error message to pass to set_default_envTim Harvey1-16/+24
2014-10-03env_mmc: correct fini partition to match init partitionPeter Bigot1-1/+1
2014-08-01env_mmc: support env partition setup in runtimeDmitry Lifshitz1-12/+23
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-21env: Add env_export() wrapperMarek Vasut1-10/+2
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-10-14env_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-13env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren1-2/+10
2013-05-01env_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-02env: 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-05env_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-04env_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-14env_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-13env_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-06env_mmc: Fix broken build due to set_default_env() changeSteve Sakoman1-2/+1
2010-09-19Save environment data to mmc.Terry Lv1-0/+153