summaryrefslogtreecommitdiff
path: root/env/ext4.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-17env: add ENV_ERASE_PTR macroPatrick Delaunay1-2/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-10-14env/ext4.c: allow loading from an EXT4 partition on the MMC boot deviceDavid Woodhouse1-0/+14
2020-07-31env: Discern environment coming from external storageMarek Vasut1-1/+1
2020-07-31env: ext4: add support of command env erasePatrick Delaunay1-0/+19
2020-07-31env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay1-8/+20
2020-07-31env: ext4: set gd->env_validPatrick Delaunay1-1/+8
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-2/+2
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes1-3/+1
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+2
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard1-13/+21
2019-04-10fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot1-1/+1
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-17env: mmc/fat/ext4: undefined reference to `mmc_initialize'Heinrich Schuchardt1-0/+2
2018-02-20env: mmc/fat/ext4: make sure that the MMC sub-system is initialized before us...Faiz Abbas1-0/+3
2018-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-2/+1
2018-01-16env: enable accessing the environment in an EXT4 partitionJorge Ramirez-Ortiz1-12/+18
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-2/+4
2017-08-16env: Drop unused env_ptr variablesSimon Glass1-2/+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-7/+6
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+8
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+1
2017-08-15Move environment files from common/ to env/Simon Glass1-0/+129