summaryrefslogtreecommitdiff
path: root/env/ext4.c
Commit message (Expand)AuthorAgeFilesLines
* env: ext4: Allow overriding interface, device and partitionPatrice Chotard2019-06-061-13/+21
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-091-1/+1
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt2018-04-161-0/+2
* env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas2018-02-201-0/+3
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-2/+1
* env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz2018-01-151-12/+18
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-2/+4
* env: Drop unused env_ptr variablesSimon Glass2017-08-151-2/+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-7/+6
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+8
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+129