summaryrefslogtreecommitdiff
path: root/env/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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