| Commit message (Expand) | Author | Age | Files | Lines |
* | env: add ENV_ERASE_PTR macro | Patrick Delaunay | 2021-04-16 | 1 | -5/+1 |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 1 | -0/+1 |
* | env: mmc: Correct partition comparison in mmc_offset_try_partition | Hoyeonjiki Kim | 2020-11-18 | 1 | -1/+1 |
* | mmc: remove duplicate mmc_get_env_dev() implementations | David Woodhouse | 2020-10-14 | 1 | -5/+0 |
* | Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigWIP/08Aug2020 | Tom Rini | 2020-08-08 | 1 | -4/+0 |
* | env: Discern environment coming from external storage | Marek Vasut | 2020-07-31 | 1 | -2/+2 |
* | env: mmc: add redundancy support in mmc_offset_try_partitionWIP/2020-07-24-misc-env-improvements | Patrick Delaunay | 2020-07-26 | 1 | -3/+3 |
* | env: mmc: correct the offset returned by mmc_offset_try_partition | Patrick Delaunay | 2020-07-26 | 1 | -2/+2 |
* | env: mmc: allow support of mmc_get_env_dev with OF_CONTROL | Patrick Delaunay | 2020-07-26 | 1 | -6/+12 |
* | part: Drop disk_partition_t typedef | Simon Glass | 2020-05-18 | 1 | -1/+1 |
* | env: Update env_addr for mmc environment driver | Pankit Garg | 2020-03-09 | 1 | -0/+5 |
* | env: Finish migration of common ENV options | Tom Rini | 2019-11-20 | 1 | -4/+0 |
* | env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check | Tom Rini | 2019-11-20 | 1 | -5/+0 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Move get/set_default_env() to env.h | Simon Glass | 2019-08-11 | 1 | -2/+3 |
* | env: mmc: add erase-function | Frank Wunderlich | 2019-07-18 | 1 | -0/+51 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 1 | -6/+6 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | env: Properly check for BLK support | Sjoerd Simons | 2018-04-06 | 1 | -1/+1 |
* | env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us... | Faiz Abbas | 2018-02-20 | 1 | -0/+2 |
* | env: make env drivers propagate env_import return value | Simon Goldschmidt | 2018-02-01 | 1 | -2/+1 |
* | env: move more common code to env_import_redund | Simon Goldschmidt | 2018-02-01 | 1 | -21/+2 |
* | env: mmc: Make the debug messages play a little nicer | Maxime Ripard | 2018-01-27 | 1 | -1/+0 |
* | env: suppress a spurious warning with GCC 7.1 | Philipp Tomsich | 2017-11-29 | 1 | -1/+1 |
* | env: Save environment at the end of an MMC partition | Jorge Ramirez-Ortiz | 2017-11-17 | 1 | -4/+58 |
* | env: Adjust the load() method to return an error | Simon Glass | 2017-08-16 | 1 | -8/+11 |
* | env: Drop unused env_ptr variables | Simon Glass | 2017-08-15 | 1 | -6/+0 |
* | env: Drop the env_name_spec global | Simon Glass | 2017-08-15 | 1 | -2/+1 |
* | env: Drop common init() functions | Simon Glass | 2017-08-15 | 1 | -10/+0 |
* | env: Switch over to use environment location drivers | Simon Glass | 2017-08-15 | 1 | -10/+9 |
* | env: Create a location driver for each location | Simon Glass | 2017-08-15 | 1 | -0/+10 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -5/+5 |
* | Move environment files from common/ to env/ | Simon Glass | 2017-08-15 | 1 | -0/+326 |