summaryrefslogtreecommitdiffstats
path: root/env/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* env: add ENV_ERASE_PTR macroPatrick Delaunay2021-04-161-5/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim2020-11-181-1/+1
* mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-141-5/+0
* Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini2020-08-081-4/+0
* env: Discern environment coming from external storageMarek Vasut2020-07-311-2/+2
* env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay2020-07-261-3/+3
* env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay2020-07-261-2/+2
* env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay2020-07-261-6/+12
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* env: Update env_addr for mmc environment driverPankit Garg2020-03-091-0/+5
* env: Finish migration of common ENV optionsTom Rini2019-11-201-4/+0
* env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini2019-11-201-5/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-2/+3
* env: mmc: add erase-functionFrank Wunderlich2019-07-181-0/+51
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-6/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: Properly check for BLK supportSjoerd Simons2018-04-061-1/+1
* env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas2018-02-201-0/+2
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-2/+1
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-011-21/+2
* env: mmc: Make the debug messages play a little nicerMaxime Ripard2018-01-271-1/+0
* env: suppress a spurious warning with GCC 7.1Philipp Tomsich2017-11-291-1/+1
* env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz2017-11-171-4/+58
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-8/+11
* env: Drop unused env_ptr variablesSimon Glass2017-08-151-6/+0
* env: Drop the env_name_spec globalSimon Glass2017-08-151-2/+1
* env: Drop common init() functionsSimon Glass2017-08-151-10/+0
* env: Switch over to use environment location driversSimon Glass2017-08-151-10/+9
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+10
* env: Add an enum for environment stateSimon Glass2017-08-151-5/+5
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+326