summaryrefslogtreecommitdiff
path: root/env/ext4.c
AgeCommit message (Expand)Author
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot
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-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt
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-01-15env: enable accessing the environment in an EXT4 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