| Commit message (Expand) | Author | Age | Files | Lines |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -326/+0 |
* | env: Switch env_nand, env_mmc and env_ubi to env_import_redund | Fiach Antaw | 2017-07-22 | 1 | -36/+6 |
* | dm: mmc: Ensure that block device is probed | Simon Glass | 2017-06-09 | 1 | -1/+6 |
* | dm: mmc: Don't re-init when accessing environment | Simon Glass | 2017-06-01 | 1 | -1/+2 |
* | env_mmc: configure environment offsets via device tree | Philipp Tomsich | 2017-05-29 | 1 | -4/+27 |
* | env_mmc: Allow SPL to use any MMC device to load/save the environment | Jean-Jacques Hiblot | 2017-04-08 | 1 | -15/+0 |
* | dm: env: mmc: Convert env_mmc to support CONFIG_BLK | Simon Glass | 2016-05-27 | 1 | -4/+4 |
* | dm: mmc: Use the new select_hwpart() API | Simon Glass | 2016-05-17 | 1 | -3/+3 |
* | env_mmc: support overriding mmc dev from board code | Clemens Gruber | 2016-01-25 | 1 | -7/+12 |
* | mmc: store hwpart in the block device | Stephen Warren | 2016-01-13 | 1 | -7/+7 |
* | block: pass block dev not num to read/write/erase() | Stephen Warren | 2016-01-13 | 1 | -7/+3 |
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass | 2015-09-11 | 1 | -0/+1 |
* | env_mmc: Properly prefix mmc errors with '!' | Hans de Goede | 2015-08-28 | 1 | -3/+3 |
* | env_mmc: add error message to pass to set_default_env | Tim Harvey | 2015-05-27 | 1 | -16/+24 |
* | env_mmc: correct fini partition to match init partition | Peter Bigot | 2014-10-03 | 1 | -1/+1 |
* | env_mmc: support env partition setup in runtime | Dmitry Lifshitz | 2014-08-01 | 1 | -12/+23 |
* | Merge branch 'u-boot/master' | Albert ARIBAUD | 2014-05-09 | 1 | -10/+2 |
|\ |
|
| * | env: Add env_export() wrapper | Marek Vasut | 2014-03-21 | 1 | -10/+2 |
* | | env_mmc.c: Remove NULL check on tmp_env1/2 | Tom Rini | 2014-04-17 | 1 | -6/+0 |
* | | env_mmc.c: Allow environment to be used within SPL | Tom Rini | 2014-04-17 | 1 | -8/+37 |
|/ |
|
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | env_mmc: fix buffer allocation for armv7 | Markus Niebel | 2013-10-14 | 1 | -5/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | env_mmc: allow negative CONFIG_ENV_OFFSET | Stephen Warren | 2013-06-13 | 1 | -2/+10 |
* | env_mmc: add support for redundant environment | Michael Heimpold | 2013-05-01 | 1 | -9/+123 |
* | Revert "env: fix potential stack overflow in environment functions" | Tom Rini | 2013-04-05 | 1 | -7/+6 |
* | env: fix potential stack overflow in environment functions | Rob Herring | 2013-04-02 | 1 | -6/+7 |
* | common: env_mmc: Use __weak annotation to simplify code | Fabio Estevam | 2013-02-04 | 1 | -3/+1 |
* | env: Hide '.' variables in env print by default | Joe Hershberger | 2012-12-13 | 1 | -1/+1 |
* | env_mmc: allow environment to be in an eMMC partition | Stephen Warren | 2012-09-05 | 1 | -8/+56 |
* | env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFER | Stephen Warren | 2012-07-07 | 1 | -5/+5 |
* | env: factor out the env_get_char_spec() function | Igor Grinberg | 2012-01-05 | 1 | -5/+0 |
* | env: clean env_mmc.c checkpatch and code style | Igor Grinberg | 2011-11-22 | 1 | -49/+23 |
* | env: move extern environment[] to environment.h | Igor Grinberg | 2011-11-22 | 1 | -2/+1 |
* | env: move extern default_environment[] to environment.h | Igor Grinberg | 2011-11-22 | 1 | -3/+0 |
* | env: allow to export only selected variables | Wolfgang Denk | 2011-11-08 | 1 | -1/+1 |
* | env_mmc: Allow board code to override the environment address | Mingkai Hu | 2011-04-04 | 1 | -4/+27 |
* | hashtable: drop all non-reentrant versions | Mike Frysinger | 2010-12-17 | 1 | -1/+1 |
* | env_mmc: fix compile warning | Lei Wen | 2010-11-14 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2010-10-17 | 1 | -7/+10 |
|\ |
|
| * | env_mmc: Fix crashing bug encountered after enabling ARM relocation | Steve Sakoman | 2010-10-13 | 1 | -7/+10 |
* | | env_mmc: fix cannot save env issue | Lei Wen | 2010-10-13 | 1 | -1/+12 |
|/ |
|
* | env_mmc: Fix broken build due to set_default_env() change | Steve Sakoman | 2010-10-06 | 1 | -2/+1 |
* | Save environment data to mmc. | Terry Lv | 2010-09-19 | 1 | -0/+153 |