summaryrefslogtreecommitdiffstats
path: root/env/sata.c
Commit message (Expand)AuthorAgeFilesLines
* env: Discern environment coming from external storageMarek Vasut2020-07-311-1/+1
* env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini2019-11-201-1/+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: sata: Fix saveenv issueYe Li2019-01-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: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-3/+1
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-6/+9
* 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/+127