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