summaryrefslogtreecommitdiffstats
path: root/env/fat.c
Commit message (Expand)AuthorAgeFilesLines
* env/fat.c: support redund environmentBrandon Maier2021-04-161-8/+32
* mmc: remove duplicate mmc_get_env_dev() implementationsDavid Woodhouse2020-10-141-9/+0
* env: Discern environment coming from external storageMarek Vasut2020-07-311-1/+1
* env/fat.c: allow loading from a FAT partition on the MMC boot deviceDavid Woodhouse2020-07-261-2/+30
* common: Drop part.h from common headerSimon Glass2020-05-181-3/+3
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-2/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes2020-04-241-8/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+2
* 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
* Fix misaligned buffer in env_fat_saveAlex Kiernan2018-02-121-1/+1
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-2/+1
* env: fat: Make the debug messages play a little nicerMaxime Ripard2018-01-271-5/+20
* 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-2/+28
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+110