summaryrefslogtreecommitdiff
path: root/env/sata.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31env: Discern environment coming from external storageMarek Vasut1-1/+1
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-1/+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-01-09env: sata: Fix saveenv issueYe Li1-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-02-01env: make env drivers propagate env_import return valueSimon Goldschmidt1-3/+1
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-6/+9
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/+127