summaryrefslogtreecommitdiff
path: root/env/mmc.c
AgeCommit message (Expand)Author
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06env: Properly check for BLK supportSjoerd Simons
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt
2018-02-01env: move more common code to env_import_redundSimon Goldschmidt
2018-01-27env: mmc: Make the debug messages play a little nicerMaxime Ripard
2017-11-29env: suppress a spurious warning with GCC 7.1Philipp Tomsich
2017-11-17env: Save environment at the end of an MMC partitionJorge Ramirez-Ortiz
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-15env: Drop unused env_ptr variablesSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Drop common init() functionsSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass