summaryrefslogtreecommitdiffstats
path: root/env/ubi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* env: Discern environment coming from external storageMarek Vasut2020-07-311-2/+2
* 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-3/+4
* env: ubi: support configurable VID offsetHamish Guthrie2019-07-091-4/+13
* env: ubi: Add missing ENV_NAMEMarek Vasut2018-08-241-0/+1
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-3/+1
* env: move more common code to env_import_redundSimon Goldschmidt2018-02-011-9/+9
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-5/+9
* env: Drop unused env_ptr variablesSimon Glass2017-08-151-2/+0
* env: Drop the env_name_spec globalSimon Glass2017-08-151-2/+0
* env: Drop common init() functionsSimon Glass2017-08-151-10/+0
* env: Switch over to use environment location driversSimon Glass2017-08-151-9/+8
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+8
* env: Add an enum for environment stateSimon Glass2017-08-151-3/+3
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+179