summaryrefslogtreecommitdiff
path: root/env/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-17env: add ENV_ERASE_PTR macroPatrick Delaunay1-5/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-18env: mmc: Correct partition comparison in mmc_offset_try_partitionHoyeonjiki Kim1-1/+1
2020-10-14mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse1-5/+0
2020-08-08Convert CONFIG_SYS_MMC_ENV_DEV et al to KconfigTom Rini1-4/+0
2020-07-31env: Discern environment coming from external storageMarek Vasut1-2/+2
2020-07-26env: mmc: add redundancy support in mmc_offset_try_partitionPatrick Delaunay1-3/+3
2020-07-26env: mmc: correct the offset returned by mmc_offset_try_partitionPatrick Delaunay1-2/+2
2020-07-26env: mmc: allow support of mmc_get_env_dev with OF_CONTROLPatrick Delaunay1-6/+12
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2020-03-10env: Update env_addr for mmc environment driverPankit Garg1-0/+5
2019-11-21env: Finish migration of common ENV optionsTom Rini1-4/+0
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-5/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-2/+3
2019-07-18env: mmc: add erase-functionFrank Wunderlich1-0/+51
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-6/+6
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-07env: Properly check for BLK supportSjoerd Simons1-1/+1
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas1-0/+2
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-2/+1
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt1-21/+2
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard1-1/+0
2017-11-30env: suppress a spurious warning with GCC 7.1Philipp Tomsich1-1/+1
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz1-4/+58
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-8/+11
2017-08-16env: Drop unused env_ptr variablesSimon Glass1-6/+0
2017-08-16env: Drop the env_name_spec globalSimon Glass1-2/+1
2017-08-16env: Drop common init() functionsSimon Glass1-10/+0
2017-08-16env: Switch over to use environment location driversSimon Glass1-10/+9
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+10
2017-08-15env: Add an enum for environment stateSimon Glass1-5/+5
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+326