summaryrefslogtreecommitdiffstats
path: root/common/env_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* dm: env: mmc: Convert env_mmc to support CONFIG_BLKSimon Glass2016-05-271-4/+4
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-3/+3
* env_mmc: support overriding mmc dev from board codeClemens Gruber2016-01-251-7/+12
* mmc: store hwpart in the block deviceStephen Warren2016-01-131-7/+7
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-7/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* env_mmc: Properly prefix mmc errors with '!'Hans de Goede2015-08-281-3/+3
* env_mmc: add error message to pass to set_default_envTim Harvey2015-05-271-16/+24
* env_mmc: correct fini partition to match init partitionPeter Bigot2014-10-031-1/+1
* env_mmc: support env partition setup in runtimeDmitry Lifshitz2014-08-011-12/+23
* Merge branch 'u-boot/master'Albert ARIBAUD2014-05-091-10/+2
|\
| * env: Add env_export() wrapperMarek Vasut2014-03-211-10/+2
* | env_mmc.c: Remove NULL check on tmp_env1/2Tom Rini2014-04-171-6/+0
* | env_mmc.c: Allow environment to be used within SPLTom Rini2014-04-171-8/+37
|/
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* env_mmc: fix buffer allocation for armv7Markus Niebel2013-10-141-5/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env_mmc: allow negative CONFIG_ENV_OFFSETStephen Warren2013-06-131-2/+10
* env_mmc: add support for redundant environmentMichael Heimpold2013-05-011-9/+123
* Revert "env: fix potential stack overflow in environment functions"Tom Rini2013-04-051-7/+6
* env: fix potential stack overflow in environment functionsRob Herring2013-04-021-6/+7
* common: env_mmc: Use __weak annotation to simplify codeFabio Estevam2013-02-041-3/+1
* env: Hide '.' variables in env print by defaultJoe Hershberger2012-12-131-1/+1
* env_mmc: allow environment to be in an eMMC partitionStephen Warren2012-09-051-8/+56
* env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFERStephen Warren2012-07-071-5/+5
* env: factor out the env_get_char_spec() functionIgor Grinberg2012-01-051-5/+0
* env: clean env_mmc.c checkpatch and code styleIgor Grinberg2011-11-221-49/+23
* env: move extern environment[] to environment.hIgor Grinberg2011-11-221-2/+1
* env: move extern default_environment[] to environment.hIgor Grinberg2011-11-221-3/+0
* env: allow to export only selected variablesWolfgang Denk2011-11-081-1/+1
* env_mmc: Allow board code to override the environment addressMingkai Hu2011-04-041-4/+27
* hashtable: drop all non-reentrant versionsMike Frysinger2010-12-171-1/+1
* env_mmc: fix compile warningLei Wen2010-11-141-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-10-171-7/+10
|\
| * env_mmc: Fix crashing bug encountered after enabling ARM relocationSteve Sakoman2010-10-131-7/+10
* | env_mmc: fix cannot save env issueLei Wen2010-10-131-1/+12
|/
* env_mmc: Fix broken build due to set_default_env() changeSteve Sakoman2010-10-061-2/+1
* Save environment data to mmc.Terry Lv2010-09-191-0/+153
OpenPOWER on IntegriCloud