summaryrefslogtreecommitdiffstats
path: root/env/nvram.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-1/+1
* env: make file-scope env_ptr variables staticRasmus Villemoes2020-04-171-1/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: restore old env_get_char() behaviourGoldschmidt Simon2018-02-161-4/+4
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-3/+1
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-1/+1
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-1/+3
* env: Adjust the get_char() method to return an intSimon Glass2017-08-161-1/+1
* env: Drop unused env_ptr variablesSimon Glass2017-08-151-1/+0
* env: Drop the env_name_spec globalSimon Glass2017-08-151-2/+1
* env: Switch over to use environment location driversSimon Glass2017-08-151-8/+8
* env: Create a location driver for each locationSimon Glass2017-08-151-0/+10
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+114